Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 23:08:39 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8199 for review
Message-ID:  <200203220708.g2M78dc46724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8199

Change 8199 by jake@jake_sparc64 on 2002/03/21 23:07:47

	Add more bloat.
	
	INET6, UFS_DIRHASH, MD_ROOT, COMPAT_43, sl, ppp, tun, gif, faith,
	bpf, OFW_PCI_DEBUG.

Affected files ...

... //depot/projects/sparc64/sys/sparc64/conf/GENERIC#16 edit

Differences ...

==== //depot/projects/sparc64/sys/sparc64/conf/GENERIC#16 (text+ko) ====

@@ -35,11 +35,11 @@
 #	At this time all platforms are supported, as-is.
 
 options 	INET			#InterNETworking
-#options 	INET6			#IPv6 communications protocols
+options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem
 options 	SOFTUPDATES		#Enable FFS soft updates support
-#options 	UFS_DIRHASH		#Improve performance on big directories
-#options 	MD_ROOT			#MD is a potential root device
+options 	UFS_DIRHASH		#Improve performance on big directories
+options 	MD_ROOT			#MD is a potential root device
 options 	NFSCLIENT		#Network Filesystem Client
 options 	NFSSERVER		#Network Filesystem Server
 #options 	NFS_ROOT		#NFS usable as root device
@@ -47,7 +47,7 @@
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		#Pseudo-filesystem framework
-#options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
+options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
 #options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
 #options 	UCONSOLE		#Allow users to grab the console
 options 	KTRACE			#ktrace(1) syscall trace support
@@ -121,9 +121,6 @@
 # the most basic console driver is the OpenBoot firmware
 device		ofw_console
 
-# real time clock
-#device		mcclock
-
 # Builtin hardware
 device		genclock	# generic clock interface
 device		eeprom		# eeprom (really an ebus driver for the mk48txx)
@@ -166,17 +163,17 @@
 device		random		# Entropy device
 device		loop		# Network loopback
 device		ether		# Ethernet support
-#device		sl		# Kernel SLIP
-#device		ppp	1	# Kernel PPP
-#device		tun		# Packet tunnel.
+device		sl		# Kernel SLIP
+device		ppp	1	# Kernel PPP
+device		tun		# Packet tunnel.
 device		pty		# Pseudo-ttys (telnet etc)
 device		md		# Memory "disks"
-#device		gif		# IPv6 and IPv4 tunneling
-#device		faith		# IPv6-to-IPv4 relaying/(translation)
+device		gif		# IPv6 and IPv4 tunneling
+device		faith		# IPv6-to-IPv4 relaying/(translation)
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!
-#device		bpf		#Berkeley packet filter
+device		bpf		#Berkeley packet filter
 
 # USB support
 #device		uhci		# UHCI PCI->USB interface
@@ -207,7 +204,7 @@
 options		KTR_ENTRIES=8192
 options		KTR_MASK=0
 
-#options		OFW_PCI_DEBUG
+options		OFW_PCI_DEBUG
 
 #options		BOOTP
 #options		BOOTP_NFSROOT

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203220708.g2M78dc46724>