summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-07-20 20:00:43 +0000
committermsmith <msmith@FreeBSD.org>1998-07-20 20:00:43 +0000
commitbb5c2396540b87a4526c5da3ede80a9cfa782c01 (patch)
treef1b079d18ab43eb278221caab039e5a05a00af64 /sys/amd64
parent164c653979d31d472c9de112e2889730a979afab (diff)
downloadFreeBSD-src-bb5c2396540b87a4526c5da3ede80a9cfa782c01.zip
FreeBSD-src-bb5c2396540b87a4526c5da3ede80a9cfa782c01.tar.gz
Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. This
supports PnP and if_media. I've been running a slightly older version here for several weeks now. Submitted by: Maxim Bolotin <max@rsu.ru>
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 2c61b5d..9ca9daf 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.110 1998/06/03 13:33:34 jkh Exp $
+# $Id: GENERIC,v 1.111 1998/07/17 06:45:26 joerg Exp $
machine "i386"
cpu "I386_CPU"
@@ -158,6 +158,7 @@ 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 ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
+device cs0 at isa? port 0x300 net irq ? vector csintr
pseudo-device loop
pseudo-device ether
OpenPOWER on IntegriCloud