Re: [U-Boot] [PATCH 2/3] setting pio modes for IDE devices

2008-08-20 Thread Wolfgang Denk
Dear Steven A. Falco, In message [EMAIL PROTECTED] you wrote: [PATCH 2/3] Add a hook to allow board-specific PIO mode setting. This patch adds a hook whereby a board-specific routine can be called to configure hardware for a PIO mode. The prototype for the board-specific routine is:

Re: [U-Boot] [PATCH 2/3] setting pio modes for IDE devices

2008-08-15 Thread Steven A. Falco
Wolfgang Denk wrote: Dear Steven A. Falco, In message [EMAIL PROTECTED] you wrote: I realized that I should be checking to see if word 163 is applicable to the ATA device in question. To do that, I need to call ata_id_is_cfa() from libata.h. However, libata.h conflicts with ata.h because