diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-31 04:55:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-31 04:55:20 +0000 |
commit | 6ba5ae2b1ad920ea33cbd23b30e669e543a3438c (patch) | |
tree | 32ba0f9cd1ce229e74d9a88b3f2fd81fda4cd0be /lst | |
parent | d87b43f488eb6fb7c8f2d636b070f5d1e0f89e8f (diff) | |
download | ldetect-lst-6ba5ae2b1ad920ea33cbd23b30e669e543a3438c.tar ldetect-lst-6ba5ae2b1ad920ea33cbd23b30e669e543a3438c.tar.gz ldetect-lst-6ba5ae2b1ad920ea33cbd23b30e669e543a3438c.tar.bz2 ldetect-lst-6ba5ae2b1ad920ea33cbd23b30e669e543a3438c.tar.xz ldetect-lst-6ba5ae2b1ad920ea33cbd23b30e669e543a3438c.zip |
according to kernel pcimap, ohci394 does not register this device whereas
yenta_socket does (the description looks bogus and is neither in hwdata nor in
pci.ids :-( despite pixel log points to them)
kernel sources looks like this indeed a 'Ti|4450' device, but we've not the
full description.
Diffstat (limited to 'lst')
-rw-r--r-- | lst/pcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 4a4ac62b..e9ce7e19 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1256,7 +1256,7 @@ 0x104c 0x3d07 "Card:Elsa GLoria Synergy" "Texas Instruments|ELSA GLoria Synergy [Permedia 2]" 0x104c 0x8000 "pcilynx" "Texas Instruments|PCILynx/PCILynx2 IEEE 1394 Link Layer Controller" 0x104c 0x8009 "ohci1394" "Texas Instruments|OHCI Compliant FireWire Controller" -0x104c 0x8011 "ohci1394" "Texas Instruments|PCI4450 OHCI-Lynx IEEE 1394 Controller" +0x104c 0x8011 "yenta_socket" "Texas Instruments|PCI4450 OHCI-Lynx IEEE 1394 Controller" 0x104c 0x8017 "ohci1394" "Texas Instruments|PCI4410 OHCI-Lynx IEEE 1394 Controller" 0x104c 0x8019 "ohci1394" "Texas Instruments|TSB12LV23 OHCI Compliant IEEE-1394 Controller" 0x104c 0x8020 "ohci1394" "Texas Instruments|TSB12LV26 OHCI-Lynx PCI IEEE 1394 Host Controller" |