summaryrefslogtreecommitdiffstats
path: root/sys/i4b
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-01-26 13:12:56 +0000
committerhm <hm@FreeBSD.org>2001-01-26 13:12:56 +0000
commite1ad448f1deb07db95b9a06c4daf83b4097431d6 (patch)
treebd7d1f50cf7a9530b936bfdcf434c0f9f023c9d0 /sys/i4b
parenteed7cd7784582585713fc77f9d95cb2b371333cc (diff)
downloadFreeBSD-src-e1ad448f1deb07db95b9a06c4daf83b4097431d6.zip
FreeBSD-src-e1ad448f1deb07db95b9a06c4daf83b4097431d6.tar.gz
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
Increment i4b minor revision (=step) so a buildworld or a make install in /usr/src/sys/include is necessary to get isdnd and i4b kernel parts in sync.
Diffstat (limited to 'sys/i4b')
-rw-r--r--sys/i4b/include/i4b_ioctl.h7
1 files changed, 4 insertions, 3 deletions
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