Add ksyms pseudo device.
This commit is contained in:
parent
d70131b1fd
commit
580c3efb5a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EV64260,v 1.30 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: EV64260,v 1.31 2006/07/13 04:52:04 simonb Exp $
|
||||
#
|
||||
# MVP -- Motorola's Multiprocessing Verification Platform
|
||||
#
|
||||
|
@ -276,3 +276,4 @@ pseudo-device pty # pseudo-terminals
|
|||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#pseudo-device wsmux # ick
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OPENBLOCKS200,v 1.14 2006/03/29 17:10:41 shige Exp $
|
||||
# $NetBSD: OPENBLOCKS200,v 1.15 2006/07/13 04:52:04 simonb Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -232,4 +232,5 @@ pseudo-device pty # pseudo-terminals
|
|||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#pseudo-device wsmux # ick
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
pseudo-device kttcp # kernel ttcp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OPENBLOCKS266,v 1.32 2006/04/02 17:04:24 kiyohara Exp $
|
||||
# $NetBSD: OPENBLOCKS266,v 1.33 2006/07/13 04:52:04 simonb Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "OPENBLOCKS266-$Revision: 1.32 $"
|
||||
#ident "OPENBLOCKS266-$Revision: 1.33 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -228,3 +228,4 @@ pseudo-device bridge # simple inter-network bridging
|
|||
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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: WALNUT,v 1.31 2006/05/14 21:55:10 elad Exp $
|
||||
# $NetBSD: WALNUT,v 1.32 2006/07/13 04:52:04 simonb Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -277,4 +277,5 @@ pseudo-device pty # pseudo-terminals
|
|||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#pseudo-device wsmux # ick
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
pseudo-device kttcp # kernel ttcp
|
||||
|
|
Loading…
Reference in New Issue