MPCSA_GENERIC revision 1.1.16.2       1  1.1.16.1  mjf # $NetBSD: MPCSA_GENERIC,v 1.1.16.2 2009/01/17 13:27:57 mjf Exp $
      2  1.1.16.1  mjf #
      3  1.1.16.1  mjf # GENERIC machine description file
      4  1.1.16.1  mjf #
      5  1.1.16.1  mjf # This machine description file is used to generate the default NetBSD
      6  1.1.16.1  mjf # kernel.  The generic kernel does not include all options, subsystems
      7  1.1.16.1  mjf # and device drivers, but should be useful for most applications.
      8  1.1.16.1  mjf #
      9  1.1.16.1  mjf # The machine description file can be customised for your specific
     10  1.1.16.1  mjf # machine to reduce the kernel size and improve its performance.
     11  1.1.16.1  mjf #
     12  1.1.16.1  mjf # For further information on compiling NetBSD kernels, see the config(8)
     13  1.1.16.1  mjf # man page.
     14  1.1.16.1  mjf #
     15  1.1.16.1  mjf # For further information on hardware support for this architecture, see
     16  1.1.16.1  mjf # the intro(4) man page.  For further information about kernel options
     17  1.1.16.1  mjf # for this architecture, see the options(4) man page.  For an explanation
     18  1.1.16.1  mjf # of each device driver in this file see the section 4 man page for the
     19  1.1.16.1  mjf # device.
     20  1.1.16.1  mjf 
     21  1.1.16.1  mjf include		"arch/evbarm/conf/std.mpcsa"
     22  1.1.16.1  mjf 
     23  1.1.16.1  mjf options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24  1.1.16.1  mjf 
     25  1.1.16.1  mjf #ident 		"GENERIC-$Revision: 1.1.16.2 $"
     26  1.1.16.1  mjf 
     27  1.1.16.1  mjf maxusers	32		# estimated number of users
     28  1.1.16.1  mjf 
     29  1.1.16.1  mjf # CPU support.
     30  1.1.16.1  mjf options		CPU_ARM9    # Support the ARM9TDMI core
     31  1.1.16.1  mjf makeoptions	CPUFLAGS="-mtune=arm920t -mcpu=arm920t"
     32  1.1.16.1  mjf 
     33  1.1.16.1  mjf # CPU-related options.
     34  1.1.16.1  mjf #options 	MATH_EMULATE	# floating point emulation
     35  1.1.16.1  mjf 
     36  1.1.16.1  mjf # doesn't work with MP just yet..
     37  1.1.16.1  mjf #options 	PERFCTRS	# performance-monitoring counters support
     38  1.1.16.1  mjf 
     39  1.1.16.1  mjf #options 	MULTIBOOT	# Multiboot support (see multiboot(8))
     40  1.1.16.1  mjf 
     41  1.1.16.1  mjf # delay between "rebooting ..." message and hardware reset, in milliseconds
     42  1.1.16.1  mjf #options 	CPURESET_DELAY=2000
     43  1.1.16.1  mjf 
     44  1.1.16.1  mjf # This option allows you to force a serial console at the specified
     45  1.1.16.1  mjf # I/O address.   see console(4) for details.
     46  1.1.16.1  mjf #options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
     47  1.1.16.1  mjf #	you don't want the option below ON iff you are using the
     48  1.1.16.1  mjf #	serial console option of the new boot strap code.
     49  1.1.16.1  mjf #options 	CONS_OVERRIDE	# Always use above! independent of boot info
     50  1.1.16.1  mjf 
     51  1.1.16.1  mjf # Standard system options
     52  1.1.16.1  mjf 
     53  1.1.16.1  mjf #options 	INSECURE	# disable kernel security levels - X needs this
     54  1.1.16.1  mjf 
     55  1.1.16.1  mjf options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     56  1.1.16.1  mjf options 	NTP		# NTP phase/frequency locked loop
     57  1.1.16.1  mjf 
     58  1.1.16.1  mjf options 	KTRACE		# system call tracing via ktrace(1)
     59  1.1.16.1  mjf 
     60  1.1.16.1  mjf options 	SYSVMSG		# System V-like message queues
     61  1.1.16.1  mjf options 	SYSVSEM		# System V-like semaphores
     62  1.1.16.1  mjf #options 	SEMMNI=10	# number of semaphore identifiers
     63  1.1.16.1  mjf #options 	SEMMNS=60	# number of semaphores in system
     64  1.1.16.1  mjf #options 	SEMUME=10	# max number of undo entries per process
     65  1.1.16.1  mjf #options 	SEMMNU=30	# number of undo structures in system
     66  1.1.16.1  mjf options 	SYSVSHM		# System V-like memory sharing
     67  1.1.16.1  mjf #options 	SHMMAXPGS=2048	# 2048 pages is the default
     68  1.1.16.1  mjf options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     69  1.1.16.1  mjf 
     70  1.1.16.1  mjf 
     71  1.1.16.1  mjf #options 	USERCONF	# userconf(4) support
     72  1.1.16.1  mjf #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     73  1.1.16.1  mjf options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     74  1.1.16.1  mjf 
     75  1.1.16.1  mjf # Beep when it is safe to power down the system (requires sysbeep)
     76  1.1.16.1  mjf #options 	BEEP_ONHALT
     77  1.1.16.1  mjf # Some tunable details of the above feature (default values used below)
     78  1.1.16.1  mjf #options 	BEEP_ONHALT_COUNT=3	# Times to beep
     79  1.1.16.1  mjf #options 	BEEP_ONHALT_PITCH=1500	# Default frequency (in Hz)
     80  1.1.16.1  mjf #options 	BEEP_ONHALT_PERIOD=250	# Default duration (in msecs)
     81  1.1.16.1  mjf 
     82  1.1.16.1  mjf # Enable experimental buffer queue strategy for better responsiveness under
     83  1.1.16.1  mjf # high disk I/O load. Likely stable but not yet the default.
     84  1.1.16.1  mjf #options 	BUFQ_READPRIO
     85  1.1.16.1  mjf #options 	BUFQ_PRIOCSCAN
     86  1.1.16.1  mjf 
     87  1.1.16.1  mjf # Diagnostic/debugging support options
     88  1.1.16.1  mjf options 	DIAGNOSTIC	# expensive kernel consistency checks
     89  1.1.16.1  mjf options 	DEBUG		# expensive debugging checks/support
     90  1.1.16.1  mjf options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     91  1.1.16.1  mjf options 	DDB		# in-kernel debugger
     92  1.1.16.1  mjf options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
     93  1.1.16.1  mjf options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     94  1.1.16.1  mjf #options 	KGDB		# remote debugger
     95  1.1.16.1  mjf #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     96  1.1.16.1  mjf makeoptions	DEBUG="-Os -g"	# compile full symbol table
     97  1.1.16.1  mjf options     SYMTAB_SPACE=450000
     98  1.1.16.1  mjf #options 	SYSCALL_STATS	# per syscall counts
     99  1.1.16.1  mjf #options 	SYSCALL_TIMES	# per syscall times
    100  1.1.16.1  mjf #options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
    101  1.1.16.1  mjf 
    102  1.1.16.1  mjf # Compatibility options
    103  1.1.16.1  mjf #options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
    104  1.1.16.1  mjf #options 	COMPAT_09	# NetBSD 0.9
    105  1.1.16.1  mjf #options 	COMPAT_10	# NetBSD 1.0
    106  1.1.16.1  mjf #options 	COMPAT_11	# NetBSD 1.1
    107  1.1.16.1  mjf #options 	COMPAT_12	# NetBSD 1.2, 386BSD, and BSDI
    108  1.1.16.1  mjf #options 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
    109  1.1.16.1  mjf #options 	COMPAT_14	# NetBSD 1.4
    110  1.1.16.1  mjf #options 	COMPAT_15	# NetBSD 1.5
    111  1.1.16.1  mjf options 	COMPAT_16	# NetBSD 1.6
    112  1.1.16.1  mjf options 	COMPAT_20	# NetBSD 2.0
    113  1.1.16.1  mjf options 	COMPAT_30	# NetBSD 3.0
    114  1.1.16.1  mjf options 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
    115  1.1.16.1  mjf #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
    116  1.1.16.1  mjf #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    117  1.1.16.1  mjf 
    118  1.1.16.1  mjf #options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    119  1.1.16.1  mjf #options 	COMPAT_SVR4	# binary compatibility with SVR4
    120  1.1.16.1  mjf #options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
    121  1.1.16.1  mjf #options 	COMPAT_LINUX	# binary compatibility with Linux
    122  1.1.16.1  mjf #options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
    123  1.1.16.1  mjf #options 	COMPAT_MACH	# binary compatibility with Mach binaries
    124  1.1.16.1  mjf #options 	COMPAT_DARWIN	# binary compatibility with Darwin binaries
    125  1.1.16.1  mjf #options 	EXEC_MACHO	# exec MACH-O binaries
    126  1.1.16.1  mjf #options 	COMPAT_NDIS	# NDIS network driver
    127  1.1.16.1  mjf #options 	COMPAT_PECOFF	# kernel support to run Win32 apps
    128  1.1.16.1  mjf options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    129  1.1.16.1  mjf 
    130  1.1.16.1  mjf # File systems
    131  1.1.16.1  mjf file-system 	FFS		# UFS
    132  1.1.16.1  mjf #file-system 	EXT2FS		# second extended file system (linux)
    133  1.1.16.1  mjf #file-system 	LFS		# log-structured file system
    134  1.1.16.1  mjf file-system 	MFS		# memory file system
    135  1.1.16.1  mjf file-system 	NFS		# Network File System client
    136  1.1.16.1  mjf #file-system 	NTFS		# Windows/NT file system (experimental)
    137  1.1.16.1  mjf #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
    138  1.1.16.1  mjf file-system 	MSDOSFS		# MS-DOS file system
    139  1.1.16.1  mjf #file-system 	FDESC		# /dev/fd
    140  1.1.16.1  mjf file-system 	KERNFS		# /kern
    141  1.1.16.1  mjf file-system 	NULLFS		# loopback file system
    142  1.1.16.1  mjf #file-system 	OVERLAY		# overlay file system
    143  1.1.16.1  mjf #file-system 	PORTAL		# portal filesystem (still experimental)
    144  1.1.16.1  mjf #file-system 	PROCFS		# /proc
    145  1.1.16.1  mjf #file-system 	UMAPFS		# NULLFS + uid and gid remapping
    146  1.1.16.1  mjf file-system 	UNION		# union file system
    147  1.1.16.1  mjf #file-system	CODA		# Coda File System; also needs vcoda (below)
    148  1.1.16.1  mjf #file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
    149  1.1.16.1  mjf file-system	PTYFS		# /dev/ptm support
    150  1.1.16.1  mjf file-system	TMPFS		# Efficient memory file-system
    151  1.1.16.1  mjf #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    152  1.1.16.1  mjf 
    153  1.1.16.1  mjf # File system options
    154  1.1.16.1  mjf #options 	QUOTA		# UFS quotas
    155  1.1.16.1  mjf #options 	FFS_EI		# FFS Endian Independent support
    156  1.1.16.1  mjf options 	WAPBL		# File system journaling support - Experimental
    157  1.1.16.1  mjf # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
    158  1.1.16.1  mjf # It is not recommended for general use.
    159  1.1.16.1  mjf #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    160  1.1.16.1  mjf #options 	NFSSERVER	# Network File System server
    161  1.1.16.1  mjf options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    162  1.1.16.1  mjf #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    163  1.1.16.1  mjf 				# immutable) behave as system flags.
    164  1.1.16.1  mjf 
    165  1.1.16.1  mjf # Networking options
    166  1.1.16.1  mjf options 	GATEWAY		# packet forwarding
    167  1.1.16.1  mjf options 	INET		# IP + ICMP + TCP + UDP
    168  1.1.16.1  mjf #options 	INET6		# IPV6
    169  1.1.16.1  mjf #options 	IPSEC		# IP security
    170  1.1.16.1  mjf #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    171  1.1.16.1  mjf #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    172  1.1.16.1  mjf #options 	IPSEC_DEBUG	# debug for IP security
    173  1.1.16.1  mjf #options 	MROUTING	# IP multicast routing
    174  1.1.16.1  mjf #options 	PIM		# Protocol Independent Multicast
    175  1.1.16.1  mjf #options 	ISO,TPIP	# OSI
    176  1.1.16.1  mjf #options 	EON		# OSI tunneling over IP
    177  1.1.16.1  mjf #options 	NETATALK	# AppleTalk networking protocols
    178  1.1.16.1  mjf options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    179  1.1.16.1  mjf options 	PPP_DEFLATE	# Deflate compression support for PPP
    180  1.1.16.1  mjf options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    181  1.1.16.1  mjf options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    182  1.1.16.1  mjf options 	IPFILTER_LOG	# ipmon(8) log support
    183  1.1.16.1  mjf options 	IPFILTER_LOOKUP	# ippool(8) support
    184  1.1.16.1  mjf #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    185  1.1.16.1  mjf #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    186  1.1.16.1  mjf 
    187  1.1.16.1  mjf #options 	ALTQ		# Manipulate network interfaces' output queues
    188  1.1.16.1  mjf #options 	ALTQ_BLUE	# Stochastic Fair Blue
    189  1.1.16.1  mjf #options 	ALTQ_CBQ	# Class-Based Queueing
    190  1.1.16.1  mjf #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    191  1.1.16.1  mjf #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    192  1.1.16.1  mjf #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    193  1.1.16.1  mjf #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    194  1.1.16.1  mjf #options 	ALTQ_LOCALQ	# Local queueing discipline
    195  1.1.16.1  mjf #options 	ALTQ_PRIQ	# Priority Queueing
    196  1.1.16.1  mjf #options 	ALTQ_RED	# Random Early Detection
    197  1.1.16.1  mjf #options 	ALTQ_RIO	# RED with IN/OUT
    198  1.1.16.1  mjf #options 	ALTQ_WFQ	# Weighted Fair Queueing
    199  1.1.16.1  mjf 
    200  1.1.16.1  mjf # These options enable verbose messages for several subsystems.
    201  1.1.16.1  mjf # Warning, these may compile large string tables into the kernel!
    202  1.1.16.1  mjf options 	MIIVERBOSE	# verbose PHY autoconfig messages
    203  1.1.16.1  mjf options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    204  1.1.16.1  mjf options 	SCSIVERBOSE	# human readable SCSI error messages
    205  1.1.16.1  mjf options 	USBVERBOSE	# verbose USB device autoconfig messages
    206  1.1.16.1  mjf 
    207  1.1.16.1  mjf options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    208  1.1.16.1  mjf 
    209  1.1.16.1  mjf #
    210  1.1.16.1  mjf # wscons options
    211  1.1.16.1  mjf #
    212  1.1.16.1  mjf # builtin terminal emulations
    213  1.1.16.1  mjf #options 	WSEMUL_SUN		# sun terminal emulation
    214  1.1.16.1  mjf #options 	WSEMUL_VT100		# VT100 / VT220 emulation
    215  1.1.16.1  mjf # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    216  1.1.16.1  mjf #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    217  1.1.16.1  mjf #options 	WS_DEFAULT_FG=WSCOL_WHITE
    218  1.1.16.1  mjf #options 	WS_DEFAULT_BG=WSCOL_BLACK
    219  1.1.16.1  mjf #options 	WS_DEFAULT_COLATTR="(0)"
    220  1.1.16.1  mjf #options 	WS_DEFAULT_MONOATTR="(0)"
    221  1.1.16.1  mjf #options 	WS_KERNEL_FG=WSCOL_GREEN
    222  1.1.16.1  mjf #options 	WS_KERNEL_BG=WSCOL_BLACK
    223  1.1.16.1  mjf #options 	WS_KERNEL_COLATTR=""
    224  1.1.16.1  mjf #options 	WS_KERNEL_MONOATTR=""
    225  1.1.16.1  mjf # customization of console border color
    226  1.1.16.1  mjf #options 	WSDISPLAY_CUSTOM_BORDER	# custom border colors via wsconsctl(8)
    227  1.1.16.1  mjf #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
    228  1.1.16.1  mjf # compatibility to other console drivers
    229  1.1.16.1  mjf #options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    230  1.1.16.1  mjf #options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    231  1.1.16.1  mjf #options 	WSDISPLAY_COMPAT_USL		# VT handling
    232  1.1.16.1  mjf #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    233  1.1.16.1  mjf #options 	WSKBD_EVENT_AUTOREPEAT		# auto repeat in event mode
    234  1.1.16.1  mjf #options 	WSKBD_USONLY			# strip off non-US keymaps
    235  1.1.16.1  mjf # don't attach pckbd as the console if no PS/2 keyboard is found
    236  1.1.16.1  mjf #options 	PCKBD_CNATTACH_MAY_FAIL
    237  1.1.16.1  mjf # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    238  1.1.16.1  mjf #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
    239  1.1.16.1  mjf #options 	UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
    240  1.1.16.1  mjf # allocate a number of virtual screens at autoconfiguration time
    241  1.1.16.1  mjf #options 	WSDISPLAY_DEFAULTSCREENS=4
    242  1.1.16.1  mjf # use a large software cursor that doesn't blink
    243  1.1.16.1  mjf #options 	PCDISPLAY_SOFTCURSOR
    244  1.1.16.1  mjf # modify the screen type of the console; defaults to "80x25"
    245  1.1.16.1  mjf #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    246  1.1.16.1  mjf # work around a hardware bug that loaded fonts don't work; found on ATI cards
    247  1.1.16.1  mjf #options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
    248  1.1.16.1  mjf # console scrolling support.
    249  1.1.16.1  mjf #options 	WSDISPLAY_SCROLLSUPPORT
    250  1.1.16.1  mjf # enable VGA raster mode capable of displaying multilingual text on console
    251  1.1.16.1  mjf #options 	VGA_RASTERCONSOLE
    252  1.1.16.1  mjf # enable splash screen support; requires hw driver support
    253  1.1.16.1  mjf #options 	SPLASHSCREEN
    254  1.1.16.1  mjf #options 	SPLASHSCREEN_PROGRESS
    255  1.1.16.1  mjf 
    256  1.1.16.1  mjf # Kernel root file system and dump configuration.
    257  1.1.16.1  mjf #config		netbsd root on sd0c type ffs
    258  1.1.16.1  mjf config		netbsd root on wd0a type ffs
    259  1.1.16.1  mjf #config		netbsd root on ? type ?
    260  1.1.16.1  mjf #config		netbsd	root on ? type nfs
    261  1.1.16.1  mjf 
    262  1.1.16.1  mjf #
    263  1.1.16.1  mjf # Device configuration
    264  1.1.16.1  mjf #
    265  1.1.16.1  mjf 
    266  1.1.16.1  mjf mainbus0 at root
    267  1.1.16.1  mjf 
    268  1.1.16.1  mjf cpu* at mainbus?
    269  1.1.16.1  mjf 
    270  1.1.16.1  mjf # Basic Bus Support
    271  1.1.16.1  mjf at91bus0	at mainbus?		# AT91 bus
    272  1.1.16.1  mjf 
    273  1.1.16.1  mjf 
    274  1.1.16.1  mjf # Integrated peripherals:
    275  1.1.16.1  mjf # On-chip interrupt controller
    276  1.1.16.1  mjf at91aic0	at at91bus0 addr 0xfffff000 size 0x200
    277  1.1.16.1  mjf 
    278  1.1.16.1  mjf # On-chip timer
    279  1.1.16.1  mjf #at91st0		at at91bus0 addr 0xfffffd00 size 0x100 pid 1
    280  1.1.16.1  mjf at91tctmr0	at at91bus0 addr 0xfffa0000 size 0x40 pid 17
    281  1.1.16.1  mjf 
    282  1.1.16.1  mjf # On-chip debug UART
    283  1.1.16.1  mjf at91dbgu0	at at91bus0 addr 0xfffff200 size 0x200 pid 1
    284  1.1.16.1  mjf 
    285  1.1.16.1  mjf # On-chip UARTs
    286  1.1.16.1  mjf at91usart0	at at91bus0 addr 0xfffc0000 size 0x4000 pid 6
    287  1.1.16.1  mjf at91usart1	at at91bus0 addr 0xfffc4000 size 0x4000 pid 7
    288  1.1.16.1  mjf at91usart2	at at91bus0 addr 0xfffc8000 size 0x4000 pid 8
    289  1.1.16.1  mjf at91usart3	at at91bus0 addr 0xfffcc000 size 0x4000 pid 9
    290  1.1.16.1  mjf 
    291  1.1.16.1  mjf # On-chip ethernet
    292  1.1.16.1  mjf at91emac0	at at91bus0 addr 0xfffbc000 size 0x4000 pid 24
    293  1.1.16.1  mjf 
    294  1.1.16.1  mjf # General purpose I/O
    295  1.1.16.1  mjf at91pio0	at at91bus0 addr 0xfffff400 size 0x200 pid 2
    296  1.1.16.1  mjf at91pio1	at at91bus0 addr 0xfffff600 size 0x200 pid 3
    297  1.1.16.1  mjf at91pio2	at at91bus0 addr 0xfffff800 size 0x200 pid 4
    298  1.1.16.1  mjf at91pio3	at at91bus0 addr 0xfffffa00 size 0x200 pid 5
    299  1.1.16.1  mjf gpio*		at at91pio?
    300  1.1.16.1  mjf 
    301  1.1.16.1  mjf # On-chip CF interface
    302  1.1.16.1  mjf at91cf0	at at91bus0 addr 0x50000000 size 0x900000 pid 4
    303  1.1.16.1  mjf pcmcia0		at at91cf0
    304  1.1.16.1  mjf 
    305  1.1.16.1  mjf # On-chip USB 1.1
    306  1.1.16.1  mjf ohci0		at at91bus0 addr 0x00300000 size 0x100000 pid 23
    307  1.1.16.1  mjf 
    308  1.1.16.1  mjf # On-chip SPI
    309  1.1.16.1  mjf at91spi0	at at91bus0 addr 0xfffe0000 size 0x4000 pid 13
    310  1.1.16.1  mjf spi0		at at91spi0
    311  1.1.16.1  mjf #spi_obuf0	at spi0 slave 1
    312  1.1.16.1  mjf #gpio*		at spi_obuf?
    313  1.1.16.1  mjf mpcsa_leds0	at spi0 slave 1
    314  1.1.16.1  mjf gpio*		at mpcsa_leds?
    315  1.1.16.1  mjf 
    316  1.1.16.1  mjf # On-chip I2C
    317  1.1.16.1  mjf at91twi0	at at91bus0 addr 0xfffb8000 size 0x4000 pid 12
    318  1.1.16.1  mjf iic0		at at91twi?
    319  1.1.16.1  mjf ds1672rtc*	at iic0 addr 0x68
    320  1.1.16.1  mjf seeprom*	at iic0 addr 0x50 size 4096
    321  1.1.16.1  mjf 
    322  1.1.16.1  mjf # Console Devices
    323  1.1.16.1  mjf 
    324  1.1.16.1  mjf # PCMCIA serial interfaces
    325  1.1.16.1  mjf com*	at pcmcia? function ?		# Modems and serial cards
    326  1.1.16.1  mjf 
    327  1.1.16.1  mjf pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
    328  1.1.16.1  mjf com*	at pcmcom? slave ?		# ...and the slave devices
    329  1.1.16.1  mjf 
    330  1.1.16.1  mjf 
    331  1.1.16.1  mjf # Hardware monitors
    332  1.1.16.1  mjf 
    333  1.1.16.1  mjf # AMD 768 and 8111 power/ACPI controllers
    334  1.1.16.2  mjf #dbcool* at iic? addr 0x2C		# Unknown other motherboard(s)
    335  1.1.16.2  mjf #dbcool* at iic? addr 0x2D		# Tyan S2881
    336  1.1.16.2  mjf #dbcool* at iic? addr 0x2E		# Tyan S2882-D
    337  1.1.16.1  mjf 
    338  1.1.16.1  mjf # 1-Wire support
    339  1.1.16.1  mjf #gpioow* 	at gpio? offset 6 mask 0x1	# 1-wire bitbanging via gpio
    340  1.1.16.1  mjf #onewire*	at gpioow?
    341  1.1.16.1  mjf 
    342  1.1.16.1  mjf # 1-Wire devices
    343  1.1.16.1  mjf #owtemp* 	at onewire?			# Temperature sensors
    344  1.1.16.1  mjf 
    345  1.1.16.1  mjf # SCSI Controllers and Devices
    346  1.1.16.1  mjf 
    347  1.1.16.1  mjf # PCMCIA SCSI controllers
    348  1.1.16.1  mjf #aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    349  1.1.16.1  mjf #esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    350  1.1.16.1  mjf #spc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
    351  1.1.16.1  mjf 
    352  1.1.16.1  mjf # SCSI bus support
    353  1.1.16.1  mjf scsibus* at scsi?
    354  1.1.16.1  mjf 
    355  1.1.16.1  mjf # SCSI devices
    356  1.1.16.1  mjf sd*	at scsibus? target ? lun ?	# SCSI disk drives
    357  1.1.16.1  mjf #st*	at scsibus? target ? lun ?	# SCSI tape drives
    358  1.1.16.1  mjf #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    359  1.1.16.1  mjf #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    360  1.1.16.1  mjf #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    361  1.1.16.1  mjf #ss*	at scsibus? target ? lun ?	# SCSI scanners
    362  1.1.16.1  mjf #uk*	at scsibus? target ? lun ?	# SCSI unknown
    363  1.1.16.1  mjf 
    364  1.1.16.1  mjf 
    365  1.1.16.1  mjf # PCMCIA IDE controllers
    366  1.1.16.1  mjf wdc*	at pcmcia? function ?
    367  1.1.16.1  mjf 
    368  1.1.16.1  mjf # ATA (IDE) bus support
    369  1.1.16.1  mjf atabus*	at wdc? channel ?
    370  1.1.16.1  mjf #atabus* at ata?
    371  1.1.16.1  mjf 
    372  1.1.16.1  mjf # IDE drives
    373  1.1.16.1  mjf # Flags are used only with controllers that support DMA operations
    374  1.1.16.1  mjf # and mode settings (e.g. some pciide controllers)
    375  1.1.16.1  mjf # The lowest order four bits (rightmost digit) of the flags define the PIO
    376  1.1.16.1  mjf # mode to use, the next set of four bits the DMA mode and the third set the
    377  1.1.16.1  mjf # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    378  1.1.16.1  mjf # to use, and the last bit must be 1 for this setting to be used.
    379  1.1.16.1  mjf # For DMA and UDMA, 0xf (1111) means 'disable'.
    380  1.1.16.1  mjf # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    381  1.1.16.1  mjf # (0xc=1100, 0xa=1010, 0xf=1111)
    382  1.1.16.1  mjf # 0x0000 means "use whatever the drive claims to support".
    383  1.1.16.1  mjf wd*	at atabus? drive ? flags 0x0000
    384  1.1.16.1  mjf 
    385  1.1.16.1  mjf # ATAPI bus support
    386  1.1.16.1  mjf atapibus* at atapi?
    387  1.1.16.1  mjf 
    388  1.1.16.1  mjf # ATAPI devices
    389  1.1.16.1  mjf # flags have the same meaning as for IDE drives.
    390  1.1.16.1  mjf #cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    391  1.1.16.1  mjf sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    392  1.1.16.1  mjf #st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    393  1.1.16.1  mjf #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    394  1.1.16.1  mjf 
    395  1.1.16.1  mjf 
    396  1.1.16.1  mjf # Miscellaneous mass storage devices
    397  1.1.16.1  mjf 
    398  1.1.16.1  mjf 
    399  1.1.16.1  mjf 
    400  1.1.16.1  mjf # Network Interfaces
    401  1.1.16.1  mjf 
    402  1.1.16.1  mjf # PCMCIA network interfaces
    403  1.1.16.1  mjf #an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    404  1.1.16.1  mjf #awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    405  1.1.16.1  mjf #cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    406  1.1.16.1  mjf #cs*	at pcmcia? function ?		# CS89xx Ethernet
    407  1.1.16.1  mjf #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    408  1.1.16.1  mjf #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    409  1.1.16.1  mjf #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    410  1.1.16.1  mjf #ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    411  1.1.16.1  mjf #sm*	at pcmcia? function ?		# Megahertz Ethernet
    412  1.1.16.1  mjf # tr at pcmcia has problems with Cardbus bridges
    413  1.1.16.1  mjf #tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    414  1.1.16.1  mjf wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    415  1.1.16.1  mjf #xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    416  1.1.16.1  mjf #com*	at xirc?
    417  1.1.16.1  mjf #xi*	at xirc?
    418  1.1.16.1  mjf #mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    419  1.1.16.1  mjf #com*	at mhzc?
    420  1.1.16.1  mjf #sm*	at mhzc?
    421  1.1.16.1  mjf 
    422  1.1.16.1  mjf 
    423  1.1.16.1  mjf # MII/PHY support
    424  1.1.16.1  mjf #acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    425  1.1.16.1  mjf #amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
    426  1.1.16.1  mjf #bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    427  1.1.16.1  mjf #brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    428  1.1.16.1  mjf #ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
    429  1.1.16.1  mjf #dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    430  1.1.16.1  mjf #exphy*	at mii? phy ?			# 3Com internal PHYs
    431  1.1.16.1  mjf #gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    432  1.1.16.1  mjf #glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    433  1.1.16.1  mjf #gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    434  1.1.16.1  mjf #icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    435  1.1.16.1  mjf #igphy*	at mii? phy ?			# Intel IGP01E1000
    436  1.1.16.1  mjf #ikphy*	at mii? phy ?			# Intel 82563 PHYs
    437  1.1.16.1  mjf #inphy*	at mii? phy ?			# Intel 82555 PHYs
    438  1.1.16.1  mjf #iophy*	at mii? phy ?			# Intel 82553 PHYs
    439  1.1.16.1  mjf #lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    440  1.1.16.1  mjf #makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    441  1.1.16.1  mjf #nsphy*	at mii? phy ?			# NS83840 PHYs
    442  1.1.16.1  mjf #nsphyter* at mii? phy ? 		# NS83843 PHYs
    443  1.1.16.1  mjf #pnaphy* at mii? phy ?			# generic HomePNA PHYs
    444  1.1.16.1  mjf #qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    445  1.1.16.1  mjf #rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
    446  1.1.16.1  mjf #rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    447  1.1.16.1  mjf #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    448  1.1.16.1  mjf #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    449  1.1.16.1  mjf #tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    450  1.1.16.1  mjf ukphy0	at at91emac0 phy 3
    451  1.1.16.1  mjf ukphy*	at aue? phy ?			# generic unknown PHYs
    452  1.1.16.1  mjf ukphy*	at axe? phy ?			# generic unknown PHYs
    453  1.1.16.1  mjf ukphy*	at udav? phy ?			# generic unknown PHYs
    454  1.1.16.1  mjf ukphy*	at url? phy ?			# generic unknown PHYs
    455  1.1.16.1  mjf #urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    456  1.1.16.1  mjf 
    457  1.1.16.1  mjf 
    458  1.1.16.1  mjf # USB Controller and Devices
    459  1.1.16.1  mjf 
    460  1.1.16.1  mjf # USB bus support
    461  1.1.16.1  mjf usb*	at ohci?
    462  1.1.16.1  mjf 
    463  1.1.16.1  mjf # USB Hubs
    464  1.1.16.1  mjf uhub*	at usb?
    465  1.1.16.1  mjf uhub*	at uhub? port ? configuration ? interface ?
    466  1.1.16.1  mjf 
    467  1.1.16.1  mjf # USB HID device
    468  1.1.16.1  mjf #uhidev*	at uhub? port ? configuration ? interface ?
    469  1.1.16.1  mjf 
    470  1.1.16.1  mjf # USB Mice
    471  1.1.16.1  mjf #ums*	at uhidev? reportid ?
    472  1.1.16.1  mjf #wsmouse* at ums? mux 0
    473  1.1.16.1  mjf 
    474  1.1.16.1  mjf # USB eGalax touch-panel
    475  1.1.16.1  mjf #uep*	at uhub? port ?
    476  1.1.16.1  mjf #wsmouse* at uep? mux 0
    477  1.1.16.1  mjf 
    478  1.1.16.1  mjf # USB Keyboards
    479  1.1.16.1  mjf #ukbd*	at uhidev? reportid ?
    480  1.1.16.1  mjf #wskbd*	at ukbd? console ? mux 1
    481  1.1.16.1  mjf 
    482  1.1.16.1  mjf # USB serial adapter
    483  1.1.16.1  mjf #ucycom*	at uhidev? reportid ?
    484  1.1.16.1  mjf 
    485  1.1.16.1  mjf # USB Generic HID devices
    486  1.1.16.1  mjf #uhid*	at uhidev? reportid ?
    487  1.1.16.1  mjf 
    488  1.1.16.1  mjf # USB Printer
    489  1.1.16.1  mjf #ulpt*	at uhub? port ? configuration ? interface ?
    490  1.1.16.1  mjf 
    491  1.1.16.1  mjf # USB Modem
    492  1.1.16.1  mjf #umodem*	at uhub? port ? configuration ?
    493  1.1.16.1  mjf #ucom*	at umodem?
    494  1.1.16.1  mjf 
    495  1.1.16.1  mjf # USB Mass Storage
    496  1.1.16.1  mjf umass*	at uhub? port ? configuration ? interface ?
    497  1.1.16.1  mjf wd*	at umass?
    498  1.1.16.1  mjf 
    499  1.1.16.1  mjf # USB audio
    500  1.1.16.1  mjf #uaudio*	at uhub? port ? configuration ?
    501  1.1.16.1  mjf 
    502  1.1.16.1  mjf # USB MIDI
    503  1.1.16.1  mjf #umidi* at uhub? port ? configuration ?
    504  1.1.16.1  mjf 
    505  1.1.16.1  mjf # USB IrDA
    506  1.1.16.1  mjf # USB-IrDA bridge spec
    507  1.1.16.1  mjf #uirda* at uhub? port ? configuration ? interface ?
    508  1.1.16.1  mjf #irframe* at uirda?
    509  1.1.16.1  mjf 
    510  1.1.16.1  mjf # SigmaTel STIr4200 USB/IrDA Bridge
    511  1.1.16.1  mjf #ustir* at uhub? port ?
    512  1.1.16.1  mjf #irframe* at ustir?
    513  1.1.16.1  mjf 
    514  1.1.16.1  mjf # USB Ethernet adapters
    515  1.1.16.1  mjf aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    516  1.1.16.1  mjf axe*	at uhub? port ?		# ASIX AX88172 based adapters
    517  1.1.16.1  mjf cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    518  1.1.16.1  mjf cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    519  1.1.16.1  mjf kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    520  1.1.16.1  mjf udav*	at uhub? port ?		# Davicom DM9601 based adapters
    521  1.1.16.1  mjf url*	at uhub? port ?		# Realtek RTL8150L based adapters
    522  1.1.16.1  mjf 
    523  1.1.16.1  mjf # USB 802.11 adapters
    524  1.1.16.1  mjf atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    525  1.1.16.1  mjf ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
    526  1.1.16.1  mjf rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    527  1.1.16.1  mjf 
    528  1.1.16.1  mjf # Prolific PL2301/PL2302 host-to-host adapter
    529  1.1.16.1  mjf upl*	at uhub? port ?
    530  1.1.16.1  mjf 
    531  1.1.16.1  mjf # Serial adapters
    532  1.1.16.1  mjf ubsa*	at uhub? port ?		# Belkin serial adapter
    533  1.1.16.1  mjf ucom*	at ubsa? portno ?
    534  1.1.16.1  mjf 
    535  1.1.16.1  mjf uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    536  1.1.16.1  mjf ucom*	at uftdi? portno ?
    537  1.1.16.1  mjf 
    538  1.1.16.1  mjf #uipaq*	at uhub? port ?		# iPAQ PDAs
    539  1.1.16.1  mjf #ucom*	at uipaq? portno ?
    540  1.1.16.1  mjf 
    541  1.1.16.1  mjf umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    542  1.1.16.1  mjf ucom*	at umct? portno ?
    543  1.1.16.1  mjf 
    544  1.1.16.1  mjf uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    545  1.1.16.1  mjf ucom*	at uplcom? portno ?
    546  1.1.16.1  mjf 
    547  1.1.16.1  mjf uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    548  1.1.16.1  mjf ucom*	at uvscom? portno ?
    549  1.1.16.1  mjf 
    550  1.1.16.1  mjf # Diamond Multimedia Rio 500
    551  1.1.16.1  mjf #urio*	at uhub? port ?
    552  1.1.16.1  mjf 
    553  1.1.16.1  mjf # USB Handspring Visor
    554  1.1.16.1  mjf #uvisor*	at uhub? port ?
    555  1.1.16.1  mjf #ucom*	at uvisor?
    556  1.1.16.1  mjf 
    557  1.1.16.1  mjf # Kyocera AIR-EDGE PHONE
    558  1.1.16.1  mjf #ukyopon* at uhub? port ?
    559  1.1.16.1  mjf #ucom*	at ukyopon? portno ?
    560  1.1.16.1  mjf 
    561  1.1.16.1  mjf # USB scanners
    562  1.1.16.1  mjf #uscanner* at uhub? port ?
    563  1.1.16.1  mjf 
    564  1.1.16.1  mjf # USB scanners that use SCSI emulation, e.g., HP5300
    565  1.1.16.1  mjf #usscanner* at uhub? port ?
    566  1.1.16.1  mjf 
    567  1.1.16.1  mjf # Topfield TF5000PVR range of DVB recorders
    568  1.1.16.1  mjf #utoppy*	at uhub? port ?
    569  1.1.16.1  mjf 
    570  1.1.16.1  mjf # Y@P firmware loader
    571  1.1.16.1  mjf #uyap* at uhub? port ?
    572  1.1.16.1  mjf 
    573  1.1.16.1  mjf # D-Link DSB-R100 USB radio
    574  1.1.16.1  mjf #udsbr*	at uhub? port ?
    575  1.1.16.1  mjf #radio*	at udsbr?
    576  1.1.16.1  mjf 
    577  1.1.16.1  mjf # USB Generic driver
    578  1.1.16.1  mjf #ugen*	at uhub? port ?
    579  1.1.16.1  mjf # On ugen bulk endpoints, perform read-ahead and write-behind.
    580  1.1.16.1  mjf #options UGEN_BULK_RA_WB
    581  1.1.16.1  mjf 
    582  1.1.16.1  mjf 
    583  1.1.16.1  mjf # IrDA and Consumer Ir devices
    584  1.1.16.1  mjf 
    585  1.1.16.1  mjf # Toshiba Oboe
    586  1.1.16.1  mjf 
    587  1.1.16.1  mjf # Audio Devices
    588  1.1.16.1  mjf 
    589  1.1.16.1  mjf # Audio support
    590  1.1.16.1  mjf #audio*	at audiobus?
    591  1.1.16.1  mjf 
    592  1.1.16.1  mjf # MIDI support
    593  1.1.16.1  mjf #midi*	at midibus?
    594  1.1.16.1  mjf #midi*	at pcppi?		# MIDI interface to the PC speaker
    595  1.1.16.1  mjf 
    596  1.1.16.1  mjf 
    597  1.1.16.1  mjf 
    598  1.1.16.1  mjf # Bluetooth Controller and Device support
    599  1.1.16.1  mjf 
    600  1.1.16.1  mjf # Bluetooth PCMCIA Controllers
    601  1.1.16.1  mjf #bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
    602  1.1.16.1  mjf 
    603  1.1.16.1  mjf # Bluetooth USB Controllers
    604  1.1.16.1  mjf #ubt* at uhub? port ? configuration ? interface ?
    605  1.1.16.1  mjf 
    606  1.1.16.1  mjf # Bluetooth Device Hub
    607  1.1.16.1  mjf #bthub* at bt3c?
    608  1.1.16.1  mjf #bthub* at ubt?
    609  1.1.16.1  mjf 
    610  1.1.16.1  mjf # Bluetooth HID support
    611  1.1.16.1  mjf #bthidev* at bthub?
    612  1.1.16.1  mjf 
    613  1.1.16.1  mjf # Bluetooth Mouse
    614  1.1.16.1  mjf #btms* at bthidev? reportid ?
    615  1.1.16.1  mjf #wsmouse* at btms? mux 0
    616  1.1.16.1  mjf 
    617  1.1.16.1  mjf # Bluetooth Keyboard
    618  1.1.16.1  mjf #btkbd* at bthidev? reportid ?
    619  1.1.16.1  mjf #wskbd* at btkbd? console ? mux 1
    620  1.1.16.1  mjf 
    621  1.1.16.1  mjf # Bluetooth Audio support
    622  1.1.16.1  mjf #btsco* at bthub?
    623  1.1.16.1  mjf 
    624  1.1.16.1  mjf 
    625  1.1.16.1  mjf 
    626  1.1.16.1  mjf 
    627  1.1.16.1  mjf # Pseudo-Devices
    628  1.1.16.1  mjf 
    629  1.1.16.1  mjf #pseudo-device 	crypto		# /dev/crypto device
    630  1.1.16.1  mjf #pseudo-device	swcrypto	# software crypto implementation
    631  1.1.16.1  mjf 
    632  1.1.16.1  mjf # disk/mass storage pseudo-devices
    633  1.1.16.1  mjf #pseudo-device	ccd		4	# concatenated/striped disk devices
    634  1.1.16.1  mjf #pseudo-device	cgd		4	# cryptographic disk devices
    635  1.1.16.1  mjf #pseudo-device	raid		8	# RAIDframe disk driver
    636  1.1.16.1  mjf #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    637  1.1.16.1  mjf # Options to enable various other RAIDframe RAID types.
    638  1.1.16.1  mjf #options 	RF_INCLUDE_EVENODD=1
    639  1.1.16.1  mjf #options 	RF_INCLUDE_RAID5_RS=1
    640  1.1.16.1  mjf #options 	RF_INCLUDE_PARITYLOGGING=1
    641  1.1.16.1  mjf #options 	RF_INCLUDE_CHAINDECLUSTER=1
    642  1.1.16.1  mjf #options 	RF_INCLUDE_INTERDECLUSTER=1
    643  1.1.16.1  mjf #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    644  1.1.16.1  mjf #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    645  1.1.16.1  mjf #pseudo-device	fss		4	# file system snapshot device
    646  1.1.16.1  mjf 
    647  1.1.16.1  mjf pseudo-device	md		1	# memory disk device (ramdisk)
    648  1.1.16.1  mjf #pseudo-device	vnd			# disk-like interface to files
    649  1.1.16.1  mjf #options 	VND_COMPRESSION		# compressed vnd(4)
    650  1.1.16.1  mjf 
    651  1.1.16.1  mjf # network pseudo-devices
    652  1.1.16.1  mjf pseudo-device	bpfilter		# Berkeley packet filter
    653  1.1.16.1  mjf #pseudo-device	carp			# Common Address Redundancy Protocol
    654  1.1.16.1  mjf pseudo-device	ipfilter		# IP filter (firewall) and NAT
    655  1.1.16.1  mjf pseudo-device	loop			# network loopback
    656  1.1.16.1  mjf pseudo-device	ppp			# Point-to-Point Protocol
    657  1.1.16.1  mjf #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    658  1.1.16.1  mjf #pseudo-device	sl			# Serial Line IP
    659  1.1.16.1  mjf #pseudo-device	strip			# Starmode Radio IP (Metricom)
    660  1.1.16.1  mjf #pseudo-device	irframetty		# IrDA frame line discipline
    661  1.1.16.1  mjf #pseudo-device	tap			# virtual Ethernet
    662  1.1.16.1  mjf pseudo-device	tun			# network tunneling over tty
    663  1.1.16.1  mjf #pseudo-device	gre			# generic L3 over IP tunnel
    664  1.1.16.1  mjf #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    665  1.1.16.1  mjf #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    666  1.1.16.1  mjf #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    667  1.1.16.1  mjf pseudo-device	vlan			# IEEE 802.1q encapsulation
    668  1.1.16.1  mjf #pseudo-device	bridge			# simple inter-network bridging
    669  1.1.16.1  mjf #options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    670  1.1.16.1  mjf pseudo-device	pf			# PF packet filter
    671  1.1.16.1  mjf pseudo-device	pflog			# PF log if
    672  1.1.16.1  mjf # srt is EXPERIMENTAL
    673  1.1.16.1  mjf #pseudo-device	srt			# source-address-based routing
    674  1.1.16.1  mjf 
    675  1.1.16.1  mjf # miscellaneous pseudo-devices
    676  1.1.16.1  mjf pseudo-device	pty			# pseudo-terminals
    677  1.1.16.1  mjf #pseudo-device	sequencer	1	# MIDI sequencer
    678  1.1.16.1  mjf pseudo-device	rnd			# /dev/random and in-kernel generator
    679  1.1.16.1  mjf #options 	RND_COM			# use "com" randomness as well (BROKEN)
    680  1.1.16.1  mjf pseudo-device	clockctl		# user control of clock subsystem
    681  1.1.16.1  mjf pseudo-device	ksyms			# /dev/ksyms
    682  1.1.16.1  mjf 
    683  1.1.16.1  mjf # a pseudo device needed for Coda	# also needs CODA (above)
    684  1.1.16.1  mjf #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    685  1.1.16.1  mjf 
    686  1.1.16.1  mjf # a pseudo device needed for SMBFS
    687  1.1.16.1  mjf #pseudo-device	nsmb			# experimental - SMB requester
    688  1.1.16.1  mjf 
    689  1.1.16.1  mjf # wscons pseudo-devices
    690  1.1.16.1  mjf #pseudo-device	wsmux			# mouse & keyboard multiplexor
    691  1.1.16.1  mjf #pseudo-device	wsfont
    692  1.1.16.1  mjf 
    693  1.1.16.1  mjf #options 	FILEASSOC		# fileassoc(9) - required for Veriexec
    694  1.1.16.1  mjf 
    695  1.1.16.1  mjf # Veriexec
    696  1.1.16.1  mjf #pseudo-device	veriexec
    697  1.1.16.1  mjf #
    698  1.1.16.1  mjf # Uncomment the fingerprint methods below that are desired. Note that
    699  1.1.16.1  mjf # removing fingerprint methods will have almost no impact on the kernel
    700  1.1.16.1  mjf # code size.
    701  1.1.16.1  mjf #
    702  1.1.16.1  mjf #options VERIFIED_EXEC_FP_RMD160
    703  1.1.16.1  mjf #options VERIFIED_EXEC_FP_SHA256
    704  1.1.16.1  mjf #options VERIFIED_EXEC_FP_SHA384
    705  1.1.16.1  mjf #options VERIFIED_EXEC_FP_SHA512
    706  1.1.16.1  mjf #options VERIFIED_EXEC_FP_SHA1
    707  1.1.16.1  mjf #options VERIFIED_EXEC_FP_MD5
    708  1.1.16.1  mjf 
    709  1.1.16.1  mjf options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
    710