Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 01:02:02 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358416 - head/sys/sys
Message-ID:  <202002280102.01S1223Q036983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002280102.01S1223Q036983>