Date: Thu, 9 Mar 2006 20:19:08 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 93061 for review Message-ID: <200603092019.k29KJ8ps022056@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93061 Change 93061 by imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603092019.k29KJ8ps022056>