PERFORCE change 93061 for review

Warner Losh imp at FreeBSD.org
Thu Mar 9 12:19:10 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=93061

Change 93061 by imp at imp_Speedy on 2006/03/09 20:18:08

	NFS root, back off usb for the moment.

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/KB920X#23 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/KB920X#23 (text+ko) ====

@@ -29,6 +29,7 @@
 include		"../at91/std.kb920x"
 #To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		#Default places to look for devices.
+hints		"KB920X.hints"		#Default places to look for devices.
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	CONF_CFLAGS=-mcpu=arm9
@@ -45,9 +46,11 @@
 #options 	MD_ROOT			#MD is a potential root device
 #options	MD_ROOT_SIZE=4096	# 4MB ram disk
 #options 	ROOTDEVNAME=\"ufs:md0\"
-#options 	NFSCLIENT		#Network Filesystem Client
+options 	NFSCLIENT		#Network Filesystem Client
 #options 	NFSSERVER		#Network Filesystem Server
-#options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
+options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
+options		BOOTP_NFSROOT
+options		BOOTP
 #options 	MSDOSFS			#MSDOS Filesystem
 #options 	CD9660			#ISO 9660 Filesystem
 #options 	PROCFS			#Process filesystem (requires PSEUDOFS)
@@ -74,11 +77,12 @@
 device		lxtphy
 
 # USB support
-device		ohci		# OHCI PCI->USB interface
-device		usb		# USB Bus (required)
-device		umass		# Disks/Mass storage - Requires scbus and da
-device		scbus		# SCSI bus (required for SCSI)
-device		da		# Direct Access (disks)
+##device		ohci		# OHCI PCI->USB interface
+##device		usb		# USB Bus (required)
+##options		USB_DEBUG
+##device		umass		# Disks/Mass storage - Requires scbus and da
+##device		scbus		# SCSI bus (required for SCSI)
+##device		da		# Direct Access (disks)
 
 # Debugging for use in -current
 #options 	INVARIANTS		#Enable calls of extra sanity checking


More information about the p4-projects mailing list