Skip to content
Snippets Groups Projects
Commit 36c2d306 authored by Steven A. Falco's avatar Steven A. Falco Committed by Wolfgang Denk
Browse files

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: default avatarSteven A. Falco <sfalco@harris.com>
parent 9571b84c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment