aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-11-03 23:26:58 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-11-03 23:26:58 +0000
commit1f45f0733bc8f0637cbeb12c8c6a6cd9f413388d (patch)
tree81621757ad468afb1c7a95cd2f0414903daa2205 /sys
parent35e8cd5f52e7c3fc5b162984d8553719bf0cb2f8 (diff)
downloadsrc-1f45f0733bc8f0637cbeb12c8c6a6cd9f413388d.tar.gz
src-1f45f0733bc8f0637cbeb12c8c6a6cd9f413388d.zip
Fix constants.
Notes
Notes: svn path=/head/; revision=198865
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/ata.h4
1 files 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];