svn commit: r198587 - head/sys/sys
Alexander Motin
mav at FreeBSD.org
Thu Oct 29 13:52:34 UTC 2009
Author: mav
Date: Thu Oct 29 13:52:34 2009
New Revision: 198587
URL: http://svn.freebsd.org/changeset/base/198587
Log:
Define identify fields described in CF specification.
Modified:
head/sys/sys/ata.h
Modified: head/sys/sys/ata.h
==============================================================================
--- head/sys/sys/ata.h Thu Oct 29 13:45:33 2009 (r198586)
+++ head/sys/sys/ata.h Thu Oct 29 13:52:34 2009 (r198587)
@@ -226,7 +226,11 @@ struct ata_params {
/*128*/ u_int16_t security_status;
u_int16_t reserved129[31];
/*160*/ u_int16_t cfa_powermode1;
- u_int16_t reserved161[15];
+ u_int16_t reserved161;
+/*162*/ u_int16_t cfa_kms_support;
+/*163*/ u_int16_t cfa_trueide_modes;
+/*164*/ u_int16_t cfa_memory_modes;
+ u_int16_t reserved165[11];
/*176*/ u_int8_t media_serial[60];
/*206*/ u_int16_t sct;
u_int16_t reserved206[2];
More information about the svn-src-all
mailing list