diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-10-21 09:20:52 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-10-21 09:20:52 +0000 |
| commit | 676ccc0cd0193104566069da68d46885302b5aa3 (patch) | |
| tree | 251cd6004f12e1bb30d45c66dfd8c8e8227407f8 /usr.sbin/i4b/isdnd | |
| parent | 12428dfd1bd77337939dd2c9d135ee2efca65ca9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/i4b/isdnd')
| -rw-r--r-- | usr.sbin/i4b/isdnd/controller.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnd/controller.c b/usr.sbin/i4b/isdnd/controller.c index 95f5c90266af..7b69fc498844 100644 --- a/usr.sbin/i4b/isdnd/controller.c +++ b/usr.sbin/i4b/isdnd/controller.c @@ -29,7 +29,7 @@ * * $FreeBSD$ * - * last edit-date: [Sun May 20 10:03:53 2001] + * last edit-date: [Sun Oct 21 11:02:15 2001] * *---------------------------------------------------------------------------*/ @@ -78,6 +78,7 @@ name_of_controller(int ctrl_type, int card_type) "Cologne Chip HFC-S PCI based", "Traverse Tech NETjet-S / Teles PCI-TJ", "Eicon.Diehl DIVA 2.0 / 2.02 ISA PnP", + "Compaq Microcom 610", }; static char *daic_card[] = { |
