diff options
author | gj <gj@FreeBSD.org> | 2001-12-22 09:38:24 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-12-22 09:38:24 +0000 |
commit | 59f5bd16a0278b2dea4c7265d67b9079ebd6ea82 (patch) | |
tree | b5433aed6626453f2699d5541afc4e3fe5d8d73f /usr.sbin/i4b | |
parent | 21b86d2af427888cad66a43017ad8e313d69046a (diff) | |
download | FreeBSD-src-59f5bd16a0278b2dea4c7265d67b9079ebd6ea82.zip FreeBSD-src-59f5bd16a0278b2dea4c7265d67b9079ebd6ea82.tar.gz |
Add support for the AVM Fritz!Card PCI version 2 controller.
MFC after: 4 weeks
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r-- | usr.sbin/i4b/isdnd/controller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/i4b/isdnd/controller.c b/usr.sbin/i4b/isdnd/controller.c index 7b69fc4..16a60c8 100644 --- a/usr.sbin/i4b/isdnd/controller.c +++ b/usr.sbin/i4b/isdnd/controller.c @@ -79,6 +79,7 @@ name_of_controller(int ctrl_type, int card_type) "Traverse Tech NETjet-S / Teles PCI-TJ", "Eicon.Diehl DIVA 2.0 / 2.02 ISA PnP", "Compaq Microcom 610", + "AVM Fritz!Card PCI Version 2", }; static char *daic_card[] = { |