add pseudo-device drvctl
This commit is contained in:
parent
59f24f5fbc
commit
db842c7394
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC32_IP3x,v 1.78 2008/11/24 11:41:14 ad Exp $
|
||||
# $NetBSD: GENERIC32_IP3x,v 1.79 2008/12/23 13:14:22 jmcneill Exp $
|
||||
#
|
||||
# GENERIC32_IP3x machine description file
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.78 $"
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.79 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -463,6 +463,9 @@ pseudo-device ksyms # /dev/ksyms
|
|||
pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
pseudo-device wsfont
|
||||
|
||||
# userland interface to drivers, including autoconf and properties retrieval
|
||||
pseudo-device drvctl
|
||||
|
||||
# a pseudo device needed for Coda # also needs CODA (above)
|
||||
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||
|
||||
|
|
Loading…
Reference in New Issue