aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-04-08 08:00:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-04-08 08:00:40 +0000
commit1265c0ce2b6960521686367e5654ba8cf45af574 (patch)
tree1b5c7706fc17bee5fceb0961342ac43c402f2428 /sys/sys/disklabel.h
parent7c1d25d6c20a8e6fbe1b3db33830023e1d64dfdf (diff)
downloadsrc-1265c0ce2b6960521686367e5654ba8cf45af574.tar.gz
src-1265c0ce2b6960521686367e5654ba8cf45af574.zip
In reverence of the 3rd X11 development rule:
3.The only thing worse than generalizing from one example is generalizing from no examples at all. Remove the fwcylinders attribute before anybody gets the idea that we alone have squared the circle. Sponsored by: DARPA & NAI Labs.
Notes
Notes: svn path=/head/; revision=94175
Diffstat (limited to 'sys/sys/disklabel.h')
-rw-r--r--sys/sys/disklabel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index a564c81a8b4a..870e1a9dc6f7 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -358,7 +358,6 @@ CTASSERT(sizeof (struct dos_partition) == 16);
#define DIOCGMEDIASIZE _IOR('d', 129, off_t) /* Get media size in bytes */
#define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware sectorcount */
#define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware headcount */
-#define DIOCGFWCYLINDERS _IOR('d', 132, u_int) /* Get firmware cyl'scount */
#define DIOCGKERNELDUMP _IOW('d', 133, u_int) /* Set/Clear kernel dumps */
#ifdef __alpha__