Add drvctl

This commit is contained in:
matt 2012-07-24 22:37:08 +00:00
parent fac2609cc0
commit 82d572b2e8
5 changed files with 15 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: MPC8536DS,v 1.12 2012/07/23 16:27:44 matt Exp $
# $NetBSD: MPC8536DS,v 1.13 2012/07/24 22:37:08 matt Exp $
#
# MPC8536DS -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "MPC8536DS-$Revision: 1.12 $"
ident "MPC8536DS-$Revision: 1.13 $"
maxusers 32
@ -226,6 +226,7 @@ makphy* at mii? phy ? # Marvell PHYs
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device clockctl # user control of clock subsystem
pseudo-device drvctl # user control of disk subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp

View File

@ -1,4 +1,4 @@
# $NetBSD: MPC8548CDS,v 1.11 2012/07/23 16:27:44 matt Exp $
# $NetBSD: MPC8548CDS,v 1.12 2012/07/24 22:37:08 matt Exp $
#
# MPC8548CDS -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "MPC8548CDS-$Revision: 1.11 $"
ident "MPC8548CDS-$Revision: 1.12 $"
maxusers 32
@ -214,6 +214,7 @@ wd* at atabus? drive ?
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device clockctl # user control of clock subsystem
pseudo-device drvctl # user control of drive subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp

View File

@ -1,4 +1,4 @@
# $NetBSD: P2020DS,v 1.13 2012/07/23 16:27:44 matt Exp $
# $NetBSD: P2020DS,v 1.14 2012/07/24 22:37:08 matt Exp $
#
# P2020DS -- everything that's currently supported
#
@ -8,7 +8,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "P2020DS-$Revision: 1.13 $"
ident "P2020DS-$Revision: 1.14 $"
maxusers 32
@ -237,6 +237,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device clockctl # user control of clock subsystem
pseudo-device drvctl # user control of drive subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp

View File

@ -1,4 +1,4 @@
# $NetBSD: RB800,v 1.18 2012/07/23 16:27:44 matt Exp $
# $NetBSD: RB800,v 1.19 2012/07/24 22:37:08 matt Exp $
#
# RB800 -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "RB800-$Revision: 1.18 $"
ident "RB800-$Revision: 1.19 $"
maxusers 32
@ -230,6 +230,7 @@ pseudo-device md 1 # memory disk device
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device clockctl # user control of clock subsystem
pseudo-device drvctl # user control of drive subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp

View File

@ -1,4 +1,4 @@
# $NetBSD: TWRP1025,v 1.5 2012/07/22 23:46:10 matt Exp $
# $NetBSD: TWRP1025,v 1.6 2012/07/24 22:37:08 matt Exp $
#
# TWRP1025 -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "TWRP1025-$Revision: 1.5 $"
ident "TWRP1025-$Revision: 1.6 $"
maxusers 32
@ -224,6 +224,7 @@ ld* at sdmmc?
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device clockctl # user control of clock subsystem
pseudo-device drvctl # user control of drive subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp