Fix a couple of typos in comments
MFC after: 3 days
This commit is contained in:
parent
6eafaa600e
commit
0b6470435c
@ -35,7 +35,7 @@
|
|||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* AMD Am79c972 fast ethernet PCI NIC driver. Datatheets are available
|
* AMD Am79c972 fast ethernet PCI NIC driver. Datasheets are available
|
||||||
* from http://www.amd.com.
|
* from http://www.amd.com.
|
||||||
*
|
*
|
||||||
* The AMD PCnet/PCI controllers are more advanced and functional
|
* The AMD PCnet/PCI controllers are more advanced and functional
|
||||||
@ -436,8 +436,8 @@ pcn_probe(dev)
|
|||||||
* Note III: the test for 0x10001000 is a hack to
|
* Note III: the test for 0x10001000 is a hack to
|
||||||
* pacify VMware, who's pseudo-PCnet interface is
|
* pacify VMware, who's pseudo-PCnet interface is
|
||||||
* broken. Reading the subsystem register from PCI
|
* broken. Reading the subsystem register from PCI
|
||||||
* config space yeilds 0x00000000 while reading the
|
* config space yields 0x00000000 while reading the
|
||||||
* same value from I/O space yeilds 0x10001000. It's
|
* same value from I/O space yields 0x10001000. It's
|
||||||
* not supposed to be that way.
|
* not supposed to be that way.
|
||||||
*/
|
*/
|
||||||
if (chip_id == pci_read_config(dev,
|
if (chip_id == pci_read_config(dev,
|
||||||
@ -902,7 +902,7 @@ pcn_intr(arg)
|
|||||||
sc = arg;
|
sc = arg;
|
||||||
ifp = &sc->arpcom.ac_if;
|
ifp = &sc->arpcom.ac_if;
|
||||||
|
|
||||||
/* Supress unwanted interrupts */
|
/* Suppress unwanted interrupts */
|
||||||
if (!(ifp->if_flags & IFF_UP)) {
|
if (!(ifp->if_flags & IFF_UP)) {
|
||||||
pcn_stop(sc);
|
pcn_stop(sc);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user