summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorkjc <kjc@FreeBSD.org>1997-06-17 05:58:15 +0000
committerkjc <kjc@FreeBSD.org>1997-06-17 05:58:15 +0000
commit4bddfca39812c69bc87b94b8e5b5bf29c2292f7c (patch)
tree6fcca4fce5990b2a06eef8a33bf78363468c6ae8 /sys/conf/NOTES
parent374f602b4ef2dee9e1fb5cafe0e3ece0fc096781 (diff)
downloadFreeBSD-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/conf/NOTES')
-rw-r--r--sys/conf/NOTES8
1 files changed, 4 insertions, 4 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'
OpenPOWER on IntegriCloud