summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");