diff options
author | kjc <kjc@FreeBSD.org> | 1997-06-17 05:58:15 +0000 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 1997-06-17 05:58:15 +0000 |
commit | 4bddfca39812c69bc87b94b8e5b5bf29c2292f7c (patch) | |
tree | 6fcca4fce5990b2a06eef8a33bf78363468c6ae8 /sys | |
parent | 374f602b4ef2dee9e1fb5cafe0e3ece0fc096781 (diff) | |
download | FreeBSD-src-4bddfca39812c69bc87b94b8e5b5bf29c2292f7c.zip FreeBSD-src-4bddfca39812c69bc87b94b8e5b5bf29c2292f7c.tar.gz |
correct the wrong ATM option name for native atm access
NETNATM --> NATM
reported by Bruce Evans.
Bruce also pointed out that NATM is confusing since config(8) defines
NATM as the number of atm pseudo device in "BUILD_DIR/atm.h".
We might change the name in the future but leave it as it is for now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 8 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1ab8083..16d2d79 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.343 1997/06/04 16:44:27 pst Exp $ +# $Id: LINT,v 1.344 1997/06/06 12:24:43 jkh Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -890,9 +890,9 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr # The `en' device provides support for Efficient Networks (ENI) # ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0). # -# atm pseudo-device privides generic atm functions and is required for +# atm pseudo-device provides generic atm functions and is required for # atm devices. -# NETNATM enables the netnatm protocol family that can be used to +# NATM enables the netnatm protocol family that can be used to # bypass TCP/IP. # # the current driver supports only PVC operations (no atm-arp, no multicast). @@ -902,7 +902,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device atm device en0 device en1 -options NETNATM #native ATM +options NATM #native ATM # # Audio drivers: `snd', `sb', `pas', `gus', `pca' diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 1ab8083..16d2d79 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.343 1997/06/04 16:44:27 pst Exp $ +# $Id: LINT,v 1.344 1997/06/06 12:24:43 jkh Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -890,9 +890,9 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr # The `en' device provides support for Efficient Networks (ENI) # ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0). # -# atm pseudo-device privides generic atm functions and is required for +# atm pseudo-device provides generic atm functions and is required for # atm devices. -# NETNATM enables the netnatm protocol family that can be used to +# NATM enables the netnatm protocol family that can be used to # bypass TCP/IP. # # the current driver supports only PVC operations (no atm-arp, no multicast). @@ -902,7 +902,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device atm device en0 device en1 -options NETNATM #native ATM +options NATM #native ATM # # Audio drivers: `snd', `sb', `pas', `gus', `pca' diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1ab8083..16d2d79 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.343 1997/06/04 16:44:27 pst Exp $ +# $Id: LINT,v 1.344 1997/06/06 12:24:43 jkh Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -890,9 +890,9 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr # The `en' device provides support for Efficient Networks (ENI) # ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0). # -# atm pseudo-device privides generic atm functions and is required for +# atm pseudo-device provides generic atm functions and is required for # atm devices. -# NETNATM enables the netnatm protocol family that can be used to +# NATM enables the netnatm protocol family that can be used to # bypass TCP/IP. # # the current driver supports only PVC operations (no atm-arp, no multicast). @@ -902,7 +902,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device atm device en0 device en1 -options NETNATM #native ATM +options NATM #native ATM # # Audio drivers: `snd', `sb', `pas', `gus', `pca' |