1
0
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:
Rob Herring
2011-07-06 16:13:36 +00:00
committed by Wolfgang Denk
parent e5a6c79d42
commit 942e31437d
4 changed files with 70 additions and 10 deletions

View File

@@ -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 */