summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-24 08:13:23 +0000
committerdg <dg@FreeBSD.org>1995-12-24 08:13:23 +0000
commitccd7a804c835ddf674b5b2faef1af69ca2404e6a (patch)
treec866edaa55a7fb11963e0894ef18baed9281a20d /sys
parent2f09ba0ba3f9a0b9733b91e7d7258a5943945967 (diff)
downloadFreeBSD-src-ccd7a804c835ddf674b5b2faef1af69ca2404e6a.zip
FreeBSD-src-ccd7a804c835ddf674b5b2faef1af69ca2404e6a.tar.gz
Added device fxp0 (device driver for Intel EtherExpress Pro/100).
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index bff46a5..14d07c5 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.55 1995/12/14 14:35:27 peter Exp $
+# $Id: GENERIC,v 1.56 1995/12/24 08:11:44 davidg Exp $
#
machine "i386"
@@ -103,6 +103,7 @@ device lpt2 at isa? port? tty
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
+device fxp0
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9c0e310..9eb1367 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.225 1995/12/22 18:44:07 bde Exp $
+# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg 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
@@ -816,6 +816,7 @@ controller pci0
controller ahc1
device ncr0
device de0
+device fxp0
device vx0 at pci0 port? irq? vector vxintr
device fpa0
device meteor0
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index bff46a5..14d07c5 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.55 1995/12/14 14:35:27 peter Exp $
+# $Id: GENERIC,v 1.56 1995/12/24 08:11:44 davidg Exp $
#
machine "i386"
@@ -103,6 +103,7 @@ device lpt2 at isa? port? tty
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
+device fxp0
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 9c0e310..9eb1367 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.225 1995/12/22 18:44:07 bde Exp $
+# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg 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
@@ -816,6 +816,7 @@ controller pci0
controller ahc1
device ncr0
device de0
+device fxp0
device vx0 at pci0 port? irq? vector vxintr
device fpa0
device meteor0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9c0e310..9eb1367 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.225 1995/12/22 18:44:07 bde Exp $
+# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg 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
@@ -816,6 +816,7 @@ controller pci0
controller ahc1
device ncr0
device de0
+device fxp0
device vx0 at pci0 port? irq? vector vxintr
device fpa0
device meteor0
OpenPOWER on IntegriCloud