diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-09 14:42:29 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-09 14:42:29 +0000 |
commit | 4ab4217cad713d92578079af72594d8f1876bf0a (patch) | |
tree | ab39bf5f972d56e27c40ddbfafd24fdca95c5140 /mdk-stage1 | |
parent | 64f6a87787ed814f82efcd0990cd6d642c59ecda (diff) | |
download | drakx-4ab4217cad713d92578079af72594d8f1876bf0a.tar drakx-4ab4217cad713d92578079af72594d8f1876bf0a.tar.gz drakx-4ab4217cad713d92578079af72594d8f1876bf0a.tar.bz2 drakx-4ab4217cad713d92578079af72594d8f1876bf0a.tar.xz drakx-4ab4217cad713d92578079af72594d8f1876bf0a.zip |
do ask for modules here, it is already done when needed
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/probing.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index a43c9bcb6..59423a5ed 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -206,11 +206,6 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u goto end_pci_probe; } - if (IS_EXPERT && type != USB_CONTROLLERS) { - ask_insmod(type); - return; - } - if (!(f = fopen("/proc/bus/pci/devices", "rb"))) { log_message("PCI: could not open proc file"); goto end_pci_probe; |