diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-04-01 07:51:55 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-04-01 07:51:55 +0000 |
commit | 288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f (patch) | |
tree | 4a6a42d4015fa014fd458e3063afdf4e627bdf36 | |
parent | 3fbab623b58077636cec2fb7bf5b62187fa0fe3b (diff) | |
download | drakx-backup-do-not-use-288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f.tar drakx-backup-do-not-use-288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f.tar.gz drakx-backup-do-not-use-288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f.tar.bz2 drakx-backup-do-not-use-288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f.tar.xz drakx-backup-do-not-use-288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f.zip |
Reintegrate comments that clic people nuked. Also make sure efivars is
IA-64 specific.
-rw-r--r-- | kernel/list_modules.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8d178896b..7f5879461 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -27,7 +27,7 @@ our %l = ( qw(sb1000 sis900 sk98lin smc-ultra smc9194 starfire tg3 tlan tmspci tulip via-rhine), #sktr qw(wd winbond-840 yellowfin ns83820), - qw(iph5526), + qw(iph5526), #- fibre channel ), qw(3c59x 8139too sundance dl2k), #rtl8139 ], @@ -143,15 +143,16 @@ our %l = ( qw(busmouse msbusmouse logibusmouse serial qpmouse atixlmouse), ], char => [ - qw(amd768_rng applicom n_r3964 nvram pc110pad ppdev efivars), - qw(mxser moxa isicom wdt_pci epca synclink istallion sonypi i810-tco sx), + if_(arch() =~ /ia64/, qw(efivars)), + qw(amd768_rng applicom n_r3964 nvram pc110pad ppdev), + qw(mxser moxa isicom wdt_pci epca synclink istallion sonypi i810-tco sx), #- what are these??? ], other => [ qw(agpgart defxx i810_rng i810fb ide-floppy ide-scsi ide-tape loop lp nbd sg st), qw(parport parport_pc parport_serial), qw(btaudio), - + #- these need checking qw(pcilynx sktr rrunner gmac meye 3c559 buz paep), ], }, |