Typo in define; PhysSectorNym -> PhysSectorNum
This commit is contained in:
parent
6e82649d8e
commit
ad8109e2b5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: twereg.h,v 1.6 2003/09/22 01:28:25 thorpej Exp $ */
|
||||
/* $NetBSD: twereg.h,v 1.7 2004/09/23 01:14:50 heas Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
@ -238,7 +238,7 @@ struct twe_param {
|
||||
#define TWE_PARAM_DRIVEINFO_Serial 4 /* drive serial number [20] */
|
||||
#define TWE_PARAM_DRIVEINFO_PhysCylNum 5 /* physical geometry [2] */
|
||||
#define TWE_PARAM_DRIVEINFO_PhysHeadNum 6 /* [2] */
|
||||
#define TWE_PARAM_DRIVEINFO_PhysSectorNym 7 /* [2] */
|
||||
#define TWE_PARAM_DRIVEINFO_PhysSectorNum 7 /* [2] */
|
||||
#define TWE_PARAM_DRIVEINFO_LogCylNum 8 /* logical geometry [2] */
|
||||
#define TWE_PARAM_DRIVEINFO_LogHeadNum 9 /* [2] */
|
||||
#define TWE_PARAM_DRIVEINFO_LogSectorNum 10 /* [2] */
|
||||
|
Loading…
Reference in New Issue
Block a user