From daf855d1344f696c70f02b05c68ac3dd713a02d2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Aug 2003 20:39:21 +0000 Subject: Steffen Barszus says: There are two Eicon Cards that are false listed in ldetect-lst. Here the entries: 0x1133 0xe001 "ISDN:hisax,type=11" "Eicon|DIVA 20PRO ISDN Adapter" <=== 0x1133 0xe002 "ISDN:hisax,type=11" "Eicon|DIVA 20 ISDN Adapter" 0x1133 0xe003 "ISDN:hisax,type=11" "Eicon|DIVA 20PRO_U ISDN Adapter" <=== 0x1133 0xe004 "ISDN:hisax,type=11" "Eicon|DIVA 20_U ISDN Adapter" 0x1133 0xe005 "ISDN:hisax,type=11" "Eicon|ISDN Controller" 0x1133 0xe00b "hisax" "Eicon Technology Corporation|DIVA 2.02" For proofread, the entries from actual kernels modules.pcimap hisax 0x00001133 0x0000e002 hisax 0x00001133 0x0000e004 hisax 0x00001133 0x0000e005 hisax 0x00001133 0x0000e00b >From actual isdn4linux FAQ: http://www.mhessler.de/i4lfaq/i4lfaq-5.html#hardware supported cards: .... Eicon DIVA 2.0 ISA and PCI (S0 and U interface, no PRO version) .... >From Vendor: http://www.eicon.de/support/helpweb/software.asp?h=dp&s=l "Not supported" ... "Use Diva 2.01 PCI or Diva Server - drivers for these cards are included in isdn4linux." So this both: 0x1133 0xe001 "ISDN:hisax,type=11" "Eicon|DIVA 20PRO ISDN Adapter" 0x1133 0xe003 "ISDN:hisax,type=11" "Eicon|DIVA 20PRO_U ISDN Adapter" should be changed to 0x1133 0xe001 "unknown" "Eicon|DIVA 20PRO ISDN Adapter" 0x1133 0xe003 "unknown" "Eicon|DIVA 20PRO_U ISDN Adapter" Only Eicon Diva and Eicon Diva Server are supported, no Pro Version. (I had a guy at de.comp.os.unix.linux.isdn with this card and mandrake 9.1) --- lst/pcitable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lst/pcitable b/lst/pcitable index 53016cc6..28251642 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2300,9 +2300,9 @@ 0x1133 0xb921 "unknown" "Eicon|EiconCard P92" 0x1133 0xb922 "unknown" "Eicon|EiconCard P92" 0x1133 0xb923 "unknown" "Eicon|EiconCard P92" -0x1133 0xe001 "ISDN:hisax,type=11" "Eicon|DIVA 20PRO ISDN Adapter" +0x1133 0xe001 "unknown" "Eicon|DIVA 20PRO ISDN Adapter" 0x1133 0xe002 "ISDN:hisax,type=11" "Eicon|DIVA 20 ISDN Adapter" -0x1133 0xe003 "ISDN:hisax,type=11" "Eicon|DIVA 20PRO_U ISDN Adapter" +0x1133 0xe003 "unknown" "Eicon|DIVA 20PRO_U ISDN Adapter" 0x1133 0xe004 "ISDN:hisax,type=11" "Eicon|DIVA 20_U ISDN Adapter" 0x1133 0xe005 "ISDN:hisax,type=11" "Eicon|ISDN Controller" 0x1133 0xe00b "hisax" "Eicon Technology Corporation|DIVA 2.02" -- cgit v1.2.1