[BACK]Return to atareg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ata

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ata/atareg.h between version 1.32 and 1.33

version 1.32, 2007/12/25 18:33:36 version 1.33, 2009/06/08 15:09:35
Line 438  struct ataparams {
Line 438  struct ataparams {
     u_int16_t   atap_seu_time;          /* 89: Sec. Erase Unit compl. time */      u_int16_t   atap_seu_time;          /* 89: Sec. Erase Unit compl. time */
     u_int16_t   atap_eseu_time;         /* 90: Enhanced SEU compl. time */      u_int16_t   atap_eseu_time;         /* 90: Enhanced SEU compl. time */
     u_int16_t   atap_apm_val;           /* 91: current APM value */      u_int16_t   atap_apm_val;           /* 91: current APM value */
     u_int16_t   __reserved6[35];        /* 92-126: reserved */      u_int16_t   __reserved5[8];         /* 92-99: reserved */
       u_int16_t   atap_max_lba[4];        /* 100-103: Max. user LBA addr */
       u_int16_t   __reserved6[4];         /* 104-107: reserved */
       u_int16_t   atap_wwn[4];            /* 108-111: World Wide Name */
       u_int16_t   __reserved7[15];        /* 112-126: reserved */
     u_int16_t   atap_rmsn_supp;         /* 127: remov. media status notif. */      u_int16_t   atap_rmsn_supp;         /* 127: remov. media status notif. */
 #define WDC_RMSN_SUPP_MASK 0x0003  #define WDC_RMSN_SUPP_MASK 0x0003
 #define WDC_RMSN_SUPP 0x0001  #define WDC_RMSN_SUPP 0x0001

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>