svn commit: r358416 - head/sys/sys
Warner Losh
imp at FreeBSD.org
Fri Feb 28 01:02:02 UTC 2020
Author: imp
Date: Fri Feb 28 01:02:01 2020
New Revision: 358416
URL: https://svnweb.freebsd.org/changeset/base/358416
Log:
Remove duplicated ATA_CHECK_POWER_MODE
Modified:
head/sys/sys/ata.h
Modified: head/sys/sys/ata.h
==============================================================================
--- head/sys/sys/ata.h Fri Feb 28 00:42:27 2020 (r358415)
+++ head/sys/sys/ata.h Fri Feb 28 01:02:01 2020 (r358416)
@@ -507,7 +507,6 @@ struct ata_params {
#define ATA_SF_DIS_SRVIRQ 0xde /* disable service interrupt */
#define ATA_SF_LPSAERC 0x62 /* Long Phys Sect Align ErrRep*/
#define ATA_SF_DSN 0x63 /* Device Stats Notification */
-#define ATA_CHECK_POWER_MODE 0xe5 /* Check Power Mode */
#define ATA_SECURITY_SET_PASSWORD 0xf1 /* set drive password */
#define ATA_SECURITY_UNLOCK 0xf2 /* unlock drive using passwd */
#define ATA_SECURITY_ERASE_PREPARE 0xf3 /* prepare to erase drive */
More information about the svn-src-head
mailing list