From 682c73d738b46d8b747cdacc2e9a8fbfef975602 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Sep 2009 15:42:01 +0000 Subject: (pci_probe) explain --- pci.c | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.1