Re: [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-07-04 Thread Wolfgang Denk
Dear Rob, In message <4e11d372.8090...@calxeda.com> you wrote: > > >> -#error no scsi device defined > >> +#define SCSI_VEND_ID 0 > >> +#define SCSI_DEV_ID 0 > >> #endif > > > > I'm not sure if this is a good idea. Please explain. > > This is the PCI ID and is only used here: > > common/cmd

Re: [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-07-04 Thread Rob Herring
Wolfgang, On 07/04/2011 05:17 AM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <1309275583-11763-6-git-send-email-robherri...@gmail.com> you > wrote: >> From: Rob Herring >> >> Add support for AHCI controllers that are not PCI based. >> >> Signed-off-by: Rob Herring >> Cc: Wolfgang

Re: [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-07-04 Thread Wolfgang Denk
Dear Rob Herring, In message <1309275583-11763-6-git-send-email-robherri...@gmail.com> you wrote: > From: Rob Herring > > Add support for AHCI controllers that are not PCI based. > > Signed-off-by: Rob Herring > Cc: Wolfgang Denk > --- > common/cmd_scsi.c|6 +++- > drivers/block/ahci

[U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-06-28 Thread Rob Herring
From: Rob Herring Add support for AHCI controllers that are not PCI based. Signed-off-by: Rob Herring Cc: Wolfgang Denk --- common/cmd_scsi.c|6 +++- drivers/block/ahci.c | 70 +++-- include/ahci.h |4 +++ include/scsi.h |