summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-01 20:39:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-01 20:39:21 +0000
commitdaf855d1344f696c70f02b05c68ac3dd713a02d2 (patch)
tree0b534a07eea06b28761a42a3785bab0833243792
parent04007100ad9fae8dba000676e8fbf98106259700 (diff)
downloadldetect-lst-daf855d1344f696c70f02b05c68ac3dd713a02d2.tar
ldetect-lst-daf855d1344f696c70f02b05c68ac3dd713a02d2.tar.gz
ldetect-lst-daf855d1344f696c70f02b05c68ac3dd713a02d2.tar.bz2
ldetect-lst-daf855d1344f696c70f02b05c68ac3dd713a02d2.tar.xz
ldetect-lst-daf855d1344f696c70f02b05c68ac3dd713a02d2.zip
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)
-rw-r--r--lst/pcitable4
1 files 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"