Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2004 02:57:52 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 45134 for review
Message-ID:  <200401111057.i0BAvq3d043652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45134

Change 45134 by jmallett@jmallett_oingo on 2004/01/11 02:57:38

	Throw more junk into the kernel.

Affected files ...

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

Differences ...

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

@@ -18,6 +18,7 @@
 
 # Hardware support
 device		arcs			#ARCS Firmware + Console
+device		imc			#IMC bus.
 
 # Debugging for use in -current
 options 	DDB			#Enable the kernel debugger
@@ -26,6 +27,11 @@
 options 	WITNESS			#Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
+options 	FFS
+options 	INET
+device		ether
+device		loop
+
 options 	SCHED_4BSD		#A scheduler, if you please
 
 # Other options



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