diff options
author | hm <hm@FreeBSD.org> | 2001-10-21 09:20:52 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2001-10-21 09:20:52 +0000 |
commit | 980b42ded4563ef17d4c397c89546cf8a4130587 (patch) | |
tree | 251cd6004f12e1bb30d45c66dfd8c8e8227407f8 /usr.sbin/i4b | |
parent | f392095807b868bdc264122bb22c9df0fbc0610e (diff) | |
download | FreeBSD-src-980b42ded4563ef17d4c397c89546cf8a4130587.zip FreeBSD-src-980b42ded4563ef17d4c397c89546cf8a4130587.tar.gz |
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
Diffstat (limited to 'usr.sbin/i4b')
-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 95f5c90..7b69fc4 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[] = { |