diff options
author | Nicolas Planel <nplanel@mandriva.com> | 2004-01-21 17:55:02 +0000 |
---|---|---|
committer | Nicolas Planel <nplanel@mandriva.com> | 2004-01-21 17:55:02 +0000 |
commit | d5d2d55330cb338037a445c5cfd9ade3ac0b95ee (patch) | |
tree | fcae0d8295c412d4b0976debffa98a3342d7009f /kernel/list_modules.pm | |
parent | e37db334857e6bc3c09086fdb10457feb0036b0a (diff) | |
download | drakx-d5d2d55330cb338037a445c5cfd9ade3ac0b95ee.tar drakx-d5d2d55330cb338037a445c5cfd9ade3ac0b95ee.tar.gz drakx-d5d2d55330cb338037a445c5cfd9ade3ac0b95ee.tar.bz2 drakx-d5d2d55330cb338037a445c5cfd9ade3ac0b95ee.tar.xz drakx-d5d2d55330cb338037a445c5cfd9ade3ac0b95ee.zip |
add *-agp module support
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 1d5d75711..ff8e44446 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -154,10 +154,16 @@ our %l = ( 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(defxx i810_rng i810fb ide-floppy ide-scsi ide-tape loop lp nbd sg st), qw(parport parport_pc parport_serial), qw(btaudio), + if_(arch() =~ /alpha/, qw(alpha-agp)), + if_(arch() =~ /ia64/, qw(hp-agp i460-agp)), + if_(arch() =~ /ppc/, qw(uninorth-agp)), + + qw(agpgart ali-agp amd64-agp amd-k7-agp ati-agp intel-agp), + qw(nvidia-agp sworks-agp sis-agp via-agp), #- these need checking qw(pcilynx sktr rrunner meye 3c559 buz paep), ], |