summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-08-16 17:14:59 +0000
committerwpaul <wpaul@FreeBSD.org>1998-08-16 17:14:59 +0000
commite55024e4a53d99f1cca7cbfa82af150195394eac (patch)
treec5a2c2696b265b1ceffd7fd07f873bf58e34ee29 /sys/amd64
parent62d97a08f15747cbfca4ebe9bac6b8ba2f9f1c9f (diff)
downloadFreeBSD-src-e55024e4a53d99f1cca7cbfa82af150195394eac.zip
FreeBSD-src-e55024e4a53d99f1cca7cbfa82af150195394eac.tar.gz
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
stability now. ALso modify /sys/conf/files, /sys/i386/conf/GENERIC and /sys/i386/conf/LINT to add entries for the XL driver. Deactivate support for the XL adapters in the vortex driver. LAstly, add a man page. (Also added an MLINKS entry for the ThunderLAN man page which I forgot previously.)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 9ca9daf..2461708 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.111 1998/07/17 06:45:26 joerg Exp $
+# $Id: GENERIC,v 1.112 1998/07/20 20:00:29 msmith Exp $
machine "i386"
cpu "I386_CPU"
@@ -148,6 +148,7 @@ device fxp0
device tl0
device tx0
device vx0
+devixe xl0
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
OpenPOWER on IntegriCloud