Module Name:    src
Committed By:   martin
Date:           Sun Jan 14 15:58:31 UTC 2024

Modified Files:
        src/sys/arch/sun3/conf [netbsd-10]: GENERIC

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #550):

        sys/arch/sun3/conf/GENERIC: revision 1.191
        sys/arch/sun3/conf/GENERIC: revision 1.192

Revert mistaken "no obmem0" that I added when enabling UFS_DIRHASH.
Thanks tsutsui@ for pointing this out.

Disable more several pseudo-devices to shrink binary size.
My 3/60 fails to boot from a SCSI disk without this change.
 https://mail-index.netbsd.org/port-sun3/2024/01/13/msg000207.html


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.189.4.1 src/sys/arch/sun3/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.189 src/sys/arch/sun3/conf/GENERIC:1.189.4.1
--- src/sys/arch/sun3/conf/GENERIC:1.189	Thu Sep 29 10:10:10 2022
+++ src/sys/arch/sun3/conf/GENERIC	Sun Jan 14 15:58:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.189 2022/09/29 10:10:10 riastradh Exp $
+# $NetBSD: GENERIC,v 1.189.4.1 2024/01/14 15:58:31 martin Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@ include 	"arch/sun3/conf/std.sun3"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.189 $"
+#ident		"GENERIC-$Revision: 1.189.4.1 $"
 
 makeoptions	COPTS="-Os -fno-unwind-tables -fno-omit-frame-pointer"
 	# Bootloader has size limit (~2MB). -fno-omit-frame-pointer is
@@ -258,7 +258,7 @@ pseudo-device	loop			# network loopback
 pseudo-device	bpfilter		# packet filter
 #pseudo-device	carp			# Common Address Redundancy Protocol
 pseudo-device	sl			# CSLIP
-pseudo-device	ppp			# PPP
+#pseudo-device	ppp			# PPP
 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
 #pseudo-device	tun			# network tunneling over tty
 #pseudo-device	tap			# virtual Ethernet
@@ -267,13 +267,13 @@ pseudo-device	ppp			# PPP
 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
-pseudo-device	vlan			# IEEE 802.1q encapsulation
+#pseudo-device	vlan			# IEEE 802.1q encapsulation
 #pseudo-device	bridge			# simple inter-network bridging
 #pseudo-device	vether			# Virtual Ethernet for bridge
 #pseudo-device	agr			# IEEE 802.3ad link aggregation
 
 pseudo-device	pty			# pseudo-terminals
-pseudo-device	vnd			# paging to files
+#pseudo-device	vnd			# paging to files
 #options 	VND_COMPRESSION		# compressed vnd(4)
 #pseudo-device	ccd			# concatenated disks
 #pseudo-device	cgd			# cryptographic disk devices
@@ -290,9 +290,7 @@ pseudo-device	vnd			# paging to files
 #pseudo-device	fss			# file system snapshot device
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	ksyms			# /dev/ksyms
-pseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
+#pseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
 
 # Veriexec
 # include "dev/veriexec.config"
-
-no obmem0 at mainbus?			# XXXXXX

Reply via email to