summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-08 21:41:52 +0000
committerphk <phk@FreeBSD.org>1995-04-08 21:41:52 +0000
commit64c299d6a97ebae6c2a3a16d095a0cb2e7f991d1 (patch)
tree3a6649dcb4de2db895d84549ad530bdb2eafe0b0
parent2feff74c285a9678d5c38db2c45437df72a5bfdb (diff)
downloadFreeBSD-src-64c299d6a97ebae6c2a3a16d095a0cb2e7f991d1.zip
FreeBSD-src-64c299d6a97ebae6c2a3a16d095a0cb2e7f991d1.tar.gz
Move default address of lnc0 to 0x300. Luigi Rizzo said that his card
cannot even go below 0x300...
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 1c83a8b..b14caeb 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.37 1995/03/30 00:20:07 rgrimes Exp $
+# $Id: GENERIC,v 1.38 1995/04/08 09:36:00 phk Exp $
#
machine "i386"
@@ -95,7 +95,7 @@ device eg0 at isa? port 0x310 net irq 5 vector egintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
-device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
+device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0626020..a0a666b 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.165 1995/04/08 15:44:18 joerg Exp $
+# $Id: LINT,v 1.166 1995/04/08 16:08:35 ache 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
@@ -526,7 +526,7 @@ device fea0 at isa? net irq ? vector feaintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
-device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
+device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 1c83a8b..b14caeb 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.37 1995/03/30 00:20:07 rgrimes Exp $
+# $Id: GENERIC,v 1.38 1995/04/08 09:36:00 phk Exp $
#
machine "i386"
@@ -95,7 +95,7 @@ device eg0 at isa? port 0x310 net irq 5 vector egintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
-device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
+device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0626020..a0a666b 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.165 1995/04/08 15:44:18 joerg Exp $
+# $Id: LINT,v 1.166 1995/04/08 16:08:35 ache 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
@@ -526,7 +526,7 @@ device fea0 at isa? net irq ? vector feaintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
-device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
+device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0626020..a0a666b 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.165 1995/04/08 15:44:18 joerg Exp $
+# $Id: LINT,v 1.166 1995/04/08 16:08:35 ache 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
@@ -526,7 +526,7 @@ device fea0 at isa? net irq ? vector feaintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
-device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
+device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
OpenPOWER on IntegriCloud