mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Add support for Tau-PCI-L model - one V.35/RS-232 or
RS-530(449)/X.21 interface.
This commit is contained in:
parent
5031dd39f0
commit
b32a140140
2 changed files with 719 additions and 717 deletions
1433
sys/dev/cp/cpddk.c
1433
sys/dev/cp/cpddk.c
File diff suppressed because it is too large
Load diff
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue