Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 07:24:44 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11835 for review
Message-ID:  <200205241424.g4OEOip98129@freefall.freebsd.org>

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

Change 11835 by tmm@tmm_sparc64 on 2002/05/24 07:24:15

	Update.

Affected files ...

... //depot/projects/sparc64/sys/sparc64/conf/BLADE100#5 edit

Differences ...

==== //depot/projects/sparc64/sys/sparc64/conf/BLADE100#5 (text+ko) ====

@@ -44,7 +44,7 @@
 #options 	NFSSERVER		#Network File System
 options 	NFS_ROOT		#NFS usable as root device, NFS required
 #options 	MSDOSFS			#MSDOS Filesystem
-#options 	CD9660			#ISO 9660 Filesystem
+options 	CD9660			#ISO 9660 Filesystem
 options 	PSEUDOFS
 options 	PROCFS			#Process filesystem
 #options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
@@ -72,7 +72,7 @@
 					# (default 9600)
 
 # Debugging for use in -current
-#options		DDB
+options		DDB
 options		DIAGNOSTIC
 options		INVARIANTS
 options 	INVARIANT_SUPPORT
@@ -108,8 +108,7 @@
 device		ata
 device		atadisk			# ATA disk drives
 device		atapicd			# ATAPI CDROM drives
-options 	ATA_ENABLE_BUSMASTER	# Force busmaster support if available
-options 	ATA_STATIC_ID		# Static device numbering
+#options 	ATA_STATIC_ID		# Static device numbering
 #options 	ATA_DEBUG
 #options 	ATAPI_DEBUG
 #options 	ACD_DEBUG
@@ -130,10 +129,10 @@
 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
 device		miibus		# MII bus support
 device		gem		# Sun GEM/Sun ERI/Apple HMAC
-device		hme		# Sun HME
+#device		hme		# Sun HME
 
 # Pseudo devices - the number indicates how many units to allocate.
-#device		random		# Entropy device
+device		random		# Entropy device
 device		loop		# Network loopback
 device		ether		# Ethernet support
 #device		sl		# Kernel SLIP
@@ -168,4 +167,5 @@
 device		"mk48txx"	# Mostek MK48T02, MK48T08, MK48T59 clock
 
 # Tempary things until things are farther along.
+makeoptions	NO_WERROR=true
 makeoptions	NO_MODULES=true

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?200205241424.g4OEOip98129>