mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
e5a6c79d42
commit
942e31437d
@@ -185,6 +185,7 @@ void scsi_low_level_init(int busdevfunc);
|
||||
* functions residing inside cmd_scsi.c
|
||||
*/
|
||||
void scsi_init(void);
|
||||
void scsi_scan(int mode);
|
||||
|
||||
|
||||
#define SCSI_IDENTIFY 0xC0 /* not used */
|
||||
|
Reference in New Issue
Block a user