Start untangling the disklabel from various bits of code with the goal of
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 14 May 2007 20:02:45 +0000 (20:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 14 May 2007 20:02:45 +0000 (20:02 +0000)
commit656d6a6963ada9c574d67d89694c160915c685bb
treec6e5c797839112a497809c848904b0e1f7e912f5
parent2121b36b9159d53b2d4591faf38c439340b73e18
Start untangling the disklabel from various bits of code with the goal of
introducing support for a new 64 bit disklabel.

Remove the D_* flags for disklabel.d_flags.  These sorts of flags just do
not belong in the disk image.

Relabel the partition sub-structure in disktab.h, and remove other ancient
compatibility defines in disklabel.h.
13 files changed:
include/disktab.h
lib/libc/gen/disklabel.c
lib/libc/gen/disktab.c
sbin/disklabel/disklabel.c
sys/bus/cam/scsi/scsi_cd.c
sys/dev/disk/ata/atapi-cd.c
sys/dev/disk/mcd/mcd.c
sys/dev/disk/scd/scd.c
sys/kern/subr_diskslice.c
sys/sys/disklabel.h
sys/sys/disklabel32.h
sys/sys/ndisklabel.h [new file with mode: 0644]
sys/sys/odisklabel.h