Changeset 202ed85 in rtems
- Timestamp:
- 11/04/02 14:25:57 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- baee0fb6
- Parents:
- 99c79c3d
- Location:
- c/src/lib/libbsp/i386/ts_386ex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r99c79c3d r202ed85 1 2002-11-04 Joel Sherrill <joel@OARcorp.com> 2 3 * console/console.c, network/ne2000.c: Removed warnings. 4 1 5 2002-11-01 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/i386/ts_386ex/console/console.c
r99c79c3d r202ed85 36 36 #include <stdlib.h> 37 37 #include <assert.h> 38 #include <rtems/error.h> 38 39 39 40 /* workaround for gcc development tools */ -
c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c
r99c79c3d r202ed85 439 439 440 440 irq.name = sc->irno; 441 irq.hdl = ne_interrupt_handler;441 irq.hdl = (rtems_irq_hdl)ne_interrupt_handler; 442 442 irq.on = ne_interrupt_on; 443 443 irq.off = ne_interrupt_off;
Note: See TracChangeset
for help on using the changeset viewer.