2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* ne2000/ne2000.c: Fix spelling error.
This commit is contained in:
Joel Sherrill
2007-06-20 22:16:49 +00:00
parent 496274b6ec
commit b0129211da
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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);