From 1f45f0733bc8f0637cbeb12c8c6a6cd9f413388d Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Tue, 3 Nov 2009 23:26:58 +0000 Subject: [PATCH] Fix constants. --- sys/sys/ata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/ata.h b/sys/sys/ata.h index fa91e3bdc985..91e3b534efff 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.h @@ -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];