diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-16 19:55:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-16 19:55:10 +0000 |
commit | 65476d975761958788bef066c0640f56cc213b64 (patch) | |
tree | 67bc22922f57e81cf558fd5f793ea33684900962 /kernel | |
parent | 7655aa2aeafdae523e599410ee0e6171532088c2 (diff) | |
download | drakx-65476d975761958788bef066c0640f56cc213b64.tar drakx-65476d975761958788bef066c0640f56cc213b64.tar.gz drakx-65476d975761958788bef066c0640f56cc213b64.tar.bz2 drakx-65476d975761958788bef066c0640f56cc213b64.tar.xz drakx-65476d975761958788bef066c0640f56cc213b64.zip |
add aic7xxx_old (needed when the network card firmware hasn't been updated)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8c3d4c839..8daacfc95 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -68,7 +68,7 @@ our %l = ( qw(eata eata_pio eata_dma mptscsih nsp32), ), '53c7,8xx', - qw(aic7xxx pci2000 qlogicisp sym53c8xx), # ncr53c8xx + qw(aic7xxx aic7xxx_old pci2000 qlogicisp sym53c8xx), # ncr53c8xx ], hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), |