summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-05 14:33:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-05 14:33:34 +0000
commitf0eba89d8d6862087755141ac37bbb3bf9d3a714 (patch)
treee1c73dc7123317a83491b8a541e919e04d839d12 /mdk-stage1/probing.c
parent6b3068afe4f39c70f0c950688bb94cfda6b3d4e1 (diff)
downloaddrakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar
drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar.gz
drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar.bz2
drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar.xz
drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.zip
fake support the firewire in stage1 (as if it were usb ;p)
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 077a664d3..d46c35e4d 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -244,6 +244,8 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u
if (!already_mounted_usbdev) {
already_mounted_usbdev = 1;
my_insmod("usb-storage", SCSI_ADAPTERS, NULL);
+ if (module_already_present("ieee1394"))
+ my_insmod("sbp2", SCSI_ADAPTERS, NULL);
if (mount("/proc/bus/usb", "/proc/bus/usb", "usbdevfs", 0, NULL)) {
log_message("USB: couldn't mount /proc/bus/usb");
goto end_usb_probe;