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