• S
    Add a hook to allow board-specific PIO mode setting. · 36c2d306
    Steven A. Falco 提交于
    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: NSteven A. Falco <sfalco@harris.com>
    36c2d306
cmd_ide.c 52.4 KB