summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/options.i3866
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
-rw-r--r--sys/i386/conf/options.i3866
5 files changed, 15 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 11608bb..0ff9301 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.354 1997/07/26 01:46:00 fsmp Exp $
+# $Id: LINT,v 1.355 1997/08/01 03:33:05 msmith 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
@@ -856,8 +856,6 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
-# "options WLDEBUG" enables verbose debugging output,
-# "options WLCACHE" enables the signal-strength cache.
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
# send/receive operation, but it needs 'iomem' to read/write the
@@ -877,6 +875,8 @@ device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector srintr
+options WLCACHE # enables the signal-strength cache
+options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300 net irq ? vector wlintr
# Needed so that we can (bogusly) include both the dedicated PCCARD
# drivers and the generic support
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 7a9f600..4c9a2ac 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.52 1997/07/26 01:46:03 fsmp Exp $
+# $Id: options.i386,v 1.53 1997/08/01 03:33:08 msmith Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -22,13 +22,13 @@ CONUNIT opt_defunct.h
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
-WLDEBUG opt_wavelan.h
-WLCACHE opt_wavelan.h
I586_CTR_GUPROF opt_i586_guprof.h
I586_PMC_GUPROF opt_i586_guprof.h
FAT_CURSOR opt_pcvt.h
PCVT_FREEBSD opt_pcvt.h
PCVT_SCANSET opt_pcvt.h
+WLCACHE opt_wavelan.h
+WLDEBUG opt_wavelan.h
XSERVER opt_pcvt.h
# These two SMP options have dramatic implications all over the kernel
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 11608bb..0ff9301 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.354 1997/07/26 01:46:00 fsmp Exp $
+# $Id: LINT,v 1.355 1997/08/01 03:33:05 msmith 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
@@ -856,8 +856,6 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
-# "options WLDEBUG" enables verbose debugging output,
-# "options WLCACHE" enables the signal-strength cache.
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
# send/receive operation, but it needs 'iomem' to read/write the
@@ -877,6 +875,8 @@ device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector srintr
+options WLCACHE # enables the signal-strength cache
+options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300 net irq ? vector wlintr
# Needed so that we can (bogusly) include both the dedicated PCCARD
# drivers and the generic support
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 11608bb..0ff9301 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.354 1997/07/26 01:46:00 fsmp Exp $
+# $Id: LINT,v 1.355 1997/08/01 03:33:05 msmith 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
@@ -856,8 +856,6 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
-# "options WLDEBUG" enables verbose debugging output,
-# "options WLCACHE" enables the signal-strength cache.
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
# send/receive operation, but it needs 'iomem' to read/write the
@@ -877,6 +875,8 @@ device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector srintr
+options WLCACHE # enables the signal-strength cache
+options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300 net irq ? vector wlintr
# Needed so that we can (bogusly) include both the dedicated PCCARD
# drivers and the generic support
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 7a9f600..4c9a2ac 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.52 1997/07/26 01:46:03 fsmp Exp $
+# $Id: options.i386,v 1.53 1997/08/01 03:33:08 msmith Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -22,13 +22,13 @@ CONUNIT opt_defunct.h
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
-WLDEBUG opt_wavelan.h
-WLCACHE opt_wavelan.h
I586_CTR_GUPROF opt_i586_guprof.h
I586_PMC_GUPROF opt_i586_guprof.h
FAT_CURSOR opt_pcvt.h
PCVT_FREEBSD opt_pcvt.h
PCVT_SCANSET opt_pcvt.h
+WLCACHE opt_wavelan.h
+WLDEBUG opt_wavelan.h
XSERVER opt_pcvt.h
# These two SMP options have dramatic implications all over the kernel
OpenPOWER on IntegriCloud