Disklabel separation work - Generally shift all disklabel-specific
commit61099840bc8fff8902af8bbe9a229691cbae8bff
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 23:50:16 +0000 (17 23:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 23:50:16 +0000 (17 23:50 +0000)
tree1246efd641c7592a2cf615352c6d5013393f349f
parentfba9e0818e96a31d376d1a0cb558b1ab276803da
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 [copied from sys/sys/disklabel.h with 76% similarity]
sys/sys/dtype.h [new file with mode: 0644]