diff options
author | Stefan Roese | 2007-06-22 17:32:28 +0200 |
---|---|---|
committer | Wolfgang Denk | 2007-08-16 11:17:36 +0200 |
commit | 2d78074d2e806edc380c1464eb9e5df335ece65e (patch) | |
tree | 747b4afdb6794eb05fa94a056e4f4891e25c50c0 /board/esd/cpci750/ide.c | |
parent | ed4058afc85dc6341fea38cb240beb76296b0d24 (diff) |
ppc7xx: Update CPCI750 board
This small CPCI750 update extends the board specific command
"show_config" to display the Marvell strapping registers and
extends the PCI IDE controller.
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/cpci750/ide.c')
-rw-r--r-- | board/esd/cpci750/ide.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/esd/cpci750/ide.c b/board/esd/cpci750/ide.c index 01b90c631dd..0adafe2d085 100644 --- a/board/esd/cpci750/ide.c +++ b/board/esd/cpci750/ide.c @@ -43,6 +43,8 @@ int ide_preinit (void) ide_bus_offset[l] = -ATA_STATUS; } devbusfn = pci_find_device (0x1103, 0x0004, 0); + if (devbusfn == -1) + devbusfn = pci_find_device (0x1095, 0x3114, 0); if (devbusfn != -1) { status = 0; |