diff options
author | hm <hm@FreeBSD.org> | 2001-01-11 15:42:37 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2001-01-11 15:42:37 +0000 |
commit | ec4dee7604535b15c25254fe923247cc4b72591a (patch) | |
tree | 784cae3836f7968c49bc0694e4b7b9e173738bd7 /usr.sbin/i4b | |
parent | 077abe8f3800a2934991a497e624375f6416a1f3 (diff) | |
download | FreeBSD-src-ec4dee7604535b15c25254fe923247cc4b72591a.zip FreeBSD-src-ec4dee7604535b15c25254fe923247cc4b72591a.tar.gz |
Add support to name cards supported by the itjc driver
Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r-- | usr.sbin/i4b/isdnd/controller.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/i4b/isdnd/controller.c b/usr.sbin/i4b/isdnd/controller.c index 2c45bf6..be68320 100644 --- a/usr.sbin/i4b/isdnd/controller.c +++ b/usr.sbin/i4b/isdnd/controller.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,11 +27,9 @@ * i4b daemon - controller state support routines * ---------------------------------------------- * - * $Id: controller.c,v 1.23 2000/10/09 12:53:29 hm Exp $ - * * $FreeBSD$ * - * last edit-date: [Thu Oct 26 08:39:21 2000] + * last edit-date: [Thu Jan 11 16:40:47 2001] * *---------------------------------------------------------------------------*/ @@ -73,8 +71,9 @@ name_of_controller(int ctrl_type, int card_type) "ASUSCOM P-IN100-ST-D (Winbond W6692)", "Teles S0/16.3c PnP", "AcerISDN P10 PnP", - "TELEINT ISDN SPEED No. 1" - "Cologne Chip HFC-S PCI based" + "TELEINT ISDN SPEED No. 1", + "Cologne Chip HFC-S PCI based", + "Traverse Tech NETjet-S / Teles PCI-TJ" }; static char *daic_card[] = { |