summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/include/i4b_ioctl.h7
-rw-r--r--sys/i4b/include/i4b_ioctl.h7
2 files changed, 8 insertions, 6 deletions
diff --git a/sys/i386/include/i4b_ioctl.h b/sys/i386/include/i4b_ioctl.h
index 0940204..8070f3e 100644
--- a/sys/i386/include/i4b_ioctl.h
+++ b/sys/i386/include/i4b_ioctl.h
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed Jan 10 16:36:17 2001]
+ * last edit-date: [Fri Jan 26 13:46:50 2001]
*
*---------------------------------------------------------------------------*/
@@ -47,7 +47,7 @@
*---------------------------------------------------------------------------*/
#define VERSION 0 /* version number */
#define REL 96 /* release number */
-#define STEP 2 /* release step */
+#define STEP 3 /* release step */
/*---------------------------------------------------------------------------*
* date/time format in i4b log messages
@@ -134,6 +134,7 @@
#define CARD_TYPEP_TELEINT_NO_1 27 /* TELEINT ISDN SPEED No. 1 (HFC-1) */
#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 */
/*
* in case you add support for more cards, please update:
@@ -143,7 +144,7 @@
* and adjust CARD_TYPEP_MAX below.
*/
-#define CARD_TYPEP_MAX 29 /* max type */
+#define CARD_TYPEP_MAX 30 /* max type */
/*---------------------------------------------------------------------------*
* card types for CTRL_DAIC
diff --git a/sys/i4b/include/i4b_ioctl.h b/sys/i4b/include/i4b_ioctl.h
index 0940204..8070f3e 100644
--- a/sys/i4b/include/i4b_ioctl.h
+++ b/sys/i4b/include/i4b_ioctl.h
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed Jan 10 16:36:17 2001]
+ * last edit-date: [Fri Jan 26 13:46:50 2001]
*
*---------------------------------------------------------------------------*/
@@ -47,7 +47,7 @@
*---------------------------------------------------------------------------*/
#define VERSION 0 /* version number */
#define REL 96 /* release number */
-#define STEP 2 /* release step */
+#define STEP 3 /* release step */
/*---------------------------------------------------------------------------*
* date/time format in i4b log messages
@@ -134,6 +134,7 @@
#define CARD_TYPEP_TELEINT_NO_1 27 /* TELEINT ISDN SPEED No. 1 (HFC-1) */
#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 */
/*
* in case you add support for more cards, please update:
@@ -143,7 +144,7 @@
* and adjust CARD_TYPEP_MAX below.
*/
-#define CARD_TYPEP_MAX 29 /* max type */
+#define CARD_TYPEP_MAX 30 /* max type */
/*---------------------------------------------------------------------------*
* card types for CTRL_DAIC
OpenPOWER on IntegriCloud