Disklabel separation work - Generally shift all disklabel-specific
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 23:50:16 +0000 (23:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 23:50:16 +0000 (23:50 +0000)
commitba0cc1abb302756c40039a3d98f8df159cc05766
treee6fac8af4a642b02fc453566cb4bb9e8bbc12c76
parent438dce4e749e335005d85c78ac9df7c8fe57e4ac
Disklabel separation work - Generally shift all disklabel-specific
procedures for the kernel proper to a new source file, subr_disklabel32.c.
Move the DTYPE_ and FS_ defines out of sys/disklabel.h and into a new
header files sys/dtype.h

Make adjustments to the uuids file, renaming "DragonFly Label" to
"DragonFly Label32" and creating a "DragonFly Label64" uuid.
32 files changed:
etc/defaults/uuids
lib/libc/gen/disklabel.c
lib/libc/gen/disktab.c
sbin/diskinfo/diskinfo.c
sbin/disklabel/disklabel.c
sbin/gpt/add.c
sbin/gpt/gpt.c
sbin/gpt/migrate.c
sbin/vinum/list.c
sys/boot/efi/libefi/devicename.c
sys/boot/pc32/boot2/boot2.c
sys/boot/pc32/libi386/biosdisk.c
sys/dev/disk/ccd/ccd.c
sys/dev/disk/fd/fd.c
sys/dev/raid/aac/aac_disk.c
sys/dev/raid/amr/amr_disk.c
sys/dev/raid/ida/ida_disk.c
sys/dev/raid/ips/ips_disk.c
sys/dev/raid/mlx/mlx_disk.c
sys/dev/raid/twe/twe_freebsd.c
sys/dev/raid/vinum/vinumhdr.h
sys/kern/subr_disk.c
sys/kern/subr_disklabel32.c [new file with mode: 0644]
sys/kern/subr_disklabel64.c [new file with mode: 0644]
sys/kern/subr_diskslice.c
sys/kern/vfs_conf.c
sys/platform/pc32/i386/autoconf.c
sys/platform/vkernel/i386/autoconf.c
sys/sys/disk.h
sys/sys/disklabel.h
sys/sys/disklabel32.h
sys/sys/dtype.h [new file with mode: 0644]