Correct NE7CMD_FORMAT command (from John Kohl; PR#1637).

This commit is contained in:
pk 1995-10-20 00:02:20 +00:00
parent 4ba75e6c70
commit 2f9169d20b

View File

@ -1,4 +1,4 @@
/* $NetBSD: nec765reg.h,v 1.3 1994/10/27 04:18:41 cgd Exp $ */
/* $NetBSD: nec765reg.h,v 1.4 1995/10/20 00:02:20 pk Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -65,7 +65,7 @@
#define NE7CMD_SENSED 4 /* sense drive - requires unit select byte */
#define NE7CMD_WRITE 0xc5 /* write - requires eight additional bytes */
#define NE7CMD_READ 0xe6 /* read - requires eight additional bytes */
#define NE7CMD_FORMAT 0x4c /* format - requires five additional bytes */
#define NE7CMD_FORMAT 0x4d /* format - requires five additional bytes */
#define NE7CMD_RECAL 7 /* recalibrate drive - requires
unit select byte */
#define NE7CMD_SENSEI 8 /* sense controller interrupt status */