Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2012 18:50:36 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 210796 for review
Message-ID:  <201205071850.q47Ioa93059135@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@210796?ac=10

Change 210796 by rwatson@rwatson_svr_ctsrd_mipsbuild on 2012/05/07 18:50:01

	Add snoop device to FreeBSD/BERI kernel configurations so that the
	"watch -W" command can be used to type on the DE4 MTL video
	console, which otherwise has no source of keyboard input.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_MDROOT#8 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SDROOT#8 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_MDROOT#8 (text+ko) ====

@@ -64,3 +64,4 @@
 device		loop
 device		random
 device		sc
+device		snp

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SDROOT#8 (text+ko) ====

@@ -56,3 +56,4 @@
 device		loop
 device		random
 device		sc
+device		snp



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