Re: [U-Boot] [PATCH 1/2] cmd_ide: enhance new feature CONFIG_IDE_AHB

2011-04-25 Thread Macpaul Lin
Hi Wolfgang, 2011/4/12 Wolfgang Denk w...@denx.de Dear Macpaul Lin, ... +             extern void ide_write_register(int, unsigned int, unsigned char); ... +     extern unsigned char ide_read_register(int, unsigned int); Etc.  Please move all such prototype decarations to an

Re: [U-Boot] [PATCH 1/2] cmd_ide: enhance new feature CONFIG_IDE_AHB

2011-04-11 Thread Wolfgang Denk
Dear Macpaul Lin, In message 1295873267-32570-1-git-send-email-macp...@andestech.com you wrote: Although most IDE controller is designed to be connected to PCI bridge, there are still some IDE controller support AHB interface for SoC design. The driver implementation of these IDE-AHB

[U-Boot] [PATCH 1/2] cmd_ide: enhance new feature CONFIG_IDE_AHB

2011-01-24 Thread Macpaul Lin
Although most IDE controller is designed to be connected to PCI bridge, there are still some IDE controller support AHB interface for SoC design. The driver implementation of these IDE-AHB controllers differ from other IDE-PCI controller, some additional registers and commands access is required