From c2138298a57d2867e2620e5a7122b0349a67b69b Mon Sep 17 00:00:00 2001 From: hm Date: Wed, 10 Jan 2001 13:34:23 +0000 Subject: Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV) Submitted by: Luiz Henrique Duma --- sys/i4b/layer1/iwic/i4b_iwic_pci.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/i4b/layer1/iwic/i4b_iwic_pci.c') diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c index 0aad926..b02af71 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c @@ -27,11 +27,9 @@ * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- * - * $Id: i4b_iwic_pci.c,v 1.14 2000/09/04 09:08:45 hm Exp $ - * * $FreeBSD$ * - * last edit-date: [Mon Sep 4 09:49:03 2000] + * last edit-date: [Wed Jan 10 14:33:08 2001] * *---------------------------------------------------------------------------*/ @@ -125,7 +123,8 @@ static struct winids { int sd; const char *desc; } win_ids[] = { - { 0x66921050, -1, -1, "Generic Winbond W6692 ISDN PCI (0x66921050)" }, + { 0x66921050, -1, -1, "Generic Winbond W6692 ISDN PCI (0x66921050)" }, + { 0x66921050, 0x144F, 0x1707, "Planet PCI ISDN Adapter (Model IA128P-STDV)" }, { 0x17020675, -1, -1, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x17020675)" }, { 0x17030675, -1, -1, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x17030675)" }, { 0x17070675, -1, -1, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x17070675)" }, -- cgit v1.1