Home | History | Annotate | Line # | Download | only in conf
HDL_G revision 1.38.4.1
      1  1.38.4.1       tls # $NetBSD: HDL_G,v 1.38.4.1 2014/08/10 06:53:54 tls Exp $
      2       1.1    nonaka #
      3       1.1    nonaka #       HDL_G -- I-O DATA HDL-G Kernel
      4       1.1    nonaka #
      5       1.1    nonaka 
      6       1.1    nonaka include		"arch/evbarm/conf/std.hdl_g"
      7       1.1    nonaka 
      8       1.1    nonaka #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9       1.1    nonaka 
     10       1.1    nonaka maxusers	32			# estimated number of users
     11       1.1    nonaka 
     12       1.1    nonaka # CPU options
     13       1.1    nonaka 
     14       1.1    nonaka # For XScale systems
     15       1.1    nonaka options 	CPU_XSCALE_80321	# Support the XScale core
     16       1.1    nonaka makeoptions	CPUFLAGS="-mcpu=xscale"
     17       1.1    nonaka 
     18       1.1    nonaka # Architecture options
     19       1.1    nonaka options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     20       1.1    nonaka 
     21       1.1    nonaka # Standard system options
     22       1.1    nonaka 
     23       1.1    nonaka options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     24       1.1    nonaka #options 	HZ=512		# clock interrupt generates every 1/HZ sec
     25       1.1    nonaka #options 	NTP		# NTP phase/frequency locked loop
     26       1.1    nonaka 
     27       1.1    nonaka # File systems
     28       1.1    nonaka 
     29       1.1    nonaka file-system	FFS		# UFS
     30       1.1    nonaka file-system 	EXT2FS		# second extended file system (linux)
     31       1.1    nonaka #file-system	LFS		# log-structured file system
     32       1.1    nonaka file-system	MFS		# memory file system
     33       1.1    nonaka file-system	NFS		# Network file system
     34       1.1    nonaka file-system	CD9660		# ISO 9660 + Rock Ridge file system
     35       1.1    nonaka #file-system	CODA		# Coda File System; also needs vcoda (below)
     36       1.1    nonaka file-system	FDESC		# /dev/fd
     37       1.1    nonaka file-system	KERNFS		# /kern
     38       1.1    nonaka file-system	MSDOSFS		# MS-DOS file system
     39       1.1    nonaka file-system 	NTFS		# Windows/NT file system (experimental)
     40       1.1    nonaka file-system	NULLFS		# loopback file system
     41       1.1    nonaka #file-system 	OVERLAY		# overlay file system
     42       1.1    nonaka file-system	PROCFS		# /proc
     43       1.1    nonaka file-system	PTYFS		# /dev/pts/N support
     44      1.31   msaitoh #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     45       1.1    nonaka file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
     46       1.6      jmmv file-system	TMPFS		# Efficient memory file-system
     47       1.1    nonaka #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     48       1.1    nonaka file-system	UMAPFS		# NULLFS + uid and gid remapping
     49       1.1    nonaka file-system	UNION		# union file system
     50       1.1    nonaka 
     51       1.1    nonaka # File system options
     52      1.22    bouyer #options 	QUOTA		# legacy UFS quotas
     53      1.22    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     54      1.23       wiz #options 	FFS_EI		# FFS Endian Independent support
     55       1.1    nonaka options 	NFSSERVER
     56      1.25  dholland options 	WAPBL		# File system journaling support
     57       1.1    nonaka #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     58       1.1    nonaka #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     59       1.1    nonaka #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     60       1.1    nonaka 				# immutable) behave as system flags.
     61       1.1    nonaka 
     62       1.1    nonaka # Networking options
     63       1.1    nonaka 
     64       1.1    nonaka #options 	GATEWAY		# packet forwarding
     65       1.1    nonaka options 	INET		# IP + ICMP + TCP + UDP
     66       1.1    nonaka options 	INET6		# IPV6
     67       1.1    nonaka #options 	IPSEC		# IP security
     68       1.1    nonaka #options 	IPSEC_DEBUG	# debug for IP security
     69       1.1    nonaka #options 	MROUTING	# IP multicast routing
     70       1.1    nonaka #options 	PIM		# Protocol Independent Multicast
     71       1.1    nonaka #options 	NETATALK	# AppleTalk networking
     72       1.1    nonaka #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     73       1.1    nonaka #options 	PPP_DEFLATE	# Deflate compression support for PPP
     74       1.1    nonaka #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     75      1.19       mrg options 	IPFILTER_LOG	# ipmon(8) log support
     76      1.19       mrg options 	IPFILTER_LOOKUP	# ippool(8) support
     77      1.19       mrg options 	IPFILTER_COMPAT # Compat for IP-Filter
     78      1.19       mrg #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     79       1.1    nonaka #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     80       1.1    nonaka #options 	TCP_SIGNATURE
     81       1.1    nonaka 
     82       1.1    nonaka #options 	NFS_BOOT_BOOTP
     83       1.1    nonaka options 	NFS_BOOT_DHCP
     84       1.1    nonaka options 	NFS_BOOT_BOOTPARAM
     85       1.1    nonaka 
     86       1.1    nonaka # Compatibility options
     87       1.1    nonaka 
     88  1.38.4.1       tls options		COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     89       1.1    nonaka options 	COMPAT_09	# NetBSD 0.9 compatibility.
     90       1.1    nonaka options 	COMPAT_10	# NetBSD 1.0 compatibility.
     91       1.1    nonaka options 	COMPAT_11	# NetBSD 1.1 compatibility.
     92       1.1    nonaka options 	COMPAT_12	# NetBSD 1.2 compatibility.
     93       1.1    nonaka options 	COMPAT_13	# NetBSD 1.3 compatibility.
     94       1.1    nonaka options 	COMPAT_14	# NetBSD 1.4 compatibility.
     95       1.1    nonaka options 	COMPAT_15	# NetBSD 1.5 compatibility.
     96       1.1    nonaka options 	COMPAT_16	# NetBSD 1.6 compatibility.
     97       1.1    nonaka options 	COMPAT_20	# NetBSD 2.0 compatibility.
     98       1.1    nonaka options 	COMPAT_30	# NetBSD 3.0 compatibility.
     99      1.10   tsutsui options 	COMPAT_40	# NetBSD 4.0 compatibility.
    100      1.15       bsh options 	COMPAT_50	# NetBSD 5.0 compatibility.
    101      1.32       apb options 	COMPAT_60	# NetBSD 6.0 compatibility.
    102       1.1    nonaka options 	COMPAT_43	# 4.3BSD compatibility.
    103       1.1    nonaka #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    104       1.1    nonaka 
    105       1.1    nonaka options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    106       1.1    nonaka options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    107       1.1    nonaka 
    108       1.1    nonaka # Shared memory options
    109       1.1    nonaka 
    110       1.1    nonaka options 	SYSVMSG		# System V-like message queues
    111       1.1    nonaka options 	SYSVSEM		# System V-like semaphores
    112       1.1    nonaka options 	SYSVSHM		# System V-like memory sharing
    113       1.1    nonaka 
    114       1.1    nonaka # Device options
    115       1.1    nonaka 
    116       1.1    nonaka # Miscellaneous kernel options
    117       1.1    nonaka options 	KTRACE		# system call tracing via ktrace(1)
    118       1.1    nonaka options 	IRQSTATS	# manage IRQ statistics
    119       1.1    nonaka #options 	KMEMSTATS	# kernel memory statistics
    120       1.1    nonaka #options 	SCSIVERBOSE	# Verbose SCSI errors
    121       1.1    nonaka options 	PCIVERBOSE	# Verbose PCI descriptions
    122       1.1    nonaka options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    123       1.1    nonaka options 	USBVERBOSE	# verbose USB device autoconfig messages
    124       1.1    nonaka #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    125       1.1    nonaka options 	USERCONF	# userconf(4) support
    126       1.1    nonaka #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    127       1.1    nonaka #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    128       1.1    nonaka 
    129       1.1    nonaka # Development and Debugging options
    130       1.1    nonaka 
    131       1.1    nonaka #options 	PERFCTRS	# performance counters
    132  1.38.4.1       tls #options 	DIAGNOSTIC	# internal consistency checks
    133       1.1    nonaka #options 	DEBUG
    134       1.1    nonaka #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    135       1.1    nonaka #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    136       1.1    nonaka options 	DDB		# in-kernel debugger
    137       1.1    nonaka #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    138       1.1    nonaka #makeoptions	DEBUG="-g"	# compile full symbol table
    139      1.29      matt options 	SYMTAB_SPACE=750000
    140       1.1    nonaka 
    141       1.1    nonaka #config		netbsd		root on ? type ?
    142       1.1    nonaka config		netbsd		root on wd0a type ?
    143       1.1    nonaka #config		netbsd		root on wd0e type ?
    144       1.1    nonaka 
    145       1.1    nonaka # The main bus device
    146       1.1    nonaka mainbus0	at root
    147       1.1    nonaka 
    148       1.1    nonaka # The boot CPU
    149       1.1    nonaka cpu0		at mainbus?
    150       1.1    nonaka 
    151       1.1    nonaka # On-board device support
    152       1.1    nonaka obio*		at mainbus?
    153       1.1    nonaka com0		at obio? addr 0xfe800000 xint 3	# on-board TI 165C50 UART
    154       1.1    nonaka btn0		at obio? addr 0xfe8d0002 xint 3	# buttons
    155       1.1    nonaka 
    156       1.1    nonaka # i80321 I/O Processor peripheral support
    157       1.1    nonaka iopxs*		at mainbus?
    158       1.1    nonaka 
    159       1.1    nonaka iopiic*		at iopxs?		# I2C Controller Unit(s)
    160       1.1    nonaka iic0		at iopiic?
    161       1.1    nonaka iic1		at iopiic?
    162       1.1    nonaka pci0		at iopxs? bus ?		# PCI/PCI-X support
    163       1.1    nonaka 
    164       1.1    nonaka # PCI-PCI bridges
    165       1.1    nonaka ppb*		at pci? dev ? function ?
    166       1.1    nonaka pci*		at ppb? bus ?
    167       1.1    nonaka 
    168       1.1    nonaka # RICOH RS5C372A Real-Time Clock
    169       1.1    nonaka rs5c372rtc*	at iic0 addr 0x32
    170       1.1    nonaka 
    171       1.1    nonaka #
    172       1.1    nonaka # Storage devices
    173       1.1    nonaka #
    174       1.1    nonaka 
    175       1.1    nonaka # SCSI Controllers and Devices
    176       1.1    nonaka 
    177       1.1    nonaka # SCSI bus support
    178       1.1    nonaka scsibus* at scsi?
    179       1.1    nonaka 
    180       1.1    nonaka # SCSI devices
    181       1.1    nonaka sd*	at scsibus? target ? lun ?	# SCSI disk drives
    182       1.1    nonaka st*	at scsibus? target ? lun ?	# SCSI tape drives
    183       1.1    nonaka cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    184       1.1    nonaka ch*	at scsibus? target ? lun ?	# SCSI autochangers
    185       1.1    nonaka ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    186       1.1    nonaka ss*	at scsibus? target ? lun ?	# SCSI scanners
    187       1.1    nonaka uk*	at scsibus? target ? lun ?	# SCSI unknown
    188       1.1    nonaka 
    189       1.1    nonaka # PCI IDE/S-ATA controllers and devices
    190       1.1    nonaka pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    191       1.1    nonaka acardide*	at pci? dev ? function ?	# Acard IDE controllers
    192       1.1    nonaka 
    193       1.1    nonaka # ATA (IDE) bus support
    194       1.1    nonaka atabus*	at ata? channel ?
    195       1.1    nonaka 
    196       1.1    nonaka # IDE drives
    197       1.1    nonaka # Flags are used only with controllers that support DMA operations
    198       1.1    nonaka # and mode settings (e.g. some pciide controllers)
    199       1.1    nonaka # The lowest order four bits (rightmost digit) of the flags define the PIO
    200       1.1    nonaka # mode to use, the next set of four bits the DMA mode and the third set the
    201       1.1    nonaka # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    202       1.1    nonaka # to use, and the last bit must be 1 for this setting to be used.
    203       1.1    nonaka # For DMA and UDMA, 0xf (1111) means 'disable'.
    204       1.1    nonaka # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    205       1.1    nonaka # (0xc=1100, 0xa=1010, 0xf=1111)
    206       1.1    nonaka # 0x0000 means "use whatever the drive claims to support".
    207       1.1    nonaka wd*	at atabus? drive ? flags 0x0000
    208       1.1    nonaka 
    209       1.1    nonaka # ATAPI bus support
    210       1.1    nonaka atapibus* at atapi?
    211       1.1    nonaka 
    212       1.1    nonaka # ATAPI devices
    213       1.1    nonaka # flags have the same meaning as for IDE drives.
    214       1.1    nonaka cd*     at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
    215       1.1    nonaka sd*     at atapibus? drive ? flags 0x0000       # ATAPI disk drives
    216       1.1    nonaka st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    217       1.1    nonaka uk*     at atapibus? drive ? flags 0x0000       # ATAPI unknown
    218       1.1    nonaka 
    219       1.1    nonaka #
    220       1.1    nonaka # Networking devices
    221       1.1    nonaka #
    222       1.1    nonaka 
    223       1.1    nonaka # PCI network devices
    224       1.1    nonaka wm*	at pci? dev ? function ?	# Intel i82541PI Gig-E
    225       1.1    nonaka 
    226       1.1    nonaka # MII/PHY support
    227       1.1    nonaka acphy*		at mii? phy ?		# Altima AC101 and AMD Am79c874 PHYs
    228       1.1    nonaka amhphy*		at mii? phy ?		# AMD 79c901 Ethernet PHYs
    229       1.1    nonaka bmtphy*		at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
    230       1.1    nonaka brgphy*		at mii? phy ?		# Broadcom BCM5400-family PHYs
    231       1.1    nonaka ciphy*		at mii? phy ?		# Cicada CS8201 Gig-E PHYs
    232       1.1    nonaka dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
    233       1.1    nonaka exphy*		at mii? phy ?		# 3Com internal PHYs
    234       1.1    nonaka gentbi*		at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    235       1.1    nonaka glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
    236       1.1    nonaka gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
    237       1.1    nonaka icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
    238       1.1    nonaka igphy*		at mii? phy ?		# Intel IGP01E1000
    239       1.1    nonaka inphy*		at mii? phy ?		# Intel 82555 PHYs
    240       1.1    nonaka iophy*		at mii? phy ?		# Intel 82553 PHYs
    241       1.1    nonaka lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
    242       1.1    nonaka makphy*		at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
    243       1.1    nonaka nsphy*		at mii? phy ?		# NS83840 PHYs
    244       1.1    nonaka nsphyter*	at mii? phy ? 		# NS83843 PHYs
    245       1.1    nonaka pnaphy*		at mii? phy ?		# generic HomePNA PHYs
    246       1.1    nonaka qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
    247       1.1    nonaka rgephy*		at mii? phy ?		# Realtek 8169S/8110 internal PHYs
    248       1.1    nonaka sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
    249       1.1    nonaka tlphy*		at mii? phy ?		# ThunderLAN PHYs
    250       1.1    nonaka tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
    251       1.1    nonaka ukphy*		at mii? phy ?		# generic unknown PHYs
    252       1.1    nonaka urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
    253       1.1    nonaka 
    254       1.1    nonaka 
    255       1.1    nonaka # USB Controller and Devices
    256       1.1    nonaka 
    257       1.1    nonaka # PCI USB controllers
    258       1.1    nonaka ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
    259       1.1    nonaka ohci*	at pci?	dev ? function ?	# Open Host Controller
    260       1.1    nonaka 
    261       1.1    nonaka # USB bus support
    262       1.1    nonaka usb*	at ehci?
    263       1.1    nonaka usb*	at ohci?
    264       1.1    nonaka 
    265       1.1    nonaka # USB Hubs
    266       1.1    nonaka uhub*	at usb?
    267       1.7  drochner uhub*	at uhub? port ?
    268       1.1    nonaka 
    269       1.1    nonaka # USB HID device
    270       1.1    nonaka uhidev*	at uhub? port ? configuration ? interface ?
    271       1.1    nonaka 
    272       1.1    nonaka # USB Mice
    273       1.1    nonaka ums*	at uhidev? reportid ?
    274       1.1    nonaka wsmouse* at ums? mux 0
    275       1.1    nonaka 
    276       1.1    nonaka # USB Keyboards
    277       1.1    nonaka ukbd*	at uhidev? reportid ?
    278       1.1    nonaka wskbd*	at ukbd? console ? mux 1
    279       1.1    nonaka 
    280       1.4     skrll # USB serial adapter
    281       1.1    nonaka ucycom* at uhidev? reportid ?
    282       1.1    nonaka 
    283       1.1    nonaka # USB Generic HID devices
    284       1.1    nonaka uhid*	at uhidev? reportid ?
    285       1.1    nonaka 
    286       1.1    nonaka # USB Printer
    287       1.1    nonaka ulpt*	at uhub? port ? configuration ? interface ?
    288       1.1    nonaka 
    289       1.1    nonaka # USB Modem
    290       1.1    nonaka umodem*	at uhub? port ? configuration ?
    291       1.1    nonaka ucom*	at umodem?
    292       1.1    nonaka 
    293      1.17    plunky # Option N.V. Wireless WAN modems
    294      1.17    plunky uhso*	at uhub? port ? configuration ?
    295      1.17    plunky 
    296       1.1    nonaka # USB Mass Storage
    297       1.1    nonaka umass*	at uhub? port ? configuration ? interface ?
    298       1.1    nonaka wd*	at umass?
    299       1.1    nonaka 
    300       1.1    nonaka # USB audio
    301       1.1    nonaka uaudio*	at uhub? port ? configuration ?
    302       1.1    nonaka 
    303       1.1    nonaka # USB MIDI
    304       1.1    nonaka umidi* at uhub? port ? configuration ?
    305       1.1    nonaka 
    306       1.1    nonaka # USB IrDA
    307       1.1    nonaka # USB-IrDA bridge spec
    308       1.1    nonaka uirda* at uhub? port ? configuration ? interface ?
    309       1.1    nonaka irframe* at uirda?
    310       1.1    nonaka 
    311       1.1    nonaka # SigmaTel STIr4200 USB/IrDA Bridge
    312       1.1    nonaka ustir* at uhub? port ?
    313       1.1    nonaka irframe* at ustir?
    314       1.1    nonaka 
    315       1.1    nonaka # USB Ethernet adapters
    316       1.1    nonaka aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    317       1.1    nonaka axe*	at uhub? port ?		# ASIX AX88172 based adapters
    318       1.1    nonaka cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    319       1.1    nonaka cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    320       1.1    nonaka kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    321       1.1    nonaka udav*	at uhub? port ?		# Davicom DM9601 based adapters
    322       1.1    nonaka url*	at uhub? port ?		# Realtek RTL8150L based adapters
    323       1.1    nonaka 
    324       1.1    nonaka # USB 802.11b adapters
    325       1.1    nonaka atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    326      1.30  jakllsch ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
    327       1.1    nonaka 
    328       1.1    nonaka # Prolific PL2301/PL2302 host-to-host adapter
    329       1.1    nonaka upl*	at uhub? port ?
    330       1.1    nonaka 
    331       1.1    nonaka # Serial adapters
    332       1.1    nonaka ubsa*	at uhub? port ?		# Belkin serial adapter
    333       1.1    nonaka ucom*	at ubsa? portno ?
    334       1.1    nonaka 
    335       1.1    nonaka uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    336       1.1    nonaka ucom*	at uftdi? portno ?
    337       1.1    nonaka 
    338       1.1    nonaka umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    339       1.1    nonaka ucom*	at umct? portno ?
    340       1.1    nonaka 
    341       1.1    nonaka uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    342       1.1    nonaka ucom*	at uplcom? portno ?
    343       1.1    nonaka 
    344       1.1    nonaka uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    345       1.1    nonaka ucom*	at uvscom? portno ?
    346       1.1    nonaka 
    347       1.1    nonaka # Diamond Multimedia Rio 500
    348       1.1    nonaka urio*	at uhub? port ?
    349       1.1    nonaka 
    350       1.1    nonaka # USB Handspring Visor
    351       1.1    nonaka uvisor*	at uhub? port ?
    352       1.1    nonaka ucom*	at uvisor?
    353       1.1    nonaka 
    354       1.1    nonaka # Kyocera AIR-EDGE PHONE
    355       1.1    nonaka ukyopon* at uhub? port ?
    356       1.1    nonaka ucom*	at ukyopon? portno ?
    357       1.1    nonaka 
    358       1.1    nonaka # USB scanners
    359       1.1    nonaka uscanner* at uhub? port ?
    360       1.1    nonaka 
    361       1.1    nonaka # USB scanners that use SCSI emulation, e.g., HP5300
    362       1.1    nonaka usscanner* at uhub? port ?
    363       1.1    nonaka 
    364       1.1    nonaka # Y@P firmware loader
    365       1.1    nonaka uyap* at uhub? port ?
    366       1.1    nonaka 
    367       1.1    nonaka # D-Link DSB-R100 USB radio
    368       1.1    nonaka udsbr*	at uhub? port ?
    369       1.1    nonaka radio*	at udsbr?
    370       1.1    nonaka 
    371       1.1    nonaka # USB Generic driver
    372       1.1    nonaka ugen*	at uhub? port ?
    373       1.1    nonaka 
    374       1.1    nonaka 
    375       1.1    nonaka # Audio Devices
    376       1.1    nonaka 
    377       1.1    nonaka # Audio support
    378       1.1    nonaka audio*  at audiobus?
    379       1.1    nonaka 
    380       1.1    nonaka # MIDI support
    381       1.1    nonaka midi*   at midibus?
    382       1.1    nonaka 
    383       1.1    nonaka 
    384       1.1    nonaka # Pseudo-Devices
    385       1.1    nonaka 
    386       1.1    nonaka # disk/mass storage pseudo-devices
    387      1.35  christos #pseudo-device	ccd			# concatenated/striped disk devices
    388      1.35  christos #pseudo-device	cgd			# cryptographic disk devices
    389      1.36  christos #pseudo-device	raid			# RAIDframe disk driver
    390       1.1    nonaka #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    391       1.1    nonaka # Options to enable various other RAIDframe RAID types.
    392       1.1    nonaka #options 	RF_INCLUDE_EVENODD=1
    393       1.1    nonaka #options 	RF_INCLUDE_RAID5_RS=1
    394       1.1    nonaka #options 	RF_INCLUDE_PARITYLOGGING=1
    395       1.1    nonaka #options 	RF_INCLUDE_CHAINDECLUSTER=1
    396       1.1    nonaka #options 	RF_INCLUDE_INTERDECLUSTER=1
    397       1.1    nonaka #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    398       1.1    nonaka #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    399      1.18     pooka #pseudo-device	fss			# file system snapshot device
    400      1.31   msaitoh #pseudo-device	putter			# for puffs and pud
    401       1.1    nonaka 
    402      1.20   hannken #pseudo-device	md			# memory disk device (ramdisk)
    403      1.36  christos pseudo-device	vnd			# disk-like interface to files
    404       1.1    nonaka options 	VND_COMPRESSION		# compressed vnd(4)
    405       1.1    nonaka 
    406       1.1    nonaka # network pseudo-devices
    407       1.1    nonaka pseudo-device	bpfilter		# Berkeley packet filter
    408       1.1    nonaka pseudo-device	ipfilter		# IP filter (firewall) and NAT
    409       1.1    nonaka pseudo-device	loop			# network loopback
    410       1.1    nonaka pseudo-device	ppp			# Point-to-Point Protocol
    411       1.1    nonaka pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    412       1.1    nonaka #pseudo-device	sl			# Serial Line IP
    413       1.1    nonaka #pseudo-device	strip			# Starmode Radio IP (Metricom)
    414       1.1    nonaka #pseudo-device	irframetty		# IrDA frame line discipline
    415       1.1    nonaka pseudo-device	tap			# virtual Ethernet
    416       1.1    nonaka pseudo-device	tun			# network tunneling over tty
    417       1.1    nonaka pseudo-device	gre			# generic L3 over IP tunnel
    418       1.1    nonaka pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    419       1.1    nonaka pseudo-device	faith			# IPv[46] tcp relay translation i/f
    420       1.1    nonaka pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    421       1.1    nonaka pseudo-device	vlan			# IEEE 802.1q encapsulation
    422       1.1    nonaka pseudo-device	bridge			# simple inter-network bridging
    423       1.1    nonaka options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    424       1.1    nonaka pseudo-device	pf			# PF packet filter
    425       1.1    nonaka pseudo-device	pflog			# PF log if
    426       1.1    nonaka #pseudo-device	kttcp
    427       1.1    nonaka 
    428       1.1    nonaka # miscellaneous pseudo-devices
    429       1.1    nonaka pseudo-device	pty			# pseudo-terminals
    430       1.1    nonaka pseudo-device	sequencer		# MIDI sequencer
    431       1.1    nonaka pseudo-device	clockctl		# user control of clock subsystem
    432       1.1    nonaka pseudo-device	ksyms			# /dev/ksyms
    433       1.1    nonaka 
    434       1.1    nonaka # a pseudo device needed for Coda	# also needs CODA (above)
    435      1.36  christos #pseudo-device	vcoda			# coda minicache <-> venus comm.
    436       1.1    nonaka 
    437       1.1    nonaka # a pseudo device needed for SMBFS
    438       1.1    nonaka pseudo-device	nsmb			# experimental - SMB requester
    439       1.1    nonaka 
    440       1.1    nonaka # a pseudo device needed for verified exec
    441      1.36  christos #pseudo-device	veriexec
    442       1.1    nonaka 
    443       1.1    nonaka # data mover pseudo-devices
    444      1.28     skrll pseudo-device	swdmover		# software dmover(9) back-end
    445       1.1    nonaka pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    446