diff options
author | hm <hm@FreeBSD.org> | 2000-10-26 06:58:43 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2000-10-26 06:58:43 +0000 |
commit | a9cb6e58cd46d07552ce98a832b22db9dbd216df (patch) | |
tree | 26c00d002753d7c287a6d37261cd50e421afe224 | |
parent | c6fdad3835149fb2827d53cbe43a270167f6cd6c (diff) | |
download | FreeBSD-src-a9cb6e58cd46d07552ce98a832b22db9dbd216df.zip FreeBSD-src-a9cb6e58cd46d07552ce98a832b22db9dbd216df.tar.gz |
Add infrastructure for Cologne Chip HFC-S PCI driver.
Increment isdn4bsd step.
-rw-r--r-- | sys/i386/include/i4b_ioctl.h | 11 | ||||
-rw-r--r-- | sys/i4b/include/i4b_ioctl.h | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/sys/i386/include/i4b_ioctl.h b/sys/i386/include/i4b_ioctl.h index 8c9822f..77cd7f7 100644 --- a/sys/i386/include/i4b_ioctl.h +++ b/sys/i386/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 diff --git a/sys/i4b/include/i4b_ioctl.h b/sys/i4b/include/i4b_ioctl.h index 8c9822f..77cd7f7 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 |