Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/i386/conf Pull up revision 1.2 (requested by bou...



details:   https://anonhg.NetBSD.org/src/rev/3feb062c58fc
branches:  netbsd-3
changeset: 575101:3feb062c58fc
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 04 18:19:19 2005 +0000

description:
Pull up revision 1.2 (requested by bouyer in ticket #103):
Add the ksym pseudo-device, for the benefit of kmem grovelers.
Pointed out by Jason Thorpe on port-xen.

diffstat:

 sys/arch/i386/conf/XENU |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 612068da3bc4 -r 3feb062c58fc sys/arch/i386/conf/XENU
--- a/sys/arch/i386/conf/XENU   Mon Apr 04 18:18:35 2005 +0000
+++ b/sys/arch/i386/conf/XENU   Mon Apr 04 18:19:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XENU,v 1.1 2005/03/11 20:48:24 bouyer Exp $
+# $NetBSD: XENU,v 1.1.2.1 2005/04/04 18:19:19 tron Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -235,6 +235,7 @@
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  ksyms                   # /dev/ksyms
 
 # a pseudo device needed for Coda      # also needs CODA (above)
 pseudo-device  vcoda           4       # coda minicache <-> venus comm.



Home | Main Index | Thread Index | Old Index