Fix typo.

This commit is contained in:
KATO Takenori 1998-01-14 08:08:42 +00:00
parent 20868061ee
commit d81278e36e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32504

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wdreg.h 7.1 (Berkeley) 5/9/91
* $Id: wdreg.h,v 1.19 1997/09/04 18:49:48 sos Exp $
* $Id: wdreg.h,v 1.20 1997/09/20 07:41:45 dyson Exp $
*/
/*
@ -62,7 +62,7 @@
#define wd_ctlr_nec 0x10c /*fixed disk controller control(via 1015) (W)*/
#define wd_altsts_epson 0x3 /*alternate fixed disk status(via 1015) (R)*/
#define wd_ctlr_epson 0x3 /*fixed disk controller control(via 1015) (W)*/
#define wd_altsts wd_alsts_nec
#define wd_altsts wd_altsts_nec
#define WDCTL_4BIT 0x8 /* use four head bits (wd1003) */
#define WDCTL_RST 0x4 /* reset the controller */