summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-30 15:42:01 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-30 15:42:01 +0000
commit682c73d738b46d8b747cdacc2e9a8fbfef975602 (patch)
tree68f9fd08d06198b0d853b58503339dd0aa752c42
parentb23328222b0c317ec7c84ba2c997fe6324752a04 (diff)
downloadldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar
ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar.gz
ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar.bz2
ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar.xz
ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.zip
(pci_probe) explain
-rw-r--r--pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pci.c b/pci.c
index 6ed36d1..b8a37fd 100644
--- a/pci.c
+++ b/pci.c
@@ -97,6 +97,7 @@ extern struct pciusb_entries pci_probe(void) {
}
}
+ /* special case for realtek 8139 that has two drivers */
if (e->vendor == 0x10ec && e->device == 0x8139) {
if (e->pci_revision < 0x20)
e->module = strdup("8139too");