Home | History | Annotate | Line # | Download | only in conf
OPENBLOCKS_A6 revision 1.8.2.3
      1  1.8.2.3  yamt #	$NetBSD: OPENBLOCKS_A6,v 1.8.2.3 2014/05/22 11:39:40 yamt Exp $
      2  1.8.2.2  yamt #
      3  1.8.2.3  yamt #	OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
      4  1.8.2.2  yamt #
      5  1.8.2.2  yamt 
      6  1.8.2.2  yamt include 	"arch/evbarm/conf/std.marvell"
      7  1.8.2.2  yamt 
      8  1.8.2.2  yamt options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.8.2.2  yamt 
     10  1.8.2.2  yamt # estimated number of users
     11  1.8.2.2  yamt 
     12  1.8.2.2  yamt maxusers	32
     13  1.8.2.2  yamt 
     14  1.8.2.2  yamt # Board Type
     15  1.8.2.2  yamt makeoptions	BOARDTYPE="openblocks_a6"
     16  1.8.2.2  yamt options 	EVBARM_BOARDTYPE=openblocks_a6
     17  1.8.2.2  yamt 
     18  1.8.2.2  yamt # CPU options
     19  1.8.2.2  yamt options 	CPU_SHEEVA
     20  1.8.2.2  yamt #options 	MV_L2_CACHE_ENABLE
     21  1.8.2.2  yamt #options 	MV_L2_CACHE_WRITE_THROUGH
     22  1.8.2.2  yamt options 	MV_CACHE_RANGE_OPS
     23  1.8.2.2  yamt makeoptions	CPUFLAGS="-march=armv5te"
     24  1.8.2.2  yamt 
     25  1.8.2.2  yamt # Marvell SoC options
     26  1.8.2.2  yamt options 	KIRKWOOD
     27  1.8.2.2  yamt 
     28  1.8.2.2  yamt # Standard system options
     29  1.8.2.2  yamt 
     30  1.8.2.2  yamt options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     31  1.8.2.2  yamt options 	NTP		# NTP phase/frequency locked loop
     32  1.8.2.2  yamt 
     33  1.8.2.2  yamt # File systems
     34  1.8.2.2  yamt 
     35  1.8.2.2  yamt file-system 	FFS		# UFS
     36  1.8.2.2  yamt file-system 	EXT2FS		# second extended file system (linux)
     37  1.8.2.2  yamt #file-system 	LFS		# log-structured file system
     38  1.8.2.2  yamt #file-system 	MFS		# memory file system
     39  1.8.2.3  yamt file-system 	NFS		# Network file system
     40  1.8.2.3  yamt file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     41  1.8.2.2  yamt file-system 	MSDOSFS		# MS-DOS file system
     42  1.8.2.3  yamt #file-system 	FDESC		# /dev/fd
     43  1.8.2.2  yamt file-system 	KERNFS		# /kern
     44  1.8.2.3  yamt file-system 	NULLFS		# loopback file system
     45  1.8.2.2  yamt #file-system 	OVERLAY		# overlay file system
     46  1.8.2.2  yamt file-system 	PROCFS		# /proc
     47  1.8.2.3  yamt file-system 	PTYFS		# /dev/ptm support
     48  1.8.2.3  yamt #file-system 	PUFFS		# Pass-to-Userspace Framework File System
     49  1.8.2.2  yamt #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     50  1.8.2.3  yamt file-system 	UNION		# union file system
     51  1.8.2.2  yamt #file-system 	CODA		# Coda File System; also needs vcoda (below)
     52  1.8.2.2  yamt #file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
     53  1.8.2.2  yamt file-system 	TMPFS		# Efficient memory file-system
     54  1.8.2.2  yamt #file-system 	UDF		# experimental - OSTA UDF CD/DVD file-system
     55  1.8.2.2  yamt #file-system 	HFS		# experimental - Apple HFS+ (read-only)
     56  1.8.2.2  yamt 
     57  1.8.2.2  yamt # File system options
     58  1.8.2.2  yamt #options 	QUOTA		# legacy UFS quotas
     59  1.8.2.2  yamt #options 	QUOTA2		# new, in-filesystem UFS quotas
     60  1.8.2.2  yamt #options 	FFS_EI		# FFS Endian Independent support
     61  1.8.2.2  yamt options 	WAPBL		# File system journaling support
     62  1.8.2.2  yamt # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
     63  1.8.2.2  yamt # It is not recommended for general use.
     64  1.8.2.2  yamt #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     65  1.8.2.2  yamt options 	NFSSERVER	# Network File System server
     66  1.8.2.2  yamt options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     67  1.8.2.2  yamt #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     68  1.8.2.2  yamt 				# immutable) behave as system flags.
     69  1.8.2.2  yamt 
     70  1.8.2.2  yamt # Networking options
     71  1.8.2.2  yamt 
     72  1.8.2.2  yamt #options 	GATEWAY		# packet forwarding
     73  1.8.2.2  yamt options 	INET		# IP + ICMP + TCP + UDP
     74  1.8.2.2  yamt options 	INET6		# IPv6
     75  1.8.2.2  yamt options 	IPSEC		# IP security
     76  1.8.2.2  yamt #options 	IPSEC_DEBUG	# debug for IP security
     77  1.8.2.3  yamt options 	MROUTING	# IP multicast routing
     78  1.8.2.3  yamt options 	PIM		# Protocol Independent Multicast
     79  1.8.2.2  yamt options 	NETATALK	# AppleTalk networking protocols
     80  1.8.2.2  yamt options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     81  1.8.2.2  yamt options 	PPP_DEFLATE	# Deflate compression support for PPP
     82  1.8.2.2  yamt options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     83  1.8.2.2  yamt options 	IPFILTER_LOG	# ipmon(8) log support
     84  1.8.2.2  yamt options 	IPFILTER_LOOKUP	# ippool(8) support
     85  1.8.2.2  yamt options 	IPFILTER_COMPAT	# Compat for IP-Filter
     86  1.8.2.2  yamt options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     87  1.8.2.2  yamt #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     88  1.8.2.2  yamt 
     89  1.8.2.2  yamt #options 	NFS_BOOT_BOOTP
     90  1.8.2.2  yamt options 	NFS_BOOT_DHCP
     91  1.8.2.2  yamt #options 	NFS_BOOT_BOOTPARAM
     92  1.8.2.2  yamt 
     93  1.8.2.2  yamt # Compatibility options
     94  1.8.2.2  yamt 
     95  1.8.2.2  yamt #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     96  1.8.2.2  yamt #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     97  1.8.2.2  yamt #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     98  1.8.2.2  yamt #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     99  1.8.2.2  yamt #options 	COMPAT_13	# NetBSD 1.3 compatibility.
    100  1.8.2.2  yamt #options 	COMPAT_14	# NetBSD 1.4 compatibility.
    101  1.8.2.2  yamt #options 	COMPAT_15	# NetBSD 1.5 compatibility.
    102  1.8.2.2  yamt #options 	COMPAT_16	# NetBSD 1.6 compatibility.
    103  1.8.2.2  yamt #options 	COMPAT_20	# NetBSD 2.0 compatibility.
    104  1.8.2.2  yamt #options 	COMPAT_30	# NetBSD 3.0 compatibility.
    105  1.8.2.2  yamt #options 	COMPAT_40	# NetBSD 4.0 compatibility.
    106  1.8.2.2  yamt options 	COMPAT_50	# NetBSD 5.0 compatibility.
    107  1.8.2.2  yamt options 	COMPAT_60	# NetBSD 6.0 compatibility.
    108  1.8.2.2  yamt #options 	COMPAT_43	# 4.3BSD compatibility.
    109  1.8.2.2  yamt #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    110  1.8.2.2  yamt 
    111  1.8.2.2  yamt options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    112  1.8.2.2  yamt options 	COMPAT_LINUX	# binary compatibility with Linux
    113  1.8.2.2  yamt options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    114  1.8.2.2  yamt 
    115  1.8.2.2  yamt # Shared memory options
    116  1.8.2.2  yamt 
    117  1.8.2.2  yamt options 	SYSVMSG		# System V-like message queues
    118  1.8.2.2  yamt options 	SYSVSEM		# System V-like semaphores
    119  1.8.2.2  yamt options 	SYSVSHM		# System V-like memory sharing
    120  1.8.2.2  yamt 
    121  1.8.2.2  yamt # Device options
    122  1.8.2.2  yamt 
    123  1.8.2.2  yamt #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    124  1.8.2.2  yamt #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    125  1.8.2.2  yamt #options 	MEMORY_DISK_DYNAMIC
    126  1.8.2.2  yamt #options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
    127  1.8.2.2  yamt #options 	MEMORY_RBFLAGS=RB_AUTOBOOT
    128  1.8.2.2  yamt 
    129  1.8.2.2  yamt # Miscellaneous kernel options
    130  1.8.2.2  yamt 
    131  1.8.2.2  yamt #options 	KTRACE		# system call tracing, a la ktrace(1)
    132  1.8.2.2  yamt options 	IRQSTATS	# manage IRQ statistics
    133  1.8.2.2  yamt #options 	KMEMSTATS	# kernel memory statistics
    134  1.8.2.3  yamt #options 	MIIVERBOSE	# Verbose MII auto configuration messages
    135  1.8.2.2  yamt #options 	PCIVERBOSE	# Verbose PCI descriptions
    136  1.8.2.3  yamt #options 	SCSIVERBOSE	# Verbose SCSI errors
    137  1.8.2.3  yamt options 	USBVERBOSE	# Verbose USB device auto configuration messages
    138  1.8.2.2  yamt #options 	DDB_KEYCODE=0x40
    139  1.8.2.2  yamt #options 	USERCONF	# userconf(4) support
    140  1.8.2.2  yamt #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    141  1.8.2.2  yamt #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    142  1.8.2.2  yamt 
    143  1.8.2.2  yamt # Development and Debugging options
    144  1.8.2.2  yamt 
    145  1.8.2.2  yamt #options 	PERFCTRS	# performance counters
    146  1.8.2.2  yamt options 	DIAGNOSTIC	# internally consistency checks
    147  1.8.2.2  yamt options 	DEBUG
    148  1.8.2.2  yamt #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    149  1.8.2.2  yamt #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    150  1.8.2.2  yamt options 	DDB		# in-kernel debugger
    151  1.8.2.2  yamt #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    152  1.8.2.2  yamt #options 	KGDB
    153  1.8.2.2  yamt #options 	DEBUG_KGDB
    154  1.8.2.2  yamt makeoptions	DEBUG="-g"	# compile full symbol table
    155  1.8.2.2  yamt #makeoptions	COPTS="-O2"
    156  1.8.2.2  yamt options 	SYMTAB_SPACE=850000
    157  1.8.2.2  yamt #options 	AUDIO_DEBUG=2
    158  1.8.2.2  yamt 
    159  1.8.2.2  yamt config		netbsd		root on ? type ?
    160  1.8.2.2  yamt 
    161  1.8.2.2  yamt # The main bus device
    162  1.8.2.2  yamt mainbus0 at root
    163  1.8.2.2  yamt 
    164  1.8.2.2  yamt # The boot cpu
    165  1.8.2.2  yamt cpu0	at mainbus?
    166  1.8.2.2  yamt 
    167  1.8.2.2  yamt # Marvell MV88F6xxx Kirkwood System-on-chip
    168  1.8.2.2  yamt mvsoc0	at mainbus?
    169  1.8.2.2  yamt 
    170  1.8.2.2  yamt # On-chip Serial-ATA II Host Controller (SATAHC)
    171  1.8.2.2  yamt mvsata* at mvsoc? offset ? irq ?
    172  1.8.2.2  yamt 
    173  1.8.2.2  yamt # On-chip Gigabit Ethernet Controller Interface
    174  1.8.2.3  yamt mvgbec* at mvsoc? offset ?
    175  1.8.2.3  yamt mvgbe*	at mvgbec? port ? irq ?
    176  1.8.2.2  yamt makphy* at mii? phy ?
    177  1.8.2.2  yamt 
    178  1.8.2.2  yamt # On-chip USB 2.0 Interface
    179  1.8.2.2  yamt ehci*	at mvsoc? offset ? irq ?
    180  1.8.2.2  yamt 
    181  1.8.2.2  yamt # On-chip Cryptographic Engines and Security Accelerator
    182  1.8.2.2  yamt mvcesa* at mvsoc? offset ? irq ?
    183  1.8.2.2  yamt 
    184  1.8.2.2  yamt # On-chip Two-Wire Serial Interface (TWSI)
    185  1.8.2.2  yamt gttwsi* at mvsoc? offset ? irq ?
    186  1.8.2.2  yamt iic*	at gttwsi?
    187  1.8.2.2  yamt s390rtc* at iic1 addr 0x30
    188  1.8.2.2  yamt 
    189  1.8.2.2  yamt # On-chip UART Interface
    190  1.8.2.2  yamt com*	at mvsoc? offset ? irq ?
    191  1.8.2.2  yamt 
    192  1.8.2.2  yamt # On-chip IDMA Controller
    193  1.8.2.2  yamt gtidmac* at mvsoc? offset ? irq ?
    194  1.8.2.2  yamt 
    195  1.8.2.2  yamt # On-chip Thermal Sensor
    196  1.8.2.2  yamt mvsocts* at mvsoc? offset ?
    197  1.8.2.2  yamt 
    198  1.8.2.2  yamt # On-chip General Purpose I/O Port Interface
    199  1.8.2.2  yamt mvsocgpp* at mvsoc? offset ? irq ?
    200  1.8.2.2  yamt gpio*	at mvsocgpp?
    201  1.8.2.2  yamt 
    202  1.8.2.2  yamt # On-chip Timers
    203  1.8.2.2  yamt mvsoctmr* at mvsoc? offset ? irq ?
    204  1.8.2.2  yamt 
    205  1.8.2.2  yamt # ATA (IDE) bus support
    206  1.8.2.2  yamt atabus* at ata?
    207  1.8.2.2  yamt #options 	ATADEBUG
    208  1.8.2.2  yamt 
    209  1.8.2.2  yamt # IDE drives
    210  1.8.2.2  yamt wd*	at atabus? drive ? flags 0x0000
    211  1.8.2.2  yamt 
    212  1.8.2.2  yamt # ATAPI bus support
    213  1.8.2.2  yamt #atapibus* at atapi?
    214  1.8.2.2  yamt 
    215  1.8.2.2  yamt # ATAPI devices
    216  1.8.2.2  yamt # flags have the same meaning as for IDE drives.
    217  1.8.2.2  yamt #cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    218  1.8.2.2  yamt #sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    219  1.8.2.2  yamt 
    220  1.8.2.2  yamt # USB bus support
    221  1.8.2.2  yamt usb*	at ehci?
    222  1.8.2.2  yamt 
    223  1.8.2.2  yamt # USB Hubs
    224  1.8.2.2  yamt uhub*	at usb?
    225  1.8.2.2  yamt uhub*	at uhub? port ?
    226  1.8.2.2  yamt 
    227  1.8.2.2  yamt # USB HID device
    228  1.8.2.2  yamt uhidev* at uhub? port ? configuration ? interface ?
    229  1.8.2.2  yamt 
    230  1.8.2.2  yamt # USB TEMPer and TEMPerHUM
    231  1.8.2.2  yamt uthum*	at uhidev? reportid ?
    232  1.8.2.2  yamt 
    233  1.8.2.2  yamt # USB serial adapter
    234  1.8.2.2  yamt ucycom* at uhidev? reportid ?
    235  1.8.2.2  yamt 
    236  1.8.2.2  yamt # USB Modem
    237  1.8.2.2  yamt umodem* at uhub? port ? configuration ?
    238  1.8.2.2  yamt ucom*	at umodem?
    239  1.8.2.2  yamt 
    240  1.8.2.2  yamt # Option N.V. Wireless WAN modems
    241  1.8.2.2  yamt uhso*	at uhub? port ? configuration ?
    242  1.8.2.2  yamt 
    243  1.8.2.2  yamt # USB Mass Storage
    244  1.8.2.2  yamt umass*	at uhub? port ? configuration ? interface ?
    245  1.8.2.2  yamt wd*	at umass?
    246  1.8.2.2  yamt scsibus* at scsi?
    247  1.8.2.2  yamt sd*	at scsibus? target ? lun ?	# SCSI disk drives
    248  1.8.2.2  yamt cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    249  1.8.2.2  yamt 
    250  1.8.2.2  yamt # USB IrDA
    251  1.8.2.2  yamt # USB-IrDA bridge spec
    252  1.8.2.2  yamt uirda* at uhub? port ? configuration ? interface ?
    253  1.8.2.2  yamt irframe* at uirda?
    254  1.8.2.2  yamt 
    255  1.8.2.2  yamt stuirda* at uhub? port ? configuration ? interface ?
    256  1.8.2.2  yamt irframe* at stuirda?
    257  1.8.2.2  yamt 
    258  1.8.2.2  yamt # SigmaTel STIr4200 USB/IrDA Bridge
    259  1.8.2.2  yamt ustir* at uhub? port ?
    260  1.8.2.2  yamt irframe* at ustir?
    261  1.8.2.2  yamt 
    262  1.8.2.2  yamt # USB Ethernet adapters
    263  1.8.2.2  yamt aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    264  1.8.2.2  yamt axe*	at uhub? port ?		# ASIX AX88172 based adapters
    265  1.8.2.2  yamt cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    266  1.8.2.2  yamt cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    267  1.8.2.2  yamt kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    268  1.8.2.2  yamt udav*	at uhub? port ?		# Davicom DM9601 based adapters
    269  1.8.2.2  yamt url*	at uhub? port ?		# Realtek RTL8150L based adapters
    270  1.8.2.2  yamt 
    271  1.8.2.2  yamt # USB 802.11 adapters
    272  1.8.2.2  yamt atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    273  1.8.2.2  yamt ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
    274  1.8.2.2  yamt rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    275  1.8.2.2  yamt zyd*	at uhub? port ?		# Zydas ZD1211
    276  1.8.2.2  yamt 
    277  1.8.2.2  yamt # Prolific PL2301/PL2302 host-to-host adapter
    278  1.8.2.2  yamt upl*	at uhub? port ?
    279  1.8.2.2  yamt 
    280  1.8.2.2  yamt # Serial adapters
    281  1.8.2.2  yamt ubsa*	at uhub? port ?		# Belkin serial adapter
    282  1.8.2.2  yamt ucom*	at ubsa? portno ?
    283  1.8.2.2  yamt 
    284  1.8.2.2  yamt uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
    285  1.8.2.2  yamt ucom*	at uchcom? portno ?
    286  1.8.2.2  yamt 
    287  1.8.2.2  yamt uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    288  1.8.2.2  yamt ucom*	at uftdi? portno ?
    289  1.8.2.2  yamt 
    290  1.8.2.2  yamt uipaq*	at uhub? port ?		# iPAQ PDAs
    291  1.8.2.2  yamt ucom*	at uipaq? portno ?
    292  1.8.2.2  yamt 
    293  1.8.2.2  yamt umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    294  1.8.2.2  yamt ucom*	at umct? portno ?
    295  1.8.2.2  yamt 
    296  1.8.2.2  yamt uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    297  1.8.2.2  yamt ucom*	at uplcom? portno ?
    298  1.8.2.2  yamt 
    299  1.8.2.2  yamt uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
    300  1.8.2.2  yamt ucom*	at uslsa? portno ?
    301  1.8.2.2  yamt 
    302  1.8.2.2  yamt uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    303  1.8.2.2  yamt ucom*	at uvscom? portno ?
    304  1.8.2.2  yamt 
    305  1.8.2.2  yamt # Kyocera AIR-EDGE PHONE
    306  1.8.2.2  yamt ukyopon* at uhub? port ?
    307  1.8.2.2  yamt ucom*	at ukyopon? portno ?
    308  1.8.2.2  yamt 
    309  1.8.2.2  yamt # USB Generic driver
    310  1.8.2.2  yamt ugen*	at uhub? port ?
    311  1.8.2.2  yamt 
    312  1.8.2.2  yamt # USB generic serial port (e.g., data over cellular)
    313  1.8.2.2  yamt ugensa* at uhub? port ?
    314  1.8.2.2  yamt ucom*	at ugensa?
    315  1.8.2.2  yamt 
    316  1.8.2.2  yamt # Bluetooth Controller and Device support
    317  1.8.2.2  yamt 
    318  1.8.2.2  yamt # Bluetooth USB Controllers
    319  1.8.2.2  yamt ubt* at uhub? port ?
    320  1.8.2.2  yamt aubtfwl* at uhub? port ?
    321  1.8.2.2  yamt 
    322  1.8.2.2  yamt # Bluetooth Device Hub
    323  1.8.2.2  yamt bthub* at ubt?
    324  1.8.2.2  yamt 
    325  1.8.2.2  yamt # Pseudo-Devices
    326  1.8.2.2  yamt 
    327  1.8.2.2  yamt pseudo-device	crypto			# /dev/crypto device
    328  1.8.2.2  yamt pseudo-device	swcrypto		# software crypto implementation
    329  1.8.2.2  yamt 
    330  1.8.2.2  yamt # disk/mass storage pseudo-devices
    331  1.8.2.2  yamt #pseudo-device	bio			# RAID control device driver
    332  1.8.2.3  yamt #pseudo-device	ccd			# concatenated/striped disk devices
    333  1.8.2.3  yamt #pseudo-device	cgd			# cryptographic disk devices
    334  1.8.2.3  yamt #pseudo-device	raid			# RAIDframe disk driver
    335  1.8.2.2  yamt #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    336  1.8.2.2  yamt # Options to enable various other RAIDframe RAID types.
    337  1.8.2.2  yamt #options 	RF_INCLUDE_EVENODD=1
    338  1.8.2.2  yamt #options 	RF_INCLUDE_RAID5_RS=1
    339  1.8.2.2  yamt #options 	RF_INCLUDE_PARITYLOGGING=1
    340  1.8.2.2  yamt #options 	RF_INCLUDE_CHAINDECLUSTER=1
    341  1.8.2.2  yamt #options 	RF_INCLUDE_INTERDECLUSTER=1
    342  1.8.2.2  yamt #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    343  1.8.2.2  yamt #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    344  1.8.2.2  yamt #pseudo-device	fss			# file system snapshot device
    345  1.8.2.2  yamt #pseudo-device	putter			# for puffs and pud
    346  1.8.2.2  yamt 
    347  1.8.2.2  yamt #pseudo-device	md			# memory disk device (ramdisk)
    348  1.8.2.2  yamt pseudo-device	vnd			# disk-like interface to files
    349  1.8.2.2  yamt options 	VND_COMPRESSION		# compressed vnd(4)
    350  1.8.2.2  yamt 
    351  1.8.2.2  yamt # network pseudo-devices
    352  1.8.2.2  yamt pseudo-device	bpfilter		# Berkeley packet filter
    353  1.8.2.2  yamt #pseudo-device	carp			# Common Address Redundancy Protocol
    354  1.8.2.2  yamt pseudo-device	ipfilter		# IP filter (firewall) and NAT
    355  1.8.2.2  yamt pseudo-device	loop			# network loopback
    356  1.8.2.2  yamt pseudo-device	ppp			# Point-to-Point Protocol
    357  1.8.2.2  yamt pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    358  1.8.2.2  yamt pseudo-device	sl			# Serial Line IP
    359  1.8.2.2  yamt #pseudo-device	strip			# Starmode Radio IP (Metricom)
    360  1.8.2.2  yamt #pseudo-device	irframetty		# IrDA frame line discipline
    361  1.8.2.2  yamt pseudo-device	tap			# virtual Ethernet
    362  1.8.2.2  yamt pseudo-device	tun			# network tunneling over tty
    363  1.8.2.2  yamt pseudo-device	gre			# generic L3 over IP tunnel
    364  1.8.2.2  yamt pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    365  1.8.2.2  yamt pseudo-device	faith			# IPv[46] TCP relay translation i/f
    366  1.8.2.2  yamt pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    367  1.8.2.2  yamt pseudo-device	vlan			# IEEE 802.1q encapsulation
    368  1.8.2.2  yamt pseudo-device	bridge			# simple inter-network bridging
    369  1.8.2.3  yamt options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    370  1.8.2.2  yamt pseudo-device	agr			# IEEE 802.3ad link aggregation
    371  1.8.2.2  yamt pseudo-device	pf			# PF packet filter
    372  1.8.2.2  yamt pseudo-device	pflog			# PF log if
    373  1.8.2.2  yamt 
    374  1.8.2.2  yamt # miscellaneous pseudo-devices
    375  1.8.2.2  yamt pseudo-device	pty			# pseudo-terminals
    376  1.8.2.3  yamt #pseudo-device	sequencer		# MIDI sequencer
    377  1.8.2.2  yamt #options 	RND_COM
    378  1.8.2.2  yamt pseudo-device	clockctl		# user control of clock subsystem
    379  1.8.2.2  yamt pseudo-device	ksyms			# /dev/ksyms
    380  1.8.2.2  yamt 
    381  1.8.2.2  yamt # a pseudo device needed for Coda	# also needs CODA (above)
    382  1.8.2.3  yamt #pseudo-device	vcoda			# coda minicache <-> venus comm.
    383  1.8.2.2  yamt 
    384  1.8.2.2  yamt # a pseudo device needed for SMBFS
    385  1.8.2.2  yamt #pseudo-device	nsmb			# experimental - SMB requester
    386  1.8.2.2  yamt 
    387  1.8.2.2  yamt # wscons pseudo-devices
    388  1.8.2.2  yamt #pseudo-device	wsmux			# mouse & keyboard multiplexor
    389  1.8.2.2  yamt #pseudo-device	wsfont
    390  1.8.2.2  yamt 
    391  1.8.2.2  yamt # data mover pseudo-devices
    392  1.8.2.2  yamt pseudo-device	swdmover		# software dmover(9) back-end
    393  1.8.2.2  yamt pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    394  1.8.2.2  yamt 
    395  1.8.2.2  yamt #options 	FILEASSOC		# fileassoc(9) - required for Veriexec
    396  1.8.2.2  yamt 
    397  1.8.2.2  yamt # Veriexec
    398  1.8.2.2  yamt #pseudo-device	veriexec
    399  1.8.2.2  yamt #
    400  1.8.2.2  yamt # Uncomment the fingerprint methods below that are desired. Note that
    401  1.8.2.2  yamt # removing fingerprint methods will have almost no impact on the kernel
    402  1.8.2.2  yamt # code size.
    403  1.8.2.2  yamt #
    404  1.8.2.2  yamt #options 	VERIFIED_EXEC_FP_RMD160
    405  1.8.2.2  yamt #options 	VERIFIED_EXEC_FP_SHA256
    406  1.8.2.2  yamt #options 	VERIFIED_EXEC_FP_SHA384
    407  1.8.2.2  yamt #options 	VERIFIED_EXEC_FP_SHA512
    408  1.8.2.2  yamt #options 	VERIFIED_EXEC_FP_SHA1
    409  1.8.2.2  yamt #options 	VERIFIED_EXEC_FP_MD5
    410  1.8.2.2  yamt 
    411  1.8.2.2  yamt #options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
    412  1.8.2.2  yamt #options 	PAX_ASLR=0		# PaX Address Space Layout Randomization
    413