diff options
author | hm <hm@FreeBSD.org> | 2001-01-10 13:34:23 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2001-01-10 13:34:23 +0000 |
commit | c2138298a57d2867e2620e5a7122b0349a67b69b (patch) | |
tree | 5f22af2f5a04caf5da6d0ab672afc892a326922a /sys/i4b | |
parent | 73275f90e12f2757d4763649012a6f41ec1a034d (diff) | |
download | FreeBSD-src-c2138298a57d2867e2620e5a7122b0349a67b69b.zip FreeBSD-src-c2138298a57d2867e2620e5a7122b0349a67b69b.tar.gz |
Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV)
Submitted by: Luiz Henrique Duma <duma@bsi.com.br>
Diffstat (limited to 'sys/i4b')
-rw-r--r-- | sys/i4b/layer1/iwic/i4b_iwic_pci.c | 7 |
1 files changed, 3 insertions, 4 deletions
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)" }, |