summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-12 05:35:03 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-12 05:35:03 +0000
commit25d994668a532de29dbc5f3b5a5cc01489cf13d3 (patch)
tree91fe46e36d37aade832f297c11b5556af22ec2ca /loader2/hardware.c
parentf22d489e4a5461c1f447d303aa5eb246a28d5388 (diff)
downloadanaconda-25d994668a532de29dbc5f3b5a5cc01489cf13d3.tar.gz
anaconda-25d994668a532de29dbc5f3b5a5cc01489cf13d3.tar.xz
anaconda-25d994668a532de29dbc5f3b5a5cc01489cf13d3.zip
this should get cardbus working. works in test mode, but I need to
double-check the various cases of it in the morning
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r--loader2/hardware.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c
index cdf4374fc..b45132a2d 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -150,6 +150,10 @@ int busProbe(moduleInfoSet modInfo, moduleList modLoaded, moduleDeps modDeps,
char ** modList;
char modules[1024];
+ /* we always want to try to find out about pcmcia controllers even
+ * if using noprobe */
+ cardbusControllerInitialize(modLoaded, modDeps, modInfo, flags);
+
if (FL_NOPROBE(flags)) return 0;
if (!access("/proc/bus/pci/devices", R_OK) ||