Some distros, including debian unstable with 2.6.30, still ship
old style ide drivers. These should be installed as well.
Sadly there are no symbols to use for nm, so a simple =ide needs
to suffice.
nm -uPA "$1" | egrep -q "$blockfuncs"
}
- instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) "=drivers/pcmcia"
+ instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) "=drivers/pcmcia" =ide
# if not on hostonly mode, install all known filesystems.
if [[ $hostonly = '' ]]; then
instmods '=fs'