Fri Apr 2 09:27:32 2021 UTC ()
Add gpt wedge support


(martin)
diff -r1.48 -r1.49 src/sys/arch/macppc/conf/POWERMAC_G5

cvs diff -r1.48 -r1.49 src/sys/arch/macppc/conf/POWERMAC_G5 (expand / switch to unified diff)

--- src/sys/arch/macppc/conf/POWERMAC_G5 2021/04/02 06:55:14 1.48
+++ src/sys/arch/macppc/conf/POWERMAC_G5 2021/04/02 09:27:32 1.49
@@ -46,26 +46,34 @@ options BUFQ_PRIOCSCAN @@ -46,26 +46,34 @@ options BUFQ_PRIOCSCAN
46options DIAGNOSTIC # cheap kernel consistency checks 46options DIAGNOSTIC # cheap kernel consistency checks
47#options DEBUG # expensive debugging checks/support 47#options DEBUG # expensive debugging checks/support
48options ZS_CONSOLE_ABORT# allow break to get into DDB on serial 48options ZS_CONSOLE_ABORT# allow break to get into DDB on serial
49options DDB # in-kernel debugger 49options DDB # in-kernel debugger
50options DDB_ONPANIC=1 # don't go into ddb on panic. 50options DDB_ONPANIC=1 # don't go into ddb on panic.
51options DDB_HISTORY_SIZE=512 # enable history editing in DDB 51options DDB_HISTORY_SIZE=512 # enable history editing in DDB
52options TRAP_PANICWAIT 52options TRAP_PANICWAIT
53#options DDB_COMMANDONENTER="bt" 53#options DDB_COMMANDONENTER="bt"
54 54
55# Compatibility options 55# Compatibility options
56include "conf/compat_netbsd70.config" 56include "conf/compat_netbsd70.config"
57#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 57#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
58 58
 59# Wedge support
 60options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
 61options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
 62#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
 63#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
 64#options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges
 65#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges
 66
59# File systems 67# File systems
60file-system FFS # UFS 68file-system FFS # UFS
61file-system MFS # memory file system 69file-system MFS # memory file system
62file-system TMPFS # memory file system 70file-system TMPFS # memory file system
63file-system KERNFS # /kern 71file-system KERNFS # /kern
64file-system PROCFS # /proc 72file-system PROCFS # /proc
65file-system NFS # Network File System client 73file-system NFS # Network File System client
66file-system CD9660 # ISO 9660 + Rock Ridge file system 74file-system CD9660 # ISO 9660 + Rock Ridge file system
67file-system MSDOSFS # MS-DOS file system 75file-system MSDOSFS # MS-DOS file system
68file-system PTYFS # /dev/pts/N support 76file-system PTYFS # /dev/pts/N support
69#file-system HFS # experimental - Apple HFS+ (read-only) 77#file-system HFS # experimental - Apple HFS+ (read-only)
70 78
71# File system options 79# File system options