Add the magic word 0 value for CFA compliant devices.

This commit is contained in:
Poul-Henning Kamp 2007-12-16 21:18:13 +00:00
parent 39e7abef0e
commit 164a5044a9

View File

@ -38,6 +38,7 @@ struct ata_params {
#define ATA_PROTO_ATAPI 0x8000
#define ATA_PROTO_ATAPI_12 0x8000
#define ATA_PROTO_ATAPI_16 0x8001
#define ATA_PROTO_CFA 0x848a
#define ATA_ATAPI_TYPE_MASK 0x1f00
#define ATA_ATAPI_TYPE_DIRECT 0x0000 /* disk/floppy */
#define ATA_ATAPI_TYPE_TAPE 0x0100 /* streaming tape */