Changeset c1631075 in rtems
- Timestamp:
- Feb 20, 2003, 9:25:11 PM (18 years ago)
- Children:
- 03dfa5e
- Parents:
- 6ba05a77
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r6ba05a77 rc1631075 1 2003-02-20 Till Straumann <strauman@slac.stanford.edu> 2 3 PR 353/bsps 4 * include/bsp.h: Let the application override the network driver 5 and attach routine. 6 1 7 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/i386/pc386/include/bsp.h
r6ba05a77 rc1631075 88 88 #define BSP_DEC21140_NETWORK_DRIVER_ATTACH rtems_dec21140_driver_attach 89 89 90 #ifndef RTEMS_BSP_NETWORK_DRIVER_NAME 90 91 #define RTEMS_BSP_NETWORK_DRIVER_NAME BSP_DEC21140_NETWORK_DRIVER_NAME 92 #endif 93 94 #ifndef RTEMS_BSP_NETWORK_DRIVER_ATTACH 91 95 #define RTEMS_BSP_NETWORK_DRIVER_ATTACH BSP_DEC21140_NETWORK_DRIVER_ATTACH 96 #endif 92 97 93 98 /*-------------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.