diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-01 16:54:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-01 16:54:36 +0000 |
commit | f1add7b00a7da48cbcbb7ce73c782feaa20943ff (patch) | |
tree | 72dd12b77bb4640d601afef3cd6a9b7c1979f453 /kernel/list_modules.pm | |
parent | 715b96e81e34bc72b3d303eb62006b96f3571e85 (diff) | |
download | drakx-f1add7b00a7da48cbcbb7ce73c782feaa20943ff.tar drakx-f1add7b00a7da48cbcbb7ce73c782feaa20943ff.tar.gz drakx-f1add7b00a7da48cbcbb7ce73c782feaa20943ff.tar.bz2 drakx-f1add7b00a7da48cbcbb7ce73c782feaa20943ff.tar.xz drakx-f1add7b00a7da48cbcbb7ce73c782feaa20943ff.zip |
add comments
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c1b4c75cd..a31bf203f 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -76,7 +76,9 @@ our %l = ( ################################################################################ disk => { + # ide drivers compiled as modules: ide => [ qw(aec62xx cs5520 cs5530 delkin_cb ide-generic rz1000 sc1200 slc90e66 triflex trm290) ], + # ide drivers compiled in core kernel: all_ide => [ qw(ali14xx amd74xx dtc2278 ht6560b qd65xx umc8672 aec62xx alim15x3 atiixp cmd64x cs5520 cs5530 cy82c693), qw(hpt34x hpt366 ns87415 opti621 pdc202xx_new pdc202xx_old piix rz1000 sc1200 serverworks), |