remove ATA_CMD2_SMART, which seems wrong and isn't used.

This commit is contained in:
yamt 2003-11-26 15:03:14 +00:00
parent 91c88f7f6b
commit d1e85f1677

View File

@ -1,4 +1,4 @@
/* $NetBSD: atareg.h,v 1.11 2003/11/02 09:50:43 wiz Exp $ */
/* $NetBSD: atareg.h,v 1.12 2003/11/26 15:03:14 yamt Exp $ */
/*
* Drive parameter structure for ATA/ATAPI.
@ -131,7 +131,6 @@ struct ataparams {
#define WDC_CMD1_SEC 0x0002
#define WDC_CMD1_SMART 0x0001
u_int16_t atap_cmd_set2; /* 83: command set supported */
#define ATA_CMD2_SMART 0x2000
#define WDC_CMD2_RMSN 0x0010
#define WDC_CMD2_DM 0x0001
#define ATA_CMD2_APM 0x0008