forked from Imagelibrary/rtems
2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* ne2000/ne2000.c: Fix spelling error.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* ne2000/ne2000.c: Fix spelling error.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
|
||||
@@ -475,7 +475,7 @@ ne_init_hardware (struct ne_softc *sc)
|
||||
outport_byte (port + TPSR, NE_FIRST_TX_PAGE);
|
||||
outport_byte (port + PSTART, NE_FIRST_RX_PAGE);
|
||||
|
||||
/* Initialize Receiver (ring-buffer) Page Stop and Boundry */
|
||||
/* Initialize Receiver (ring-buffer) Page Stop and Boundary */
|
||||
outport_byte (port + PSTOP, NE_STOP_PAGE);
|
||||
outport_byte (port + BNRY, NE_STOP_PAGE - 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user