Steven A. Falco 36c2d3062e 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:

	int inline ide_set_piomode(int pio_mode)

ide_set_piomode should be prepared to configure hardware for a pio_mode
between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.

Signed-off-by: Steven A. Falco <sfalco@harris.com>
2008-08-21 01:31:04 +02:00
..
2008-05-21 00:14:08 +02:00
2008-08-06 14:05:38 +02:00
2008-04-18 00:31:41 -07:00
2008-05-21 00:14:08 +02:00
2008-06-03 20:28:50 +02:00
2008-08-06 14:05:38 +02:00
2008-05-21 00:14:08 +02:00
2008-08-06 14:05:38 +02:00
2008-05-21 00:14:08 +02:00
2008-03-25 22:16:15 +01:00
2008-06-03 20:32:25 +02:00
2008-06-03 20:28:50 +02:00
2008-05-21 00:14:08 +02:00
2008-04-24 17:21:55 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-08-06 14:05:38 +02:00
2008-05-21 00:14:08 +02:00
2008-08-13 11:00:19 -05:00
2008-08-12 00:06:34 +02:00
2008-05-21 00:14:08 +02:00
2008-08-06 14:05:38 +02:00