summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-10-18 16:24:34 +0000
committerwpaul <wpaul@FreeBSD.org>1998-10-18 16:24:34 +0000
commitdd72da46f86b4001c9a2c8ada8a3134c61d1119c (patch)
tree745c3b6ffa27ecad97de1a3967c41f85da8aa8a8 /sys/amd64
parent4bd11d7633538e1a03df5a1d100bd7ff3263b3ad (diff)
downloadFreeBSD-src-dd72da46f86b4001c9a2c8ada8a3134c61d1119c.zip
FreeBSD-src-dd72da46f86b4001c9a2c8ada8a3134c61d1119c.tar.gz
Add driver support for PCI fast ethernet adapters based on the
RealTek 8129/8139 chipset like I've been threatening. Update kernel configs, userconfig.c, relnotes and sysinstall. No man page yet; comming soon. I consider this driver stable enough that I want to give it some exposure in -current.
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 1b64ab6..6be6d21 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.124 1998/10/10 08:13:58 jkh Exp $
+# $Id: GENERIC,v 1.125 1998/10/16 01:30:11 obrien Exp $
machine "i386"
cpu "I386_CPU"
@@ -144,6 +144,7 @@ device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# revision 1.20 of this file.
device de0
device fxp0
+device rl0
device tl0
device tx0
device vx0
OpenPOWER on IntegriCloud