summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
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/i386/isa/isa_device.h
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/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 45e3c60..66519d1 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.50 1998/06/17 16:54:22 bde Exp $
+ * $Id: isa_device.h,v 1.51 1998/06/18 15:32:06 bde Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -144,6 +144,7 @@ inthand2_t ascintr;
inthand2_t bsintr;
#endif
inthand2_t bt_isa_intr;
+inthand2_t csintr;
inthand2_t cxintr;
inthand2_t cyintr;
inthand2_t edintr;
OpenPOWER on IntegriCloud