diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-01-10 13:34:23 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-01-10 13:34:23 +0000 |
| commit | 0dac6ca13fa3ca903c884292a22836569b5e8dae (patch) | |
| tree | e621397257b3f52abd70e78eaac2b9aaeb2dc268 /sys/i4b | |
| parent | 617b81802179b49109fbe220ba6c3eb4ceb71a52 (diff) | |
Notes
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 0aad926ce1f0..b02af71a784f 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)" }, |
