diff options
Diffstat (limited to 'include/asm-generic/libata-portmap.h')
| -rw-r--r-- | include/asm-generic/libata-portmap.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-generic/libata-portmap.h b/include/asm-generic/libata-portmap.h new file mode 100644 index 0000000000..9202fd02d5 --- /dev/null +++ b/include/asm-generic/libata-portmap.h | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #ifndef __ASM_GENERIC_LIBATA_PORTMAP_H | ||
| 2 | #define __ASM_GENERIC_LIBATA_PORTMAP_H | ||
| 3 | |||
| 4 | #define ATA_PRIMARY_CMD 0x1F0 | ||
| 5 | #define ATA_PRIMARY_CTL 0x3F6 | ||
| 6 | #define ATA_PRIMARY_IRQ 14 | ||
| 7 | |||
| 8 | #define ATA_SECONDARY_CMD 0x170 | ||
| 9 | #define ATA_SECONDARY_CTL 0x376 | ||
| 10 | #define ATA_SECONDARY_IRQ 15 | ||
| 11 | |||
| 12 | #endif | ||
