summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-08 08:00:40 +0000
committerphk <phk@FreeBSD.org>2002-04-08 08:00:40 +0000
commit28a8eb54fff24ffda7309ddb4c6256e0e808c617 (patch)
tree1b5c7706fc17bee5fceb0961342ac43c402f2428 /sys/sys/disklabel.h
parentb2401764d7c899eeafa48efb3ab173dd9dcbd999 (diff)
downloadFreeBSD-src-28a8eb54fff24ffda7309ddb4c6256e0e808c617.zip
FreeBSD-src-28a8eb54fff24ffda7309ddb4c6256e0e808c617.tar.gz
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.
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 a564c81..870e1a9 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__
OpenPOWER on IntegriCloud