Changeset 84ab6601 in rtems
- Timestamp:
- 10/20/00 13:10:30 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 461fa1bc
- Parents:
- b0a26ddd
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
rb0a26ddd r84ab6601 1 2000-10-20 Joel Sherrill <joel@OARcorp.com> 2 3 * include/wd80x3.h: Added file header and logic to prevent multiple 4 inclusions of this file. 5 * wd8003/wd8003.c: Corrected attach to include "int attach" parameter. 6 1 7 2000-10-20 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/i386/pc386/include/wd80x3.h
rb0a26ddd r84ab6601 1 /* 2 * Information about the DP8390 Ethernet controller. 3 * 4 * $Id$ 5 */ 6 7 #ifndef __BSP_WD80x3_h 8 #define __BSP_WD80x3_h 1 9 2 10 /* Register descriptions */ … … 122 130 #define SMK_OWC 0x80 /* out of window collision */ 123 131 132 #endif 133 /* end of include */ -
c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
rb0a26ddd r84ab6601 570 570 */ 571 571 int 572 rtems_wd_driver_attach (struct rtems_bsdnet_ifconfig *config )572 rtems_wd_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach) 573 573 { 574 574 struct wd_softc *sc;
Note: See TracChangeset
for help on using the changeset viewer.