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