remove confusing numeric locators where they are unused.

This commit is contained in:
christos 2013-04-27 18:19:19 +00:00
parent 28b4efbeda
commit dc14ae835f
165 changed files with 576 additions and 576 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.42 2013/03/02 02:42:07 christos Exp $
# $NetBSD: FOURMEG,v 1.43 2013/04/27 18:19:19 christos Exp $
# FOURMEG arm26 configuration -- something small
@ -178,7 +178,7 @@ arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0
#pseudo-device bpfilter
#pseudo-device ccd 4
#pseudo-device ccd
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.70 2013/03/02 02:42:07 christos Exp $
# $NetBSD: GENERIC,v 1.71 2013/04/27 18:19:20 christos Exp $
#
# GENERIC machine description file
#
@ -223,8 +223,8 @@ pseudo-device accf_http # "httpready" accept filter
pseudo-device bpfilter
#pseudo-device carp # Common Address Redundancy Protocol
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.37 2013/03/02 02:42:07 christos Exp $
# $NetBSD: INSTALL,v 1.38 2013/04/27 18:19:20 christos Exp $
# INSTALL configuration, used to generate installation media
@ -187,7 +187,7 @@ arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0
#pseudo-device bpfilter
#pseudo-device ccd 4
#pseudo-device ccd
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.51 2013/03/02 02:42:07 christos Exp $
# $NetBSD: EB7500ATX,v 1.52 2013/04/27 18:19:20 christos Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.51 $"
#ident "EB7500ATX-$Revision: 1.52 $"
# estimated number of users
maxusers 32
@ -257,8 +257,8 @@ pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.107 2013/03/02 02:42:07 christos Exp $
# $NetBSD: GENERIC,v 1.108 2013/04/27 18:19:20 christos Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.107 $"
#ident "GENERIC-$Revision: 1.108 $"
# estimated number of users
maxusers 32
@ -318,8 +318,8 @@ pseudo-device agr # IEEE 802.3ad link aggregation
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.66 2013/03/02 02:42:07 christos Exp $
# $NetBSD: INSTALL,v 1.67 2013/04/27 18:19:21 christos Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.66 $"
#ident "INSTALL-$Revision: 1.67 $"
# estimated number of users
maxusers 32
@ -308,7 +308,7 @@ pseudo-device loop # network loopback
#pseudo-device bridge # simple inter-network bridging
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
pseudo-device ccd 2 # concatenated disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.61 2013/03/02 02:42:07 christos Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.62 2013/04/27 18:19:21 christos Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -275,7 +275,7 @@ pseudo-device ppp # PPP
#pseudo-device strip # STRIP
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.59 2013/03/02 02:42:07 christos Exp $
# $NetBSD: NC,v 1.60 2013/04/27 18:19:21 christos Exp $
#
# NC - with wscons
#
@ -266,7 +266,7 @@ pseudo-device loop # network loopback
#pseudo-device strip # STRIP
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.65 2013/03/02 02:42:08 christos Exp $
# $NetBSD: P4032,v 1.66 2013/04/27 18:19:21 christos Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.65 $"
#ident "P4032-$Revision: 1.66 $"
maxusers 32
@ -312,13 +312,13 @@ ukphy* at mii? phy ? # generic unknown PHYs
#wsmouse* at pms?
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device
pseudo-device ipfilter 1
pseudo-device loop 1
pseudo-device ipfilter
pseudo-device loop
pseudo-device md
pseudo-device ppp
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.75 2013/03/02 02:42:08 christos Exp $
# $NetBSD: P5064,v 1.76 2013/04/27 18:19:21 christos Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.75 $"
#ident "P5064-$Revision: 1.76 $"
maxusers 32
@ -376,13 +376,13 @@ fd* at fdc? drive ?
#wsmouse* at pms?
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device
pseudo-device ipfilter 1
pseudo-device loop 1
pseudo-device ipfilter
pseudo-device loop
pseudo-device md
pseudo-device ppp
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.66 2013/03/02 02:42:08 christos Exp $
# $NetBSD: P6032,v 1.67 2013/04/27 18:19:21 christos Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.66 $"
#ident "P6032-$Revision: 1.67 $"
maxusers 32
@ -381,13 +381,13 @@ fd* at fdc? drive ?
#wsmouse* at pms?
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device
pseudo-device ipfilter 1
pseudo-device loop 1
pseudo-device ipfilter
pseudo-device loop
pseudo-device md
pseudo-device ppp
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.348 2013/03/02 02:42:08 christos Exp $
# $NetBSD: GENERIC,v 1.349 2013/04/27 18:19:22 christos Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.348 $"
ident "GENERIC-$Revision: 1.349 $"
maxusers 32
@ -700,8 +700,8 @@ pseudo-device swcrypto # software crypto implementation
pseudo-device bpfilter
#pseudo-device carp # Common Address Redundancy Protocol
pseudo-device ccd 4
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.
@ -713,8 +713,8 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
#options RF_INCLUDE_PARITY_DECLUSTERING=1
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device fss # file system snapshot device
pseudo-device ipfilter 1
pseudo-device loop 1
pseudo-device ipfilter
pseudo-device loop
pseudo-device md
pseudo-device ppp
pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.103 2012/08/17 20:11:37 abs Exp $
# $NetBSD: INSTALL,v 1.104 2013/04/27 18:19:22 christos Exp $
#
# Alpha INSTALL kernel.
@ -341,10 +341,10 @@ wsmouse* at vsms?
wskbd* at pckbd?
wsmouse* at pms?
pseudo-device loop 1
pseudo-device loop
pseudo-device md
pseudo-device ppp
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device pty # pseudo-terminals
pseudo-device sl
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: RAWHIDE,v 1.35 2010/11/23 11:13:53 hannken Exp $
# $NetBSD: RAWHIDE,v 1.36 2013/04/27 18:19:22 christos Exp $
#
# Alpha 4100 stripped for action server kernel.
#
@ -106,9 +106,9 @@ st* at scsibus? target ? lun ?
ch* at scsibus? target ? lun ?
pseudo-device bpfilter
pseudo-device ccd 16
pseudo-device ipfilter 1
pseudo-device loop 1
pseudo-device ccd
pseudo-device ipfilter
pseudo-device loop
pseudo-device md
pseudo-device ppp
pseudo-device pty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.370 2013/04/06 16:56:18 martin Exp $
# $NetBSD: GENERIC,v 1.371 2013/04/27 18:19:22 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.370 $"
#ident "GENERIC-$Revision: 1.371 $"
maxusers 64 # estimated number of users
@ -1164,8 +1164,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
#Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.94 2013/03/02 02:42:08 christos Exp $
# $NetBSD: XEN3_DOM0,v 1.95 2013/04/27 18:19:23 christos Exp $
include "arch/amd64/conf/std.xen"
@ -778,8 +778,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOMU,v 1.46 2013/04/17 00:09:04 riz Exp $
# $NetBSD: XEN3_DOMU,v 1.47 2013/04/27 18:19:23 christos Exp $
include "arch/amd64/conf/std.xen"
@ -186,8 +186,8 @@ pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: DRACO,v 1.167 2013/03/02 02:42:09 christos Exp $
# $NetBSD: DRACO,v 1.168 2013/04/27 18:19:23 christos Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.167 $"
#ident "GENERIC-$Revision: 1.168 $"
maxusers 8
@ -358,8 +358,8 @@ pseudo-device clockctl # user control of clock subsystem
pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.299 2013/03/02 02:42:09 christos Exp $
# $NetBSD: GENERIC,v 1.300 2013/04/27 18:19:24 christos Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.299 $"
#ident "GENERIC-$Revision: 1.300 $"
maxusers 8
@ -579,8 +579,8 @@ pseudo-device clockctl # user control of clock subsystem
pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.113 2013/03/02 02:42:09 christos Exp $
# $NetBSD: GENERIC.in,v 1.114 2013/04/27 18:19:24 christos Exp $
#
##
# GENERIC machine description file
@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.113 $"
#ident "GENERIC-$Revision: 1.114 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -670,7 +670,7 @@ pseudo-device putter # for puffs and pud
pseudo-device view 4 # views (needed for grfcc)
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
pseudo-device pty 2 # pseudo-terminals
pseudo-device pty # pseudo-terminals
', `m4_dnl
pseudo-device pty # pseudo-terminals
')m4_dnl
@ -681,8 +681,8 @@ pseudo-device clockctl # user control of clock subsystem
pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.117 2013/03/02 02:42:09 christos Exp $
# $NetBSD: INSTALL,v 1.118 2013/04/27 18:19:24 christos Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.117 $"
#ident "GENERIC-$Revision: 1.118 $"
makeoptions COPTS="-Os"
@ -508,7 +508,7 @@ pseudo-device agr # IEEE 802.3ad link aggregation
#pseudo-device putter # for puffs and pud
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty 2 # pseudo-terminals
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem
#pseudo-device wsfont # wsfont(4) dynamic font loading support
@ -516,8 +516,8 @@ pseudo-device clockctl # user control of clock subsystem
pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.15 2013/03/02 02:42:09 christos Exp $
# $NetBSD: GENERIC,v 1.16 2013/04/27 18:19:25 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.15 $"
#ident "GENERIC-$Revision: 1.16 $"
maxusers 8
@ -428,8 +428,8 @@ pseudo-device clockctl # user control of clock subsystem
pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: NULL,v 1.38 2013/03/02 02:42:09 christos Exp $
# $NetBSD: NULL,v 1.39 2013/04/27 18:19:25 christos Exp $
#
# NULL machine description file
#
@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.38 $"
#ident "GENERIC-$Revision: 1.39 $"
maxusers 8
@ -414,8 +414,8 @@ pseudo-device clockctl # user control of clock subsystem
#pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.60 2013/03/02 02:42:10 christos Exp $
# $NetBSD: ARCTIC,v 1.61 2013/04/27 18:19:25 christos Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -239,7 +239,7 @@ uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
#### Pseudo devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
pseudo-device md # memory disk device (ramdisk)
@ -248,7 +248,7 @@ pseudo-device vnd # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.174 2013/03/02 02:42:10 christos Exp $
# $NetBSD: GENERIC,v 1.175 2013/04/27 18:19:25 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.174 $"
#ident "GENERIC-$Revision: 1.175 $"
maxusers 32 # estimated number of users
@ -442,8 +442,8 @@ pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG
# Options to enable various other RAIDframe RAID types.
@ -464,7 +464,7 @@ pseudo-device putter # for puffs and pud
pseudo-device bpfilter # Berkeley packet filter
#pseudo-device carp # Common Address Redundancy Protocol
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.56 2013/03/02 02:42:10 christos Exp $
# $NetBSD: M403,v 1.57 2013/04/27 18:19:26 christos Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -186,7 +186,7 @@ wsmouse* at pms?
#### Pseudo devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
pseudo-device md # memory disk device (ramdisk)
@ -195,7 +195,7 @@ pseudo-device vnd # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.61 2013/03/02 02:42:10 christos Exp $
# $NetBSD: MIMORI,v 1.62 2013/04/27 18:19:26 christos Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -252,7 +252,7 @@ wsmouse* at pms?
#### Pseudo devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
pseudo-device md # memory disk device (ramdisk)
@ -261,7 +261,7 @@ pseudo-device vnd # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.73 2013/03/02 02:42:10 christos Exp $
# $NetBSD: PICA,v 1.74 2013/04/27 18:19:26 christos Exp $
#
# configuration file for ACER PICA system
#
@ -191,7 +191,7 @@ wsmouse* at pms?
#### Pseudo devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
pseudo-device md # memory disk device (ramdisk)
@ -200,7 +200,7 @@ pseudo-device vnd # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.43 2013/03/02 02:42:10 christos Exp $
# $NetBSD: RPC44,v 1.44 2013/04/27 18:19:26 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.43 $"
#ident "GENERIC-$Revision: 1.44 $"
maxusers 32 # estimated number of users
@ -254,8 +254,8 @@ wsmouse* at pms?
#### Pseudo devices
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
# Options to enable various other RAIDframe RAID types.
#options RF_INCLUDE_EVENODD=1
@ -273,7 +273,7 @@ pseudo-device putter # for puffs and pud
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT,v 1.110 2012/10/17 14:48:09 apb Exp $
# $NetBSD: ATARITT,v 1.111 2013/04/27 18:19:26 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -88,7 +88,7 @@ pseudo-device tun # network tunnel
pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device ccd # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON,v 1.107 2012/10/17 14:48:09 apb Exp $
# $NetBSD: FALCON,v 1.108 2013/04/27 18:19:27 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -92,7 +92,7 @@ pseudo-device tun # network tunnel
pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device ccd # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.101 2013/03/02 02:42:10 christos Exp $
# $NetBSD: GENERIC.in,v 1.102 2013/04/27 18:19:27 christos Exp $
#
# Generic atari
#
@ -272,8 +272,8 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
#pseudo-device bridge # simple inter-network bridging
#pseudo-device agr # IEEE 802.3ad link aggregation
#endif /* NO_PHYS_NETWORK */
pseudo-device ccd 4 # concatenating disk driver
#pseudo-device cgd 4 # cryptographic disk driver
pseudo-device ccd # concatenating disk driver
#pseudo-device cgd # cryptographic disk driver
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: HADES,v 1.101 2012/10/17 14:48:09 apb Exp $
# $NetBSD: HADES,v 1.102 2013/04/27 18:19:27 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -93,7 +93,7 @@ pseudo-device tun # network tunnel
pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device ccd # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-ISAIDE,v 1.78 2012/10/17 14:48:09 apb Exp $
# $NetBSD: MILAN-ISAIDE,v 1.79 2013/04/27 18:19:28 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -91,7 +91,7 @@ pseudo-device tun # network tunnel
pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device ccd # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-PCIIDE,v 1.82 2012/10/17 14:48:09 apb Exp $
# $NetBSD: MILAN-PCIIDE,v 1.83 2013/04/27 18:19:28 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -91,7 +91,7 @@ pseudo-device tun # network tunnel
pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device ccd # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.135 2013/03/02 02:42:10 christos Exp $
# $NetBSD: GENERIC,v 1.136 2013/04/27 18:19:28 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.135 $"
#ident "GENERIC-$Revision: 1.136 $"
maxusers 32
@ -269,8 +269,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.54 2012/06/05 08:44:07 abs Exp $
# $NetBSD: INSTALL,v 1.55 2013/04/27 18:19:28 christos Exp $
#
# First try for BeBox config file
#
@ -189,4 +189,4 @@ ukphy* at mii? phy ? # generic unknown PHYs
pseudo-device md
pseudo-device loop
#pseudo-device bpfilter # packet filter
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.144 2013/03/02 02:42:10 christos Exp $
# $NetBSD: GENERIC,v 1.145 2013/04/27 18:19:29 christos Exp $
#
# GENERIC machine description file
#
@ -543,9 +543,9 @@ pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device ccd 2 # concatenated/striped disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device fss # file system snapshot device
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device md # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.85 2013/03/02 02:42:10 christos Exp $
# $NetBSD: INSTALL,v 1.86 2013/04/27 18:19:29 christos Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -438,7 +438,7 @@ ds1687rtc0 at isa? port 0x72 # Dallas RTC
# Pseudo-Devices
# disk/mass storage pseudo-devices
pseudo-device ccd 2 # concatenated/striped disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device fss # file system snapshot device
pseudo-device md # memory disk device (ramdisk)
#pseudo-device vnd # disk-like interface to files

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.57 2012/10/17 14:48:10 apb Exp $
# $NetBSD: GENERIC,v 1.58 2013/04/27 18:19:29 christos Exp $
#
# GENERIC machine description file
#
@ -133,7 +133,7 @@ le* at mainbus0 # LANCE ethernet interfaces
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
pseudo-device pty 64 # pseudo ptys
pseudo-device pty # pseudo ptys
#pseudo-device sl # SLIP network interfaces
#pseudo-device ppp # PPP network interfaces
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
@ -143,8 +143,8 @@ pseudo-device pty 64 # pseudo ptys
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
#pseudo-device vnd # vnode pseudo-disks
#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device loop # loopback network interface
#pseudo-device ipfilter # IP Filter package
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.137 2013/03/02 02:42:11 christos Exp $
# $NetBSD: GENERIC,v 1.138 2013/04/27 18:19:29 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.137 $"
#ident "GENERIC-$Revision: 1.138 $"
maxusers 32
@ -309,8 +309,8 @@ pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.50 2013/03/02 02:42:11 christos Exp $
# $NetBSD: INSTALL,v 1.51 2013/04/27 18:19:30 christos Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.50 $"
#ident "INSTALL-$Revision: 1.51 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@ -287,8 +287,8 @@ lxtphy* at mii? phy ? # Level One LXT-970 PHYs
#pseudo-device swcrypto # software crypto implementation
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.111 2013/03/02 02:42:11 christos Exp $
# $NetBSD: GENERIC,v 1.112 2013/04/27 18:19:30 christos Exp $
#
# GENERIC machine description file
#
@ -193,7 +193,7 @@ mbe* at g2bus? # SEGA LAN Adapter
aica* at g2bus? # AICA Sound Processing Unit
audio* at aica?
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device md # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.8 2013/03/02 02:42:16 christos Exp $
# $NetBSD: GENERIC,v 1.9 2013/04/27 18:19:30 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 64
@ -187,7 +187,7 @@ lcd* at ebus0 addr ? # lcd display
# Pseudo-devices #
#########################################################################
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device sl # serial-line IP ports
pseudo-device ppp # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
@ -206,8 +206,8 @@ pseudo-device agr # IEEE 802.3ad link aggregation
pseudo-device vnd # virtual disk ick
#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disks
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disks
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.3 2012/08/17 20:11:38 abs Exp $
# $NetBSD: INSTALL,v 1.4 2013/04/27 18:19:31 christos Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@ -83,7 +83,7 @@ eflash* at ebus0 addr ? # flash memory
# Pseudo-devices #
#########################################################################
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter # packet filter ports
pseudo-device loop
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks

View File

@ -1,4 +1,4 @@
# $NetBSD: CP3100,v 1.32 2013/03/02 02:42:12 christos Exp $
# $NetBSD: CP3100,v 1.33 2013/04/27 18:19:31 christos Exp $
#
# CP3100 -- Certance CP3100 Kernel
#
@ -210,8 +210,8 @@ makphy* at mii? phy ? # Marvell 88E1000 PHYs
# Pseudo-Devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.72 2013/03/02 02:42:11 christos Exp $
# $NetBSD: GUMSTIX,v 1.73 2013/04/27 18:19:31 christos Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -346,8 +346,8 @@ btsco* at bthub?
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.34 2013/03/02 02:42:12 christos Exp $
# $NetBSD: HDL_G,v 1.35 2013/04/27 18:19:31 christos Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -386,8 +386,8 @@ midi* at midibus?
# Pseudo-Devices
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: HPT5325,v 1.10 2013/03/02 02:42:12 christos Exp $
# $NetBSD: HPT5325,v 1.11 2013/04/27 18:19:32 christos Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@ -439,8 +439,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: MARVELL_NAS,v 1.11 2013/03/02 02:42:11 christos Exp $
# $NetBSD: MARVELL_NAS,v 1.12 2013/04/27 18:19:32 christos Exp $
#
# This configuration supports for generically Marvell NAS.
@ -238,8 +238,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: MMNET_GENERIC,v 1.11 2013/03/02 02:42:13 christos Exp $
# $NetBSD: MMNET_GENERIC,v 1.12 2013/04/27 18:19:32 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.11 $"
#ident "GENERIC-$Revision: 1.12 $"
maxusers 32 # estimated number of users
@ -563,8 +563,8 @@ ucom* at uvscom? portno ?
#pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.34 2013/03/02 02:42:12 christos Exp $
# $NetBSD: MPCSA_GENERIC,v 1.35 2013/04/27 18:19:32 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.34 $"
#ident "GENERIC-$Revision: 1.35 $"
maxusers 32 # estimated number of users
@ -624,8 +624,8 @@ ucom* at uvscom? portno ?
#pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: MV2120,v 1.13 2013/03/02 02:42:12 christos Exp $
# $NetBSD: MV2120,v 1.14 2013/04/27 18:19:32 christos Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
@ -259,8 +259,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS_A6,v 1.10 2013/03/02 02:42:12 christos Exp $
# $NetBSD: OPENBLOCKS_A6,v 1.11 2013/04/27 18:19:33 christos Exp $
#
# OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
#
@ -332,8 +332,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: OVERO,v 1.25 2013/03/02 02:42:11 christos Exp $
# $NetBSD: OVERO,v 1.26 2013/04/27 18:19:33 christos Exp $
#
# OVERO -- Gumstix. Inc. Overo COMS platforms kernel
#
@ -282,8 +282,8 @@ wd* at umass?
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: SHEEVAPLUG,v 1.29 2013/03/02 02:42:12 christos Exp $
# $NetBSD: SHEEVAPLUG,v 1.30 2013/04/27 18:19:33 christos Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@ -445,8 +445,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.77 2013/03/02 02:42:11 christos Exp $
# $NetBSD: TEAMASA_NPWR,v 1.78 2013/04/27 18:19:33 christos Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -198,7 +198,7 @@ uk* at scsibus? target ? lun ? # unknown SCSI devices
pseudo-device vnd # disk-like interface to files
pseudo-device raid 4 # RAIDframe devices
#pseudo-device fss # file system snapshot device
#pseudo-device ccd 4 # Concatenated disk devices
#pseudo-device ccd # Concatenated disk devices
#pseudo-device putter # for puffs and pud
# network pseudo-devices

View File

@ -1,11 +1,11 @@
# $NetBSD: ALCHEMY,v 1.47 2013/03/02 02:42:13 christos Exp $
# $NetBSD: ALCHEMY,v 1.48 2013/04/27 18:19:33 christos Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
#ident "ALCHEMY-$Revision: 1.47 $"
#ident "ALCHEMY-$Revision: 1.48 $"
maxusers 32
@ -235,7 +235,7 @@ obio* at mainbus?
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID
#pseudo-device fss # file system snapshot device

View File

@ -1,10 +1,10 @@
# $NetBSD: AP30,v 1.26 2013/03/02 02:42:13 christos Exp $
# $NetBSD: AP30,v 1.27 2013/04/27 18:19:33 christos Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.26 $"
#ident "AP30-$Revision: 1.27 $"
maxusers 32
@ -167,7 +167,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
#pseudo-device md # memory disk device (ramdisk)

View File

@ -1,4 +1,4 @@
# $NetBSD: DB120,v 1.8 2013/03/02 02:42:13 christos Exp $
# $NetBSD: DB120,v 1.9 2013/04/27 18:19:33 christos Exp $
#
# Qualcomm Atheros AR9344 DB120 evaluation board.
#
@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "DB120-$Revision: 1.8 $"
#ident "DB120-$Revision: 1.9 $"
maxusers 32
@ -185,7 +185,7 @@ sd* at scsibus? target ? lun ?
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
#pseudo-device md # memory disk device (ramdisk)

View File

@ -1,4 +1,4 @@
# $NetBSD: GDIUM,v 1.19 2013/03/02 02:42:13 christos Exp $
# $NetBSD: GDIUM,v 1.20 2013/04/27 18:19:33 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.gdium"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GDIUM-$Revision: 1.19 $"
#ident "GDIUM-$Revision: 1.20 $"
maxusers 16
@ -230,7 +230,7 @@ ugen* at uhub? port ?
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
@ -240,9 +240,9 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd # virtual disk ick
#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
pseudo-device fss # file system snapshot device
#pseudo-device cgd 4 # cryptographic disks
#pseudo-device cgd # cryptographic disks
pseudo-device clockctl # user control of clock subsystem
pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,4 +1,4 @@
# $NetBSD: LOONGSON,v 1.17 2013/03/02 02:42:13 christos Exp $
# $NetBSD: LOONGSON,v 1.18 2013/04/27 18:19:33 christos Exp $
#
# LOONGSON machine description file
#
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.loongson"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "LOONGSON-$Revision: 1.17 $"
#ident "LOONGSON-$Revision: 1.18 $"
maxusers 16
@ -305,7 +305,7 @@ ugen* at uhub? port ?
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
@ -315,9 +315,9 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd # virtual disk ick
#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
pseudo-device fss # file system snapshot device
#pseudo-device cgd 4 # cryptographic disks
#pseudo-device cgd # cryptographic disks
pseudo-device clockctl # user control of clock subsystem
pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,10 +1,10 @@
# $NetBSD: MALTA,v 1.71 2013/03/02 02:42:13 christos Exp $
# $NetBSD: MALTA,v 1.72 2013/04/27 18:19:33 christos Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.71 $"
#ident "MALTA-$Revision: 1.72 $"
maxusers 32
@ -297,7 +297,7 @@ audio* at clct?
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID
#pseudo-device fss # file system snapshot device

View File

@ -1,10 +1,10 @@
# $NetBSD: MERAKI,v 1.20 2013/03/02 02:42:13 christos Exp $
# $NetBSD: MERAKI,v 1.21 2013/04/27 18:19:33 christos Exp $
include "arch/evbmips/conf/std.meraki"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MERAKI-$Revision: 1.20 $"
#ident "MERAKI-$Revision: 1.21 $"
maxusers 32
@ -174,7 +174,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
#pseudo-device md # memory disk device (ramdisk)

View File

@ -1,10 +1,10 @@
# $NetBSD: RB433UAH,v 1.5 2013/03/02 02:42:13 christos Exp $
# $NetBSD: RB433UAH,v 1.6 2013/04/27 18:19:33 christos Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "RB433UAH-$Revision: 1.5 $"
#ident "RB433UAH-$Revision: 1.6 $"
maxusers 32
@ -176,7 +176,7 @@ sd* at scsibus? target ? lun ?
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
#pseudo-device md # memory disk device (ramdisk)

View File

@ -1,10 +1,10 @@
# $NetBSD: WGT624V3,v 1.17 2013/03/02 02:42:13 christos Exp $
# $NetBSD: WGT624V3,v 1.18 2013/04/27 18:19:34 christos Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "WGT624V3-$Revision: 1.17 $"
#ident "WGT624V3-$Revision: 1.18 $"
maxusers 32
@ -153,7 +153,7 @@ mvphy* at mii? phy ?
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
#pseudo-device md # memory disk device (ramdisk)

View File

@ -1,8 +1,8 @@
# $NetBSD: XLSATX,v 1.13 2013/03/02 02:42:13 christos Exp $
# $NetBSD: XLSATX,v 1.14 2013/04/27 18:19:34 christos Exp $
include "arch/evbmips/conf/std.rmixl"
#ident "XLSATX-$Revision: 1.13 $"
#ident "XLSATX-$Revision: 1.14 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -187,7 +187,7 @@ sd* at scsibus? target ? lun ?
# Pseudo-devices
# Disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID
#pseudo-device fss 4 # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: EV64260,v 1.55 2013/03/02 02:42:13 christos Exp $
# $NetBSD: EV64260,v 1.56 2013/04/27 18:19:34 christos Exp $
#
# MVP -- Motorola's Multiprocessing Verification Platform
#
@ -257,7 +257,7 @@ atabus* at ata? channel ?
wd* at atabus? drive ? flags 0x0000
#pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS200,v 1.36 2013/03/02 02:42:13 christos Exp $
# $NetBSD: OPENBLOCKS200,v 1.37 2013/04/27 18:19:34 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -210,8 +210,8 @@ uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
#wsdisplay* at vga? console ?
pseudo-device vnd # disk-like interface to files
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266,v 1.62 2013/03/02 02:42:13 christos Exp $
# $NetBSD: OPENBLOCKS266,v 1.63 2013/04/27 18:19:34 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs266"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "OPENBLOCKS266-$Revision: 1.62 $"
#ident "OPENBLOCKS266-$Revision: 1.63 $"
maxusers 32
@ -187,8 +187,8 @@ options MIIVERBOSE # verbose PHY autoconfig messages
#
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS600,v 1.11 2013/03/02 02:42:13 christos Exp $
# $NetBSD: OPENBLOCKS600,v 1.12 2013/04/27 18:19:34 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs600"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "OPENBLOCKS600-$Revision: 1.11 $"
#ident "OPENBLOCKS600-$Revision: 1.12 $"
maxusers 32
@ -170,8 +170,8 @@ options MIIVERBOSE # verbose PHY autoconfig messages
#
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.27 2013/03/02 02:42:13 christos Exp $
# $NetBSD: PMPPC,v 1.28 2013/04/27 18:19:34 christos Exp $
#
# PMPPC
#
@ -434,7 +434,7 @@ audio* at audiobus?
pseudo-device vnd # disk-like interface to files
#pseudo-device fss # file system snapshot device
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device md # memory disk device
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.62 2013/03/02 02:42:13 christos Exp $
# $NetBSD: WALNUT,v 1.63 2013/04/27 18:19:34 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -255,8 +255,8 @@ ds1743rtc0 at pbus? addr ? # RTC
#wsdisplay* at vga? console ?
pseudo-device vnd # disk-like interface to files
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 4 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.41 2013/03/02 02:42:14 christos Exp $
# $NetBSD: GENERIC,v 1.42 2013/04/27 18:19:35 christos Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4800mips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.41 $"
#ident "GENERIC-$Revision: 1.42 $"
maxusers 16
@ -224,8 +224,8 @@ le* at sbdio? # TR2A
# Pseudo-Devices
# disk/mass strage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.175 2013/03/02 02:42:14 christos Exp $
# $NetBSD: GENERIC,v 1.176 2013/04/27 18:19:35 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.175 $"
#ident "GENERIC-$Revision: 1.176 $"
maxusers 32 # estimated number of users
@ -278,8 +278,8 @@ uk* at scsibus? target ? lun ? # unknown SCSI devices
#
# disk pseudo-devices
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.51 2013/03/02 02:42:14 christos Exp $
# $NetBSD: INSTALL,v 1.52 2013/04/27 18:19:35 christos Exp $
#
# INSTALL machine description file
#
@ -227,7 +227,7 @@ pseudo-device pty # pseudo-terminals
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device bpfilter # Berkeley packet filter
#pseudo-device vnd # vnode pseudo-disks
#pseudo-device ccd 4 # concatenated disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.119 2013/03/02 02:42:14 christos Exp $
# $NetBSD: GENERIC,v 1.120 2013/04/27 18:19:36 christos Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.119 $"
#ident "GENERIC-$Revision: 1.120 $"
maxusers 32 # estimated number of users
@ -713,8 +713,8 @@ pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
#Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: IPAQ,v 1.71 2013/03/02 02:42:14 christos Exp $
# $NetBSD: IPAQ,v 1.72 2013/04/27 18:19:36 christos Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -184,13 +184,13 @@ wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
# Workstation Console attachments
#wsdisplay* at hpcfb? console?
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device sl # CSLIP
pseudo-device ppp # PPP
pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipfilter 1 # ip filter
#pseudo-device ipfilter # ip filter
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith # IPv[46] tcp relay translation i/f
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
@ -199,8 +199,8 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.90 2013/03/02 02:42:14 christos Exp $
# $NetBSD: JORNADA720,v 1.91 2013/04/27 18:19:36 christos Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.sa11x0"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.90 $"
#ident "GENERIC-$Revision: 1.91 $"
# estimated number of users
maxusers 32
@ -294,13 +294,13 @@ hpcapm0 at j720pwr? # power management
apmdev0 at hpcapm0 # APM
# Pseudo-devices
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
pseudo-device sl # CSLIP
pseudo-device ppp # PPP
pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipfilter 1 # ip filter
#pseudo-device ipfilter # ip filter
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith # IPv[46] tcp relay translation i/f
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
@ -309,8 +309,8 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA820,v 1.30 2013/03/02 02:42:14 christos Exp $
# $NetBSD: JORNADA820,v 1.31 2013/04/27 18:19:36 christos Exp $
#
# JORNADA -- Windows-CE based jornada 820
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.sa11x0"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
# estimated number of users
maxusers 32
@ -236,13 +236,13 @@ saost* at saip? addr 0x90000000 size 0x20
#wskbd* at j720ssp? mux 1
#wsmouse* at j720ssp? mux 0
#pseudo-device loop 1 # network loopback
#pseudo-device loop # network loopback
#pseudo-device bpfilter # packet filter
#pseudo-device sl # CSLIP
#pseudo-device ppp # PPP
#pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipfilter 1 # ip filter
#pseudo-device ipfilter # ip filter
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith # IPv[46] tcp relay translation i/f
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
@ -251,8 +251,8 @@ saost* at saip? addr 0x90000000 size 0x20
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: NETBOOKPRO,v 1.9 2013/03/02 02:42:14 christos Exp $
# $NetBSD: NETBOOKPRO,v 1.10 2013/04/27 18:19:36 christos Exp $
#
# NETBOOKPRO -- Psion Teklogix NETBOOK PRO
#
@ -8,7 +8,7 @@ include "arch/hpcarm/conf/files.netbookpro"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
# estimated number of users
maxusers 32
@ -310,8 +310,8 @@ pseudo-device tun # network tunneling over tty
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: WZERO3,v 1.30 2013/03/02 02:42:14 christos Exp $
# $NetBSD: WZERO3,v 1.31 2013/04/27 18:19:36 christos Exp $
#
# WZERO3 -- Sharp Windows Mobile 5 based PDA
#
@ -8,7 +8,7 @@ include "arch/hpcarm/conf/files.wzero3"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
# estimated number of users
maxusers 32
@ -298,8 +298,8 @@ pseudo-device tun # network tunneling over tty
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device cgd 2 # cryptographic disk devices
#pseudo-device ccd # concatenated disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.219 2013/03/02 02:42:15 christos Exp $
# $NetBSD: GENERIC,v 1.220 2013/04/27 18:19:36 christos Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.219 $"
#ident "GENERIC-$Revision: 1.220 $"
maxusers 16
@ -657,7 +657,7 @@ audio* at uaudio?
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
@ -667,9 +667,9 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd # virtual disk ick
#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
pseudo-device fss # file system snapshot device
#pseudo-device cgd 4 # cryptographic disks
#pseudo-device cgd # cryptographic disks
pseudo-device clockctl # user control of clock subsystem
pseudo-device biconsdev 1 # build-in console device

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.48 2013/03/02 02:42:15 christos Exp $
# $NetBSD: LROUTER,v 1.49 2013/04/27 18:19:37 christos Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -167,14 +167,14 @@ cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
sd* at atapibus? drive ? flags 0x0ff0 # ATAPI disk drives
st* at atapibus? drive ? flags 0x0ff0 # ATAPI tape drives
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # serial-line IP ports
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter # packet filter ports
pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
#pseudo-device fss # file system snapshot device
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.62 2013/03/02 02:42:15 christos Exp $
# $NetBSD: MPC303,v 1.63 2013/04/27 18:19:37 christos Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.62 $"
#ident "GENERIC-$Revision: 1.63 $"
maxusers 16
@ -472,14 +472,14 @@ scsibus* at esp?
sd* at scsibus? target ? lun ? # SCSI disk drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # serial-line IP ports
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter # packet filter ports
pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
pseudo-device clockctl # user control of clock subsystem
pseudo-device biconsdev 1 # build-in console device

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.81 2013/03/02 02:42:15 christos Exp $
# $NetBSD: TX3912,v 1.82 2013/04/27 18:19:37 christos Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -260,7 +260,7 @@ sd* at scsibus? target ? lun ? # SCSI disk drives
#uk* at scsibus? target ? lun ? # SCSI unknown
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device
@ -270,7 +270,7 @@ pseudo-device vnd # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
# mouse & keyboard multiplexor pseudo-devices

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.95 2013/03/02 02:42:15 christos Exp $
# $NetBSD: TX3922,v 1.96 2013/04/27 18:19:37 christos Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -338,7 +338,7 @@ sd* at scsibus? target ? lun ? # SCSI disk drives
#uk* at scsibus? target ? lun ? # SCSI unknown
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device
@ -348,7 +348,7 @@ pseudo-device vnd # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
# mouse & keyboard multiplexor pseudo-devices

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.57 2013/03/02 02:42:15 christos Exp $
# $NetBSD: VR41XX,v 1.58 2013/04/27 18:19:37 christos Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.57 $"
#ident "GENERIC-$Revision: 1.58 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -512,14 +512,14 @@ ugen* at uhub? port ?
audio* at uaudio?
pseudo-device loop 1 # network loopback
pseudo-device loop # network loopback
pseudo-device ppp # serial-line IP ports
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter # packet filter ports
pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
#pseudo-device ccd # concatenated disks
pseudo-device clockctl # user control of clock subsystem
pseudo-device biconsdev 1 # build-in console device

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.353 2013/04/06 16:57:32 martin Exp $
# $NetBSD: ALL,v 1.354 2013/04/27 18:19:38 christos Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.353 $"
#ident "ALL-$Revision: 1.354 $"
maxusers 64 # estimated number of users
@ -1656,8 +1656,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1089 2013/04/06 16:59:59 martin Exp $
# $NetBSD: GENERIC,v 1.1090 2013/04/27 18:19:38 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.1089 $"
#ident "GENERIC-$Revision: 1.1090 $"
maxusers 64 # estimated number of users
@ -1580,8 +1580,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.134 2013/03/01 18:25:44 joerg Exp $
# $NetBSD: GENERIC_TINY,v 1.135 2013/04/27 18:19:39 christos Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -539,7 +539,7 @@ cinclude "arch/i386/conf/GENERIC.local"
# Pseudo-Devices
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device ccd # concatenated/striped disk devices
pseudo-device fss # file system snapshot device
#pseudo-device md # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_FLOPPY,v 1.17 2013/03/01 18:25:44 joerg Exp $
# $NetBSD: INSTALL_FLOPPY,v 1.18 2013/04/27 18:19:39 christos Exp $
#
# INSTALL - Installation kernel.
#
@ -751,7 +751,7 @@ cinclude "arch/i386/conf/INSTALL.local"
# Pseudo-Devices
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device ccd # concatenated/striped disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
#pseudo-device fss # file system snapshot device
@ -769,7 +769,7 @@ pseudo-device sl # Serial Line IP
#pseudo-device gre # generic L3 over IP tunnel
# miscellaneous pseudo-devices
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device pty # pseudo-terminals
options NO_DEV_PTM
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port i386 yet.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.136 2013/03/01 18:25:45 joerg Exp $
# $NetBSD: INSTALL_TINY,v 1.137 2013/04/27 18:19:39 christos Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@ -497,7 +497,7 @@ cinclude "arch/i386/conf/INSTALL.local"
# Pseudo-Devices
# disk/mass storage pseudo-devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device fss # file system snapshot device
pseudo-device md # memory disk device (ramdisk)
#pseudo-device vnd # disk-like interface to files
@ -512,6 +512,6 @@ pseudo-device loop # network loopback
#pseudo-device tun # network tunneling over tty
# miscellaneous pseudo-devices
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device pty # pseudo-terminals
options NO_DEV_PTM
#options RND_COM # use "com" randomness as well (BROKEN)

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.74 2013/03/02 02:42:15 christos Exp $
# $NetBSD: XEN3_DOM0,v 1.75 2013/04/27 18:19:39 christos Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@ -750,8 +750,8 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device bio # RAID control device driver
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOMU,v 1.51 2013/04/17 00:11:40 riz Exp $
# $NetBSD: XEN3_DOMU,v 1.52 2013/04/27 18:19:40 christos Exp $
include "arch/xen/conf/std.xen"
@ -200,8 +200,8 @@ pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.75 2013/03/02 02:42:16 christos Exp $
# $NetBSD: GENERIC,v 1.76 2013/04/27 18:19:40 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.75 $"
#ident "GENERIC-$Revision: 1.76 $"
maxusers 32 # estimated number of users
@ -780,8 +780,8 @@ com0 at obio? addr 0x900002f8 xint 1 # on-board UART
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.35 2013/03/02 02:42:16 christos Exp $
# $NetBSD: GENERIC,v 1.36 2013/04/27 18:19:40 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.35 $"
#ident "GENERIC-$Revision: 1.36 $"
maxusers 16 # estimated number of users
@ -418,8 +418,8 @@ pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.103 2013/03/02 02:42:16 christos Exp $
# $NetBSD: GENERIC,v 1.104 2013/04/27 18:19:40 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.103 $"
#ident "GENERIC-$Revision: 1.104 $"
maxusers 8
@ -179,11 +179,11 @@ pseudo-device accf_http # "httpready" accept filter
pseudo-device bpfilter # Berkeley Packet Filter
#pseudo-device carp # Common Address Redundancy Protocol
#pseudo-device ccd 2 # concatenated and striped disks
#pseudo-device cgd 2 # cryptographic disks
#pseudo-device ccd # concatenated and striped disks
#pseudo-device cgd # cryptographic disks
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipfilter 1 # ip filter
pseudo-device loop 1 # loopback interface; required
#pseudo-device ipfilter # ip filter
pseudo-device loop # loopback interface; required
pseudo-device md # memory disk device
#pseudo-device ppp # PPP interfaces
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.10 2013/03/02 02:42:16 christos Exp $
# $NetBSD: INSTALL,v 1.11 2013/04/27 18:19:41 christos Exp $
#
# config for installation ramdisk kernel
#
@ -166,11 +166,11 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROMs
pseudo-device bpfilter # Berkeley Packet Filter
#pseudo-device carp # Common Address Redundancy Protocol
#pseudo-device ccd 2 # concatenated and striped disks
#pseudo-device cgd 2 # cryptographic disks
#pseudo-device ccd # concatenated and striped disks
#pseudo-device cgd # cryptographic disks
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipfilter 1 # ip filter
pseudo-device loop 1 # loopback interface; required
#pseudo-device ipfilter # ip filter
pseudo-device loop # loopback interface; required
pseudo-device md # memory disk device
#pseudo-device ppp # PPP interfaces
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.210 2013/03/02 02:42:17 christos Exp $
# $NetBSD: GENERIC,v 1.211 2013/04/27 18:19:41 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.210 $"
#ident "GENERIC-$Revision: 1.211 $"
maxusers 16 # estimated number of users
@ -299,8 +299,8 @@ asc0 at obio? # ASC/EASC audio
# Pseudo-Devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device ccd # concatenated/striped disk devices
#pseudo-device cgd # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.

Some files were not shown because too many files have changed in this diff Show More