summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-10-21 09:20:52 +0000
committerhm <hm@FreeBSD.org>2001-10-21 09:20:52 +0000
commit980b42ded4563ef17d4c397c89546cf8a4130587 (patch)
tree251cd6004f12e1bb30d45c66dfd8c8e8227407f8 /sys/i386
parentf392095807b868bdc264122bb22c9df0fbc0610e (diff)
downloadFreeBSD-src-980b42ded4563ef17d4c397c89546cf8a4130587.zip
FreeBSD-src-980b42ded4563ef17d4c397c89546cf8a4130587.tar.gz
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/i4b_ioctl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/include/i4b_ioctl.h b/sys/i386/include/i4b_ioctl.h
index 8e685e3..9ae4008 100644
--- a/sys/i386/include/i4b_ioctl.h
+++ b/sys/i386/include/i4b_ioctl.h
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Thu Oct 18 13:40:40 2001]
+ * last edit-date: [Sun Oct 21 11:00:31 2001]
*
*---------------------------------------------------------------------------*/
@@ -47,7 +47,7 @@
*---------------------------------------------------------------------------*/
#define VERSION 1 /* version number */
#define REL 1 /* release number */
-#define STEP 0 /* release step */
+#define STEP 1 /* release step */
/*---------------------------------------------------------------------------*
* date/time format in i4b log messages
@@ -136,7 +136,7 @@
#define CARD_TYPEP_CCD_HFCS_PCI 28 /* Cologne Chip HFC-S PCI based */
#define CARD_TYPEP_NETJET_S 29 /* Traverse NetJet-S (Tiger300) */
#define CARD_TYPEP_DIVA_ISA 30 /* Eicon DIVA ISA PnP 2.0 or 2.02 */
-
+#define CARD_TYPEP_COMPAQ_M610 31 /* Compaq Microcom 610 */
/*
* in case you add support for more cards, please update:
*
@@ -145,7 +145,7 @@
* and adjust CARD_TYPEP_MAX below.
*/
-#define CARD_TYPEP_MAX 30 /* max type */
+#define CARD_TYPEP_MAX 31 /* max type */
/*---------------------------------------------------------------------------*
* card types for CTRL_DAIC
OpenPOWER on IntegriCloud