1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 02:53:51 +00:00

Fix constants.

This commit is contained in:
Alexander Motin 2009-11-03 23:26:58 +00:00
parent 35e8cd5f52
commit 1f45f0733b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198865

View File

@ -207,8 +207,8 @@ struct ata_params {
u_int16_t reserved104[2];
/*106*/ u_int16_t pss;
#define ATA_PSS_LSPPS 0x000F
#define ATA_PSS_LSSABOVE512 0x2000
#define ATA_PSS_MULTLS 0x4000
#define ATA_PSS_LSSABOVE512 0x1000
#define ATA_PSS_MULTLS 0x2000
/*107*/ u_int16_t isd;
/*108*/ u_int16_t wwn[4];
u_int16_t reserved112[5];