summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-11-06 09:37:38 +0000
committerobrien <obrien@FreeBSD.org>1998-11-06 09:37:38 +0000
commitf1a5689d21c9af97c58f7d3e6c70645b5c9a2712 (patch)
treed285730aa245f3ccf9d4822aa921c984e0eea157 /sys/i386
parente3a21671784d44182181490da144dbf011c0bcfa (diff)
downloadFreeBSD-src-f1a5689d21c9af97c58f7d3e6c70645b5c9a2712.zip
FreeBSD-src-f1a5689d21c9af97c58f7d3e6c70645b5c9a2712.tar.gz
make lnc0 definition in LINT match GENERIC
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 9660972..b946277 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.498 1998/11/05 14:36:37 dg Exp $
+# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien 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
@@ -1102,7 +1102,7 @@ device fe0 at isa? port 0x300 net irq ?
device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
-device lnc0 at isa? port 0x300 net irq 10 drq 0
+device lnc0 at isa? port 0x280 net irq 10 drq 0
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9660972..b946277 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.498 1998/11/05 14:36:37 dg Exp $
+# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien 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
@@ -1102,7 +1102,7 @@ device fe0 at isa? port 0x300 net irq ?
device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
-device lnc0 at isa? port 0x300 net irq 10 drq 0
+device lnc0 at isa? port 0x280 net irq 10 drq 0
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
OpenPOWER on IntegriCloud