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