mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev: pata_bf54x: handle portmuxing of pins through GPIO PORTs
This commit is contained in:
commit
c9f937e4a3
1 changed files with 19 additions and 0 deletions
|
@ -1557,6 +1557,25 @@ static unsigned short atapi_io_port[] = {
|
|||
P_ATAPI_DMARQ,
|
||||
P_ATAPI_INTRQ,
|
||||
P_ATAPI_IORDY,
|
||||
P_ATAPI_D0A,
|
||||
P_ATAPI_D1A,
|
||||
P_ATAPI_D2A,
|
||||
P_ATAPI_D3A,
|
||||
P_ATAPI_D4A,
|
||||
P_ATAPI_D5A,
|
||||
P_ATAPI_D6A,
|
||||
P_ATAPI_D7A,
|
||||
P_ATAPI_D8A,
|
||||
P_ATAPI_D9A,
|
||||
P_ATAPI_D10A,
|
||||
P_ATAPI_D11A,
|
||||
P_ATAPI_D12A,
|
||||
P_ATAPI_D13A,
|
||||
P_ATAPI_D14A,
|
||||
P_ATAPI_D15A,
|
||||
P_ATAPI_A0A,
|
||||
P_ATAPI_A1A,
|
||||
P_ATAPI_A2A,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue