comment out scsi controller init in s2880 mainboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2004-04-26 17:43:30 +00:00
parent b6ce3ec68c
commit 1e1a34fdd1
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ default LB_CKS_LOC=123
driver mainboard.o
dir ../common/lsi_scsi
#dir ../common/lsi_scsi
#driver adaptec_scsi.o
#driver promise_sata.o
#driver intel_nic.o

View File

@ -96,7 +96,7 @@ romimage "normal"
option ROM_IMAGE_SIZE=0x10000
option LINUXBIOS_EXTRA_VERSION=".0Normal"
mainboard ibm/e325
payload //etc/hosts
payload ../../filo.elf
end
romimage "fallback"
@ -104,7 +104,7 @@ romimage "fallback"
option ROM_IMAGE_SIZE=0x10000
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
mainboard ibm/e325
payload //etc/hosts
payload ../../filo.elf
# use this to test a build if you don't have the etherboot
# payload /etc/hosts
end