Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf Add gpt/dkwedge support.
details: https://anonhg.NetBSD.org/src/rev/a015dd3af0f6
branches: trunk
changeset: 780261:a015dd3af0f6
user: matt <matt%NetBSD.org@localhost>
date: Wed Jul 18 16:59:41 2012 +0000
description:
Add gpt/dkwedge support.
Cleanup a few options <sp><tab> problems
diffstat:
sys/arch/evbppc/conf/TWRP1025 | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diffs (49 lines):
diff -r 4aef8677e5d0 -r a015dd3af0f6 sys/arch/evbppc/conf/TWRP1025
--- a/sys/arch/evbppc/conf/TWRP1025 Wed Jul 18 16:58:15 2012 +0000
+++ b/sys/arch/evbppc/conf/TWRP1025 Wed Jul 18 16:59:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TWRP1025,v 1.2 2012/07/17 01:36:12 matt Exp $
+# $NetBSD: TWRP1025,v 1.3 2012/07/18 16:59:41 matt Exp $
#
# TWRP1025 -- everything that's currently supported
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "TWRP1025-$Revision: 1.2 $"
+ident "TWRP1025-$Revision: 1.3 $"
maxusers 32
@@ -32,7 +32,7 @@
options SYSVSHM # System V shared memory
options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
@@ -62,7 +62,11 @@
options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
# File systems
file-system FFS # UFS
@@ -165,7 +169,7 @@
ddrc* at cpunode?
duart* at cpunode?
com* at duart? port ?
-options CONSADDR="DUART1_BASE"
+options CONSADDR="DUART1_BASE"
tsec0 at cpunode? instance 1 flags 0x003 # Enhanced 3-Speed Ethernet Controller
tsec1 at cpunode? instance 3 flags 0x102 # Enhanced 3-Speed Ethernet Controller
Home |
Main Index |
Thread Index |
Old Index