Date: Sun, 03 Sep 2000 10:38:01 +0300 From: Juha-Matti Liukkonen <jml@cubical.fi> To: freebsd-isdn@freebsd.org Subject: i4b 0.95 iwic driver Message-ID: <39B1FFD9.26336F1F@cubical.fi>
next in thread | raw e-mail | index | archive | help
Hello, thanks, Hellmuth and all the others contributing to this new i4b release. The iwic driver in particular seems to work nicely... The following patch is required to make the driver recognize cards with vendor id 0xffffffff though, such as the Telewell el-cheapos (common in Finland): --- layer1-nb/iwic/i4b_iwic_pci.c.orig Fri Jun 2 14:58:56 2000 +++ layer1-nb/iwic/i4b_iwic_pci.c Sun Sep 3 10:25:43 2000 @@ -126,15 +126,15 @@ static struct winids { u_int32_t type; - int sv; - int sd; + u_int32_t sv; + u_int32_t sd; const char *desc; } win_ids[] = { - { 0x66921050, -1, -1, "Generic Winbond W6692 ISDN PCI (0x66921050)" }, - { 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)" }, - { 0x105e10cf, -1, -1, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x105e10cf)" }, + { 0x66921050, 0xffff, 0xffff, "Generic Winbond W6692 ISDN PCI (0x66921050)" }, + { 0x17020675, 0xffff, 0xffff, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x17020675)" }, + { 0x17030675, 0xffff, 0xffff, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x17030675)" }, + { 0x17070675, 0xffff, 0xffff, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x17070675)" }, + { 0x105e10cf, 0xffff, 0xffff, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x105e10cf)" }, { 0x06751043, 0x144F, 0x2000, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x06751043)" }, { 0x06751043, 0x144F, 0x1702, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x06751043)" }, { 0x06751043, 0x144F, 0x1707, "ASUSCOM P-IN100-ST-D (Winbond W6692, 0x06751043)" }, -- Juha-Matti Liukkonen, Cubical Solutions Ltd Phone: +358(0)405280142 Email: jml@cubical.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39B1FFD9.26336F1F>