summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-05-22 08:47:40 +0000
committermsmith <msmith@FreeBSD.org>1997-05-22 08:47:40 +0000
commitc15db4fd91061e0497ef762f7069b54aedeaf598 (patch)
tree23750be046b393154445986181ff1819558b5080 /sys/conf/NOTES
parenta10b0af918c798af863b9c2621299aff8d47eff8 (diff)
downloadFreeBSD-src-c15db4fd91061e0497ef762f7069b54aedeaf598.zip
FreeBSD-src-c15db4fd91061e0497ef762f7069b54aedeaf598.tar.gz
Add the 'wl' ISA Wavelan driver.
Obtained from: Jim Binkley <jrb@cs.pdx.edu>
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a3c14e5..b8fc14d 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.336 1997/05/10 17:40:53 fsmp Exp $
+# $Id: LINT,v 1.337 1997/05/11 18:05:34 tegge 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
@@ -848,6 +848,7 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
# 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).
# 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
@@ -867,6 +868,7 @@ 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
+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
options LINT_PCCARD_HACK
OpenPOWER on IntegriCloud