PERFORCE change 48835 for review

Juli Mallett jmallett at FreeBSD.org
Fri Mar 12 16:17:56 PST 2004


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

Change 48835 by jmallett at jmallett_oingo on 2004/03/12 16:16:53

	The direct-mapped region accesses must match those which go
	through the TLB.  So load the kernel Uncached.  Yes this does
	make the boot time HUGE, but it also makes it possible for us
	to boot SOMEWHERE.

Affected files ...

.. //depot/projects/mips/sys/mips/conf/INDY#6 edit

Differences ...

==== //depot/projects/mips/sys/mips/conf/INDY#6 (text+ko) ====

@@ -10,7 +10,7 @@
 
 makeoptions	MIPSOPTS=-mips3		#Build for a MIPS III
 
-makeoptions	TEXTADDR=0x88069000	#Indy
+makeoptions	TEXTADDR=0xA8069000	#Indy
 
 # Platform support
 platform	sgimips			#SGI MIPS systems.
@@ -29,9 +29,15 @@
 
 options 	FFS
 options 	INET
-options 	INET6
+options 	NFSCLIENT
+options 	NFSSERVER
+options 	PROCFS
+options 	PSEUDOFS
+device		random
+device		md
 device		ether
 device		loop
+device		pty
 
 options 	SCHED_4BSD		#A scheduler, if you please
 


More information about the p4-projects mailing list