diff options
Diffstat (limited to 'sys/dev/snc/dp83932.c')
-rw-r--r-- | sys/dev/snc/dp83932.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c index a496b67..acda11c 100644 --- a/sys/dev/snc/dp83932.c +++ b/sys/dev/snc/dp83932.c @@ -405,7 +405,7 @@ sncinit_locked(struct snc_softc *sc) /* already running */ return; - NIC_PUT(sc, SNCR_CR, CR_RST); /* DCR only accessable in reset mode! */ + NIC_PUT(sc, SNCR_CR, CR_RST); /* DCR only accessible in reset mode! */ /* config it */ NIC_PUT(sc, SNCR_DCR, (sc->sncr_dcr | @@ -1001,7 +1001,7 @@ sonicrxint(struct snc_softc *sc) * * If this was the last packet in the RRA, give the RRA to * the chip again. - * If sonic read didnt copy it out then we would have to + * If sonic read didn't copy it out then we would have to * wait !! * (dont bother add it back in again straight away) * |