diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-10-26 06:58:43 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-10-26 06:58:43 +0000 |
| commit | d1dad62933923b5ed88a4ea6d5763f34285e664d (patch) | |
| tree | 44e0ab13adf0efd40adaded9a898d35a258e5f93 /sys/i4b | |
| parent | 065a09a83cdbf0547f84595a0494a9a41f5d1b5b (diff) | |
Notes
Diffstat (limited to 'sys/i4b')
| -rw-r--r-- | sys/i4b/include/i4b_ioctl.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/i4b/include/i4b_ioctl.h b/sys/i4b/include/i4b_ioctl.h index 8c9822f1a1e9..77cd7f75870b 100644 --- a/sys/i4b/include/i4b_ioctl.h +++ b/sys/i4b/include/i4b_ioctl.h @@ -31,7 +31,7 @@ * * $FreeBSD$ * - * last edit-date: [Tue Oct 10 16:12:07 2000] + * last edit-date: [Thu Oct 26 08:52:59 2000] * *---------------------------------------------------------------------------*/ @@ -49,7 +49,7 @@ *---------------------------------------------------------------------------*/ #define VERSION 0 /* version number */ #define REL 96 /* release number */ -#define STEP 00 /* release step */ +#define STEP 1 /* release step */ /*---------------------------------------------------------------------------* * date/time format in i4b log messages @@ -96,9 +96,10 @@ #define L1DRVR_IFPI 2 /* ifpi - driver */ #define L1DRVR_IHFC 3 /* ihfc - driver */ #define L1DRVR_IFPNP 4 /* ifpnp - driver */ +#define L1DRVR_ICCHP 5 /* icchp - driver */ /* MAXL1DRVR MUST be updated when more passive drivers are added !!! */ -#define MAXL1DRVR (L1DRVR_IFPNP + 1) +#define MAXL1DRVR (L1DRVR_ICCHP + 1) /*---------------------------------------------------------------------------* * card types for CTRL_PASSIVE @@ -132,17 +133,17 @@ #define CARD_TYPEP_16_3C 25 /* Teles S0/16.3c PnP (HFC-S/SP */ #define CARD_TYPEP_ACERP10 26 /* Acer ISDN P10 (HFC-S) */ #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 */ /* * in case you add support for more cards, please update: * * isdnd: controller.c, name_of_controller() - * diehl/diehlctl: main.c, listall() * * and adjust CARD_TYPEP_MAX below. */ -#define CARD_TYPEP_MAX 27 /* max type */ +#define CARD_TYPEP_MAX 28 /* max type */ /*---------------------------------------------------------------------------* * card types for CTRL_DAIC |
