diff --git a/ChangeLog b/ChangeLog index 6179b1d..90db5e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Mar 2008; Andrew Gaffney sparc64/modules_load: + Add scsi_wait_scan to sparc64's MODULES_SCSI + 13 Mar 2008; Andrew Gaffney generic/linuxrc: Add a check after mounting NEW_ROOT to see if /dev exists and /sbin/init is executable before moving on diff --git a/sparc64/modules_load b/sparc64/modules_load index 148c954..5e8c368 100644 --- a/sparc64/modules_load +++ b/sparc64/modules_load @@ -1,4 +1,4 @@ -MODULES_SCSI="qla2xxx" +MODULES_SCSI="qla2xxx scsi_wait_scan" MODULES_FIREWIRE="" MODULES_ATARAID="" MODULES_PCMCIA=""