From bb4eee0fb1c4709624d309bdc5693c1150f7b4a4 Mon Sep 17 00:00:00 2001 From: copeland Date: Sat, 10 Mar 2001 11:00:11 +0000 Subject: 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 --- scripts/mk-images.alpha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit