diff options
| author | Jon Loeliger <[email protected]> | 2006-08-23 10:40:37 -0500 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2006-08-23 10:40:37 -0500 |
| commit | 5e4c24bcb39eaba70281c2a3d214327649503255 (patch) | |
| tree | 224d54a6d329e1c94307520b3639c76b3d2d25f2 /common | |
| parent | ad09083c3736ea72bceee92721933513d3137b66 (diff) | |
| parent | dabf9ef8c10b4dead5ef2106ef742b1c06b542de (diff) | |
Merge branch 'mpc86xx'
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_scsi.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c index e8048611f93..cc08743d5dc 100644 --- a/common/cmd_scsi.c +++ b/common/cmd_scsi.c @@ -43,8 +43,13 @@ #else #define SCSI_DEV_ID CONFIG_SCSI_DEV_ID #endif +#elif defined CONFIG_SATA_ULI5288 + +#define SCSI_VEND_ID 0x10b9 +#define SCSI_DEV_ID 0x5288 + #else -#error CONFIG_SCSI_SYM53C8XX must be defined +#error no scsi device defined #endif |
