diff options
author | copeland <copeland> | 2001-03-10 11:00:11 +0000 |
---|---|---|
committer | copeland <copeland> | 2001-03-10 11:00:11 +0000 |
commit | bb4eee0fb1c4709624d309bdc5693c1150f7b4a4 (patch) | |
tree | a52335255dd46ce38cd72e0c0da487f9f29c9382 | |
parent | b8ee263d6a05010ff79b25f10aeb58c248af7b7b (diff) | |
download | anaconda-bb4eee0fb1c4709624d309bdc5693c1150f7b4a4.tar.gz anaconda-bb4eee0fb1c4709624d309bdc5693c1150f7b4a4.tar.xz anaconda-bb4eee0fb1c4709624d309bdc5693c1150f7b4a4.zip |
Because there are two adaptec drivers we now have a problem that
the newer driver may not detect the controller
Now both adaptec drivers are built as modules
The question is now which is the better one to use..
aic7xxx or aic7xxx_mod
-rw-r--r-- | scripts/mk-images.alpha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha index 24e28e6bc..ac5392ca2 100644 --- a/scripts/mk-images.alpha +++ b/scripts/mk-images.alpha @@ -23,7 +23,7 @@ EOF } NETMODULES="nfs 3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne" -SCSIMODULES="DAC960 ide-cd" +SCSIMODULES="aic7xxx DAC960 ide-cd" mkdir -p $TOPDESTPATH/boot cp $BOOTDISKDIR/bootlx $TOPDESTPATH/boot |