summaryrefslogtreecommitdiffstats
path: root/sys/dev/cp/cpddk.h
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-12-11 22:44:12 +0000
committerrik <rik@FreeBSD.org>2004-12-11 22:44:12 +0000
commite00dca86b97e98b12b1000083da309ebcd43cd48 (patch)
tree43c65a1448e9e7884a184d51eaa8d2226de9f1e4 /sys/dev/cp/cpddk.h
parent4e33a3931313f9eb9cc40dc1ad552f6f312543c1 (diff)
downloadFreeBSD-src-e00dca86b97e98b12b1000083da309ebcd43cd48.zip
FreeBSD-src-e00dca86b97e98b12b1000083da309ebcd43cd48.tar.gz
Add support for Tau-PCI-L model - one V.35/RS-232 or
RS-530(449)/X.21 interface.
Diffstat (limited to 'sys/dev/cp/cpddk.h')
-rw-r--r--sys/dev/cp/cpddk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cp/cpddk.h b/sys/dev/cp/cpddk.h
index f16feff..69d0512 100644
--- a/sys/dev/cp/cpddk.h
+++ b/sys/dev/cp/cpddk.h
@@ -15,7 +15,7 @@
* as long as this message is kept with the software, all derivative
* works or modified versions.
*
- * $Cronyx: cpddk.h,v 1.8.4.19 2004/08/10 13:37:20 rik Exp $
+ * $Cronyx: cpddk.h,v 1.8.4.20 2004/12/06 16:21:06 rik Exp $
* $FreeBSD$
*/
#define NBRD 6 /* the maximum number of installed boards */
@@ -231,6 +231,7 @@ typedef struct _cp_board_t {
#define B_TAUPCI_2E1 9 /* 2 channels E1, 4 data ports */
#define B_TAUPCI4_E1 10 /* 2 channels E1 + 2 channels V.35/RS */
#define B_TAUPCI4_4E1 11 /* 4 channels E1 */
+#define B_TAUPCI_L 12 /* 1 channel V.35/RS */
unsigned long osc; /* oscillator frequency */
char name[16]; /* board version name */
OpenPOWER on IntegriCloud