diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-12-23 05:32:53 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-12-23 05:32:53 +0000 |
commit | 8abfc28a5252ca2cbe37f603f85b57f07f3c0923 (patch) | |
tree | dd4e0993f640f016890e9ce10d9b34a1e5f62f1e | |
parent | 3892f5c59aa9dad703a3ab70018cb7805d09b0c6 (diff) | |
download | FreeBSD-src-8abfc28a5252ca2cbe37f603f85b57f07f3c0923.zip FreeBSD-src-8abfc28a5252ca2cbe37f603f85b57f07f3c0923.tar.gz |
Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/NEWCARD | 2 | ||||
-rw-r--r-- | sys/i386/conf/PCCARD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ef62e06..856f6c7 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -177,7 +177,7 @@ device ex0 at isa? port? irq? # NOTE: This removes the isa attachment so that the pccard unit numbers # come out right. device ep0 -# WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really +# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi0 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index ef62e06..856f6c7 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -177,7 +177,7 @@ device ex0 at isa? port? irq? # NOTE: This removes the isa attachment so that the pccard unit numbers # come out right. device ep0 -# WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really +# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi0 diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 74b26ce..68b8ac0 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -186,7 +186,7 @@ device ex0 at isa? port? irq? # NOTE: This removes the isa attachment so that the pccard unit numbers # come out right. device ep0 -# WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really +# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi0 diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 3f05b72..0233551 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -178,7 +178,7 @@ device ex0 at isa? port? irq? # NOTE: This removes the isa attachment so that the pccard unit numbers # come out right. device ep0 -# WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really +# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi0 |