diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-11-12 13:37:46 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-11-12 13:37:46 +0000 |
commit | d8243dbd8e2698d34a4f42312f6680f34acadce4 (patch) | |
tree | 61ebb2efdabda42f9f803158fd904cc559db453e /kernel | |
parent | 5ec0bdc7f65c446a125e05db6f7c76d8c2aa8eaf (diff) | |
download | drakx-d8243dbd8e2698d34a4f42312f6680f34acadce4.tar drakx-d8243dbd8e2698d34a4f42312f6680f34acadce4.tar.gz drakx-d8243dbd8e2698d34a4f42312f6680f34acadce4.tar.bz2 drakx-d8243dbd8e2698d34a4f42312f6680f34acadce4.tar.xz drakx-d8243dbd8e2698d34a4f42312f6680f34acadce4.zip |
don't ship with old modules [disable them in next kernel]
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 0b9246736..02efadbec 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -92,7 +92,8 @@ our %l = ( usb => [ qw(usbcore usb-uhci usb-ohci ehci-hcd usbkbd keybdev input) ], firewire => [ qw(ohci1394 ieee1394) ], pcmcia => [ - if_(arch() !~ /^sparc/, qw(pcmcia_core tcic ds i82365 i82092 yenta_socket)), # cb_enabler + if_(arch() !~ /^x86_64|sparc/, qw(tcic i82365 i82092)), # doc says "older laptops" + if_(arch() !~ /^sparc/, qw(pcmcia_core ds yenta_socket)), # cb_enabler ], #serial_cs #ftl_cs 3c575_cb apa1480_cb epic_cb serial_cb tulip_cb iflash2+_mtd iflash2_mtd |