commit | 942e31437d2ba34acab259901b929532ba77390a | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Jul 06 16:13:36 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 00:06:58 2011 +0200 |
tree | 275f3be0420b80538edb2f794a9b52f50119bb20 | |
parent | e5a6c79d4299ca8367edb73656ad9e51765ccd66 [diff] [blame] |
scsi/ahci: add support for non-PCI controllers Add support for AHCI controllers that are not PCI based. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Wolfgang Denk <wd@denx.de>
diff --git a/include/scsi.h b/include/scsi.h index aaafc9c..c52759c 100644 --- a/include/scsi.h +++ b/include/scsi.h
@@ -185,6 +185,7 @@ * functions residing inside cmd_scsi.c */ void scsi_init(void); +void scsi_scan(int mode); #define SCSI_IDENTIFY 0xC0 /* not used */