From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rangaraju Date: Tue, 11 Apr 2006 14:04:50 -0700 (PDT) Subject: [U-Boot-Users] pci 1520-compact flash Detection In-Reply-To: <20060411105726.5028B35260B@atlas.denx.de> References: <3853180.post@talk.nabble.com> <20060411105726.5028B35260B@atlas.denx.de> Message-ID: <3870616.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sry for the confusion! i am trying to access compact flash with the config mentioned below. & i get error like Bus o not available any thing am missing in configuration, but interface detects sandisk (i have 512MB CF) #define CONFIG_I82365 #define PCMCIA_MEM_BASE 0xe0002000 /* PCMCIA memory window base */ #define CFG_PCMCIA_MEM_ADDR PCMCIA_MEM_BASE #define CFG_PCMCIA_MEM_SIZE 0x00100000 #define CONFIG_IDE_8xx_PCCARD 1 /* Use IDE with PC Card Adapter */ #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */ #undef CONFIG_IDE_RESET /* reset for IDE not supported */ #undef CONFIG_IDE_LED /* LED for IDE is supported */ #define CFG_IDE_MAXBUS 1 /* max. 1 IDE bus */ #define CFG_IDE_MAXDEVICE 1 /* max. 1 drive per IDE bus */ #define CFG_ATA_BASE_ADDR CFG_PCMCIA_MEM_ADDR #define CFG_ATA_IDE0_OFFSET 0x0000 #define CFG_ATA_DATA_OFFSET 0 #define CFG_ATA_REG_OFFSET 0 #define CFG_ATA_ALT_OFFSET 0x200 PCMCIA:Enable PCMCIA slot A 3.3V card found Ext: Compact Flash Card ready for data ## Config_base = 0200 ### SanDisk SDP 5/3 0.6 ## Compare against "ARGOSY PnPIDE D5" Fixed Disk Card IDE interface [silicon] [unique] [single] [sleep] [standby] [idle] [low power] Bus 0: not available -- View this message in context: http://www.nabble.com/pci-1520-compact-flash-Detection-t1428672.html#a3870616 Sent from the Uboot - Users forum at Nabble.com.