Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Add missing TMPFS, PTYFS, WAPBL, INET6,...
details: https://anonhg.NetBSD.org/src/rev/3df15d379c93
branches: trunk
changeset: 935515:3df15d379c93
user: rin <rin%NetBSD.org@localhost>
date: Sat Jul 04 12:04:15 2020 +0000
description:
Add missing TMPFS, PTYFS, WAPBL, INET6, and NFS_BOOT_DHCP.
XXX
Sync options with GENERIC. It should be better to introduce
GENERIC.common in a similar manner to evbarm.
diffstat:
sys/arch/macppc/conf/POWERMAC_G5_11_2 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r ec6ae94cbc49 -r 3df15d379c93 sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2 Sat Jul 04 12:00:15 2020 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2 Sat Jul 04 12:04:15 2020 +0000
@@ -51,14 +51,17 @@
# File systems
file-system FFS # UFS
file-system MFS # memory file system
+file-system TMPFS # Efficient memory file-system
file-system KERNFS # /kern
file-system PROCFS # /proc
file-system NFS # Network File System client
+file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_EI # FFS Endian Independent support
+options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # ffs snapshots
@@ -68,6 +71,7 @@
# Networking options
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
+options INET6 # IPV6
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
@@ -85,7 +89,8 @@
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#config netbsd root on gem0 type nfs
-#options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
+options NFS_BOOT_DHCP
+#options NFS_BOOT_BOOTPARAM
#
# Device configuration
Home |
Main Index |
Thread Index |
Old Index