Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add the ksym pseudo-device, for the benef...



details:   https://anonhg.NetBSD.org/src/rev/dafed3651f5f
branches:  trunk
changeset: 579979:dafed3651f5f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Apr 03 19:29:18 2005 +0000

description:
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 477af9b7281c -r dafed3651f5f sys/arch/i386/conf/XENU
--- a/sys/arch/i386/conf/XENU   Sun Apr 03 17:29:15 2005 +0000
+++ b/sys/arch/i386/conf/XENU   Sun Apr 03 19:29:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XENU,v 1.1 2005/03/11 20:48:24 bouyer Exp $
+# $NetBSD: XENU,v 1.2 2005/04/03 19:29:18 bouyer 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