/[gxemul]/trunk/src/include/wdcreg.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/wdcreg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 1  Line 1 
1  /*  gxemul: $Id: wdcreg.h,v 1.2 2005/03/05 12:34:03 debug Exp $  */  /*  gxemul: $Id: wdcreg.h,v 1.3 2005/09/10 22:18:57 debug Exp $  */
2  /*      $NetBSD: wdcreg.h,v 1.25 2002/03/31 19:47:39 bouyer Exp $       */  /*      $NetBSD: wdcreg.h,v 1.25 2002/03/31 19:47:39 bouyer Exp $       */
3    
4  #ifndef WDCREG_H  #ifndef WDCREG_H
# Line 139  Line 139 
139  #define WDCC_STANDBY_IMMED      0xe0    /* enter standby mode */  #define WDCC_STANDBY_IMMED      0xe0    /* enter standby mode */
140  #define WDCC_CHECK_PWR          0xe5    /* check power mode */  #define WDCC_CHECK_PWR          0xe5    /* check power mode */
141    
142    #define WDCC_SEC_SET_PASSWORD   0xf1    /* set user or master password */
143    #define WDCC_SEC_UNLOCK         0xf2    /* authenticate */
144    #define WDCC_SEC_ERASE_PREPARE  0xf3    /* enable device erasing */
145    #define WDCC_SEC_ERASE_UNIT     0xf4    /* erase all user data */
146    #define WDCC_SEC_FREEZE_LOCK    0xf5    /* prevent password changes */
147    #define WDCC_SEC_DISABLE_PASSWORD 0xf6  /* disable lock mode */
148    
149    
150  /*  /*
151   * Big Drive support   * Big Drive support
152   */   */

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26