Home | History | Annotate | Line # | Download | only in conf
SHEEVAPLUG revision 1.68
      1  1.68     skrll #	$NetBSD: SHEEVAPLUG,v 1.68 2020/04/18 11:00:38 skrll Exp $
      2   1.1  kiyohara #
      3   1.1  kiyohara #  This configuration supports for generically Marvell SheevaPlug
      4   1.1  kiyohara #
      5   1.1  kiyohara 
      6   1.1  kiyohara include 	"arch/evbarm/conf/std.marvell"
      7   1.1  kiyohara 
      8   1.1  kiyohara options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9   1.1  kiyohara 
     10   1.1  kiyohara # estimated number of users
     11   1.1  kiyohara 
     12   1.1  kiyohara maxusers	32
     13   1.1  kiyohara 
     14   1.1  kiyohara # Board Type
     15   1.1  kiyohara makeoptions	BOARDTYPE="sheevaplug"
     16   1.1  kiyohara options 	EVBARM_BOARDTYPE=sheevaplug
     17   1.1  kiyohara 
     18   1.1  kiyohara # CPU options
     19   1.1  kiyohara options 	CPU_SHEEVA
     20  1.46    martin #options 	SHEEVA_L2_CACHE
     21  1.46    martin #options 	SHEEVA_L2_CACHE_WT
     22   1.1  kiyohara makeoptions	CPUFLAGS="-march=armv5te"
     23   1.1  kiyohara 
     24   1.1  kiyohara # Marvell SoC options
     25   1.1  kiyohara options 	KIRKWOOD
     26   1.1  kiyohara 
     27   1.1  kiyohara # Standard system options
     28   1.1  kiyohara 
     29  1.26   msaitoh options 	MSGBUFSIZE=32768
     30   1.1  kiyohara options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     31   1.1  kiyohara #options 	NTP		# NTP phase/frequency locked loop
     32   1.1  kiyohara 
     33   1.1  kiyohara # File systems
     34   1.1  kiyohara 
     35   1.1  kiyohara file-system 	FFS		# UFS
     36   1.1  kiyohara file-system 	EXT2FS		# second extended file system (linux)
     37   1.1  kiyohara #file-system 	LFS		# log-structured file system
     38   1.1  kiyohara #file-system 	MFS		# memory file system
     39   1.1  kiyohara file-system 	NFS		# Network File System client
     40   1.1  kiyohara #file-system 	NTFS		# Windows/NT file system (experimental)
     41   1.1  kiyohara #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     42   1.1  kiyohara file-system 	MSDOSFS		# MS-DOS file system
     43   1.1  kiyohara file-system 	FDESC		# /dev/fd
     44   1.1  kiyohara file-system 	KERNFS		# /kern
     45   1.1  kiyohara #file-system 	NULLFS		# loopback file system
     46   1.1  kiyohara #file-system 	OVERLAY		# overlay file system
     47   1.1  kiyohara file-system 	PROCFS		# /proc
     48  1.23   msaitoh file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     49   1.1  kiyohara #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     50   1.1  kiyohara #file-system 	UNION		# union file system
     51   1.1  kiyohara #file-system 	CODA		# Coda File System; also needs vcoda (below)
     52   1.1  kiyohara file-system 	PTYFS		# /dev/ptm support
     53   1.1  kiyohara file-system 	TMPFS		# Efficient memory file-system
     54   1.1  kiyohara #file-system 	UDF		# experimental - OSTA UDF CD/DVD file-system
     55   1.1  kiyohara #file-system 	HFS		# experimental - Apple HFS+ (read-only)
     56   1.1  kiyohara 
     57   1.1  kiyohara # File system options
     58   1.5    bouyer #options 	QUOTA		# legacy UFS quotas
     59   1.5    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     60  1.53       rin #options 	DISKLABEL_EI	# disklabel Endian Independent support
     61   1.1  kiyohara #options 	FFS_EI		# FFS Endian Independent support
     62  1.12  dholland options 	WAPBL		# File system journaling support
     63   1.1  kiyohara # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
     64   1.1  kiyohara # It is not recommended for general use.
     65   1.1  kiyohara #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     66   1.1  kiyohara options 	NFSSERVER	# Network File System server
     67   1.1  kiyohara options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     68   1.1  kiyohara #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     69   1.1  kiyohara 				# immutable) behave as system flags.
     70   1.1  kiyohara 
     71   1.1  kiyohara # Networking options
     72   1.1  kiyohara 
     73   1.1  kiyohara #options 	GATEWAY		# packet forwarding
     74   1.1  kiyohara options 	INET		# IP + ICMP + TCP + UDP
     75   1.1  kiyohara options 	INET6		# IPv6
     76   1.1  kiyohara #options 	IPSEC		# IP security
     77   1.1  kiyohara #options 	IPSEC_DEBUG	# debug for IP security
     78   1.1  kiyohara #options 	MROUTING	# IP multicast routing
     79   1.1  kiyohara #options 	PIM		# Protocol Independent Multicast
     80   1.1  kiyohara #options 	NETATALK	# AppleTalk networking protocols
     81   1.1  kiyohara #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     82   1.1  kiyohara #options 	PPP_DEFLATE	# Deflate compression support for PPP
     83   1.1  kiyohara #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     84   1.1  kiyohara #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     85   1.1  kiyohara 
     86  1.24   msaitoh #options 	INET_CSUM_COUNTERS
     87  1.24   msaitoh #options 	TCP_CSUM_COUNTERS
     88  1.24   msaitoh #options 	UDP_CSUM_COUNTERS
     89  1.26   msaitoh #options 	MVGBE_EVENT_COUNTERS
     90  1.24   msaitoh 
     91   1.1  kiyohara #options 	NFS_BOOT_BOOTP
     92   1.1  kiyohara options 	NFS_BOOT_DHCP
     93   1.1  kiyohara #options 	NFS_BOOT_BOOTPARAM
     94   1.1  kiyohara 
     95   1.1  kiyohara # Compatibility options
     96   1.1  kiyohara 
     97  1.58       mrg include 	"conf/compat_netbsd50.config"
     98  1.58       mrg options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     99   1.1  kiyohara 
    100   1.1  kiyohara options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    101   1.1  kiyohara options 	COMPAT_LINUX	# binary compatibility with Linux
    102   1.1  kiyohara 
    103   1.1  kiyohara # Shared memory options
    104   1.1  kiyohara 
    105   1.1  kiyohara options 	SYSVMSG		# System V-like message queues
    106   1.1  kiyohara options 	SYSVSEM		# System V-like semaphores
    107   1.1  kiyohara options 	SYSVSHM		# System V-like memory sharing
    108   1.1  kiyohara 
    109   1.1  kiyohara # Device options
    110   1.1  kiyohara 
    111   1.1  kiyohara #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    112   1.1  kiyohara #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    113   1.1  kiyohara #options 	MEMORY_DISK_DYNAMIC
    114   1.1  kiyohara #options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
    115   1.1  kiyohara #options 	MEMORY_RBFLAGS=RB_AUTOBOOT
    116   1.1  kiyohara 
    117  1.42  christos # Wedge support
    118  1.42  christos options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
    119  1.42  christos options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
    120  1.16      matt 
    121   1.1  kiyohara # Miscellaneous kernel options
    122   1.1  kiyohara 
    123  1.23   msaitoh options 	KTRACE		# system call tracing, a la ktrace(1)
    124   1.1  kiyohara options 	IRQSTATS	# manage IRQ statistics
    125   1.1  kiyohara options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    126   1.1  kiyohara #options 	PCIVERBOSE	# Verbose PCI descriptions
    127   1.1  kiyohara options 	USBVERBOSE	# verbose USB device autoconfig messages
    128   1.1  kiyohara #options 	DDB_KEYCODE=0x40
    129   1.1  kiyohara #options 	USERCONF	# userconf(4) support
    130   1.1  kiyohara #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    131   1.1  kiyohara #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    132   1.1  kiyohara 
    133   1.1  kiyohara # Development and Debugging options
    134   1.1  kiyohara 
    135  1.38  dholland options 	DIAGNOSTIC	# internal consistency checks
    136   1.1  kiyohara options 	DEBUG
    137  1.24   msaitoh #options 	LOCKDEBUG
    138  1.68     skrll #options 	UVMHIST		# kernhist for uvm/pmap subsystems
    139   1.1  kiyohara #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    140   1.1  kiyohara options 	DDB		# in-kernel debugger
    141   1.1  kiyohara #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    142   1.1  kiyohara #options 	KGDB
    143   1.1  kiyohara #options 	DEBUG_KGDB
    144  1.21   msaitoh makeoptions	DEBUG="-g"	# compile full symbol table
    145  1.26   msaitoh #makeoptions	COPTS="-O1"
    146  1.41     joerg makeoptions	COPY_SYMTAB=1
    147   1.1  kiyohara #options 	AUDIO_DEBUG=2
    148   1.1  kiyohara 
    149   1.1  kiyohara config		netbsd		root on ? type ?
    150   1.1  kiyohara 
    151   1.1  kiyohara # The main bus device
    152   1.1  kiyohara mainbus0 at root
    153   1.1  kiyohara 
    154   1.1  kiyohara # The boot cpu
    155   1.1  kiyohara cpu0	at mainbus?
    156   1.1  kiyohara 
    157   1.1  kiyohara # Marvell MV88F6xxx Kirkwood System-on-chip
    158   1.1  kiyohara mvsoc0	at mainbus?
    159   1.1  kiyohara 
    160   1.1  kiyohara # On-chip PCI Express Interface
    161  1.26   msaitoh mvpex*	at mvsoc? offset ? irq ?
    162   1.1  kiyohara 
    163   1.1  kiyohara # PCI bus support
    164   1.1  kiyohara options 	PCI_NETBSD_CONFIGURE
    165   1.1  kiyohara #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    166   1.1  kiyohara 
    167  1.26   msaitoh pci*	at mvpex?
    168   1.1  kiyohara 
    169  1.26   msaitoh pchb*	at pci? dev ? function ?	# PCI-Host bridges
    170   1.1  kiyohara 
    171   1.1  kiyohara # On-chip Serial-ATA II Host Controller (SATAHC)
    172  1.26   msaitoh mvsata* at mvsoc? offset ? irq ?
    173   1.1  kiyohara 
    174   1.1  kiyohara # On-chip Gigabit Ethernet Controller Interface
    175   1.1  kiyohara mvgbec* at mvsoc? offset ?
    176   1.1  kiyohara mvgbe*	at mvgbec? port ? irq ?
    177  1.27   msaitoh 
    178  1.27   msaitoh # MII/PHY support
    179   1.1  kiyohara makphy* at mii? phy ?
    180  1.63       rin rgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
    181  1.63       rin rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    182  1.27   msaitoh ukphy*	at mii? phy ?			# generic unknown PHYs
    183   1.1  kiyohara 
    184   1.1  kiyohara # On-chip USB 2.0 Interface
    185   1.1  kiyohara ehci*	at mvsoc? offset ? irq ?
    186   1.1  kiyohara 
    187   1.1  kiyohara # On-chip Cryptographic Engines and Security Accelerator
    188  1.15  kiyohara mvcesa* at mvsoc? offset ? irq ?
    189   1.1  kiyohara 
    190   1.1  kiyohara # On-chip Two-Wire Serial Interface (TWSI)
    191   1.1  kiyohara gttwsi* at mvsoc? offset ? irq ?
    192   1.1  kiyohara iic*	at gttwsi?
    193   1.1  kiyohara 
    194   1.1  kiyohara # On-chip UART Interface
    195   1.1  kiyohara com*	at mvsoc? offset ? irq ?
    196   1.1  kiyohara 
    197   1.1  kiyohara # On-chip IDMA Controller
    198  1.15  kiyohara gtidmac* at mvsoc? offset ? irq ?
    199   1.1  kiyohara 
    200   1.1  kiyohara # On-chip General Purpose I/O Port Interface
    201  1.26   msaitoh mvsocgpp* at mvsoc? offset ? irq ?
    202  1.26   msaitoh gpio*	at mvsocgpp?
    203   1.1  kiyohara 
    204   1.1  kiyohara # On-chip Timers
    205   1.1  kiyohara mvsoctmr* at mvsoc? offset ? irq ?
    206   1.1  kiyohara 
    207   1.1  kiyohara # On-chip SD/MMC Interface
    208   1.1  kiyohara mvsdio* at mvsoc? offset ? irq ?
    209   1.1  kiyohara sdmmc*	at mvsdio?
    210   1.1  kiyohara 
    211   1.1  kiyohara ld*	at sdmmc?
    212   1.1  kiyohara 
    213   1.1  kiyohara # ATA (IDE) bus support
    214  1.26   msaitoh atabus* at ata?
    215   1.1  kiyohara #options 	ATADEBUG
    216   1.1  kiyohara 
    217   1.1  kiyohara # IDE drives
    218  1.26   msaitoh wd*	at atabus? drive ? flags 0x0000
    219   1.1  kiyohara 
    220   1.1  kiyohara # ATAPI bus support
    221  1.20   msaitoh atapibus* at atapi?
    222   1.1  kiyohara 
    223   1.1  kiyohara # ATAPI devices
    224   1.1  kiyohara # flags have the same meaning as for IDE drives.
    225  1.20   msaitoh cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    226  1.20   msaitoh sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    227   1.1  kiyohara 
    228   1.1  kiyohara # USB bus support
    229   1.1  kiyohara usb*	at ehci?
    230   1.1  kiyohara 
    231   1.1  kiyohara # USB Hubs
    232   1.1  kiyohara uhub*	at usb?
    233   1.1  kiyohara uhub*	at uhub? port ?
    234   1.1  kiyohara 
    235   1.1  kiyohara # USB HID device
    236   1.1  kiyohara uhidev* at uhub? port ? configuration ? interface ?
    237   1.1  kiyohara 
    238   1.1  kiyohara # USB Mice
    239   1.1  kiyohara ums*	at uhidev? reportid ?
    240   1.1  kiyohara wsmouse* at ums? mux 0
    241   1.1  kiyohara 
    242   1.1  kiyohara # USB eGalax touch-panel
    243   1.1  kiyohara uep*	at uhub? port ?
    244   1.1  kiyohara wsmouse* at uep? mux 0
    245   1.1  kiyohara 
    246   1.1  kiyohara # USB Keyboards
    247   1.1  kiyohara ukbd*	at uhidev? reportid ?
    248   1.1  kiyohara wskbd*	at ukbd? console ? mux 1
    249   1.1  kiyohara 
    250   1.1  kiyohara # USB TEMPer and TEMPerHUM
    251   1.1  kiyohara uthum*	at uhidev? reportid ?
    252   1.1  kiyohara 
    253   1.1  kiyohara # USB serial adapter
    254   1.1  kiyohara ucycom* at uhidev? reportid ?
    255   1.1  kiyohara 
    256   1.1  kiyohara # USB Generic HID devices
    257   1.1  kiyohara uhid*	at uhidev? reportid ?
    258   1.1  kiyohara 
    259   1.1  kiyohara # USB LCDs and USB-VGA adaptors
    260   1.1  kiyohara udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
    261   1.1  kiyohara wsdisplay* at udl?
    262   1.1  kiyohara 
    263   1.1  kiyohara # USB Printer
    264   1.1  kiyohara ulpt*	at uhub? port ? configuration ? interface ?
    265   1.1  kiyohara 
    266   1.1  kiyohara # USB Modem
    267   1.1  kiyohara umodem* at uhub? port ? configuration ?
    268   1.1  kiyohara ucom*	at umodem?
    269   1.1  kiyohara 
    270   1.1  kiyohara # Option N.V. Wireless WAN modems
    271   1.1  kiyohara uhso*	at uhub? port ? configuration ?
    272   1.1  kiyohara 
    273   1.1  kiyohara # USB Mass Storage
    274   1.1  kiyohara umass*	at uhub? port ? configuration ? interface ?
    275   1.1  kiyohara scsibus* at scsi?
    276   1.4  jakllsch sd*	at scsibus? target ? lun ?	# SCSI disk drives
    277   1.1  kiyohara cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    278   1.1  kiyohara 
    279   1.1  kiyohara # USB audio
    280   1.1  kiyohara uaudio* at uhub? port ? configuration ?
    281   1.1  kiyohara 
    282   1.1  kiyohara # USB MIDI
    283  1.45     htodd #umidi* at uhub? port ? configuration ?
    284   1.1  kiyohara 
    285   1.1  kiyohara # USB IrDA
    286   1.1  kiyohara # USB-IrDA bridge spec
    287   1.1  kiyohara uirda* at uhub? port ? configuration ? interface ?
    288   1.1  kiyohara irframe* at uirda?
    289   1.1  kiyohara 
    290   1.1  kiyohara stuirda* at uhub? port ? configuration ? interface ?
    291   1.1  kiyohara irframe* at stuirda?
    292   1.1  kiyohara 
    293   1.1  kiyohara # SigmaTel STIr4200 USB/IrDA Bridge
    294   1.1  kiyohara ustir* at uhub? port ?
    295   1.1  kiyohara irframe* at ustir?
    296   1.1  kiyohara 
    297   1.1  kiyohara # USB Ethernet adapters
    298   1.1  kiyohara aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    299   1.1  kiyohara axe*	at uhub? port ?		# ASIX AX88172 based adapters
    300   1.1  kiyohara cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    301   1.1  kiyohara cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    302   1.1  kiyohara kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    303  1.61       rin mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
    304   1.1  kiyohara udav*	at uhub? port ?		# Davicom DM9601 based adapters
    305  1.63       rin ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
    306   1.1  kiyohara url*	at uhub? port ?		# Realtek RTL8150L based adapters
    307   1.1  kiyohara 
    308   1.1  kiyohara # USB 802.11 adapters
    309   1.1  kiyohara atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    310  1.19  jakllsch ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
    311   1.1  kiyohara rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    312   1.1  kiyohara zyd*	at uhub? port ?		# Zydas ZD1211
    313   1.1  kiyohara 
    314   1.1  kiyohara # Prolific PL2301/PL2302 host-to-host adapter
    315   1.1  kiyohara upl*	at uhub? port ?
    316   1.1  kiyohara 
    317   1.1  kiyohara # Serial adapters
    318   1.1  kiyohara ubsa*	at uhub? port ?		# Belkin serial adapter
    319   1.1  kiyohara ucom*	at ubsa? portno ?
    320   1.1  kiyohara 
    321   1.1  kiyohara uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
    322   1.1  kiyohara ucom*	at uchcom? portno ?
    323   1.1  kiyohara 
    324   1.1  kiyohara uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    325   1.1  kiyohara ucom*	at uftdi? portno ?
    326   1.1  kiyohara 
    327   1.1  kiyohara uipaq*	at uhub? port ?		# iPAQ PDAs
    328   1.1  kiyohara ucom*	at uipaq? portno ?
    329   1.1  kiyohara 
    330   1.1  kiyohara umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    331   1.1  kiyohara ucom*	at umct? portno ?
    332   1.1  kiyohara 
    333   1.1  kiyohara uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    334   1.1  kiyohara ucom*	at uplcom? portno ?
    335   1.1  kiyohara 
    336   1.1  kiyohara uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
    337   1.1  kiyohara ucom*	at uslsa? portno ?
    338   1.1  kiyohara 
    339   1.1  kiyohara uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    340   1.1  kiyohara ucom*	at uvscom? portno ?
    341   1.1  kiyohara 
    342   1.1  kiyohara # RIM BlackBerry
    343   1.1  kiyohara uberry* at uhub? port ?
    344   1.1  kiyohara 
    345   1.1  kiyohara # USB Handspring Visor
    346   1.1  kiyohara uvisor* at uhub? port ?
    347   1.1  kiyohara ucom*	at uvisor?
    348   1.1  kiyohara 
    349   1.1  kiyohara # Kyocera AIR-EDGE PHONE
    350   1.1  kiyohara ukyopon* at uhub? port ?
    351   1.1  kiyohara ucom*	at ukyopon? portno ?
    352   1.1  kiyohara 
    353   1.1  kiyohara # USB scanners
    354  1.48       gdt #uscanner* at uhub? port ?
    355   1.1  kiyohara 
    356   1.1  kiyohara # USB scanners that use SCSI emulation, e.g., HP5300
    357   1.1  kiyohara usscanner* at uhub? port ?
    358   1.1  kiyohara 
    359   1.1  kiyohara # Topfield TF5000PVR range of DVB recorders
    360   1.1  kiyohara utoppy* at uhub? port ?
    361   1.1  kiyohara 
    362   1.1  kiyohara # Y@P firmware loader
    363   1.1  kiyohara uyap*	at uhub? port ?
    364   1.1  kiyohara 
    365   1.1  kiyohara # D-Link DSB-R100 USB radio
    366   1.1  kiyohara udsbr*	at uhub? port ?
    367   1.1  kiyohara radio*	at udsbr?
    368   1.1  kiyohara 
    369   1.1  kiyohara # USB Generic driver
    370   1.1  kiyohara ugen*	at uhub? port ?
    371   1.1  kiyohara 
    372   1.1  kiyohara # USB 3G datacards
    373  1.55  christos umodeswitch* at uhub? port ?
    374   1.1  kiyohara u3g*	at uhub? port ?
    375   1.1  kiyohara ucom*	at u3g?
    376   1.1  kiyohara 
    377   1.1  kiyohara # USB generic serial port (e.g., data over cellular)
    378   1.1  kiyohara ugensa* at uhub? port ?
    379   1.1  kiyohara ucom*	at ugensa?
    380   1.1  kiyohara 
    381   1.1  kiyohara # Bluetooth Controller and Device support
    382   1.1  kiyohara 
    383   1.1  kiyohara # Bluetooth SDIO Controller
    384   1.1  kiyohara sbt* at sdmmc?
    385   1.1  kiyohara 
    386   1.1  kiyohara # Bluetooth USB Controllers
    387   1.1  kiyohara ubt* at uhub? port ?
    388   1.9  jakllsch aubtfwl* at uhub? port ?
    389   1.1  kiyohara 
    390   1.1  kiyohara # Bluetooth Device Hub
    391   1.1  kiyohara bthub* at ubt?
    392   1.1  kiyohara 
    393   1.1  kiyohara # Bluetooth HID support
    394   1.1  kiyohara bthidev* at bthub?
    395   1.1  kiyohara 
    396   1.1  kiyohara # Bluetooth Mouse
    397   1.1  kiyohara btms* at bthidev? reportid ?
    398   1.1  kiyohara wsmouse* at btms? mux 0
    399   1.1  kiyohara 
    400   1.1  kiyohara # Bluetooth Keyboard
    401   1.1  kiyohara btkbd* at bthidev? reportid ?
    402   1.1  kiyohara wskbd* at btkbd? console ? mux 1
    403   1.1  kiyohara 
    404   1.1  kiyohara # Bluetooth Apple Magic Mouse
    405   1.1  kiyohara btmagic* at bthub?
    406   1.1  kiyohara wsmouse* at btmagic? mux 0
    407   1.1  kiyohara 
    408   1.1  kiyohara # Bluetooth Audio support
    409   1.1  kiyohara btsco* at bthub?
    410   1.1  kiyohara 
    411   1.1  kiyohara 
    412   1.3      matt # On-chip RTC
    413   1.3      matt mvsocrtc* at mvsoc? offset ? irq ?
    414   1.3      matt 
    415   1.1  kiyohara # Audio support
    416   1.1  kiyohara audio*	at audiobus?
    417   1.1  kiyohara 
    418  1.52  christos spkr*	at audio?			# PC speaker (synthesized)
    419  1.50       nat 
    420   1.1  kiyohara # Pseudo-Devices
    421   1.1  kiyohara 
    422   1.1  kiyohara pseudo-device	crypto			# /dev/crypto device
    423   1.1  kiyohara pseudo-device	swcrypto		# software crypto implementation
    424   1.1  kiyohara 
    425   1.1  kiyohara # disk/mass storage pseudo-devices
    426   1.1  kiyohara #pseudo-device	bio			# RAID control device driver
    427  1.30  christos #pseudo-device	ccd			# concatenated/striped disk devices
    428  1.30  christos #pseudo-device	cgd			# cryptographic disk devices
    429  1.31  christos #pseudo-device	raid			# RAIDframe disk driver
    430   1.1  kiyohara #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    431   1.1  kiyohara # Options to enable various other RAIDframe RAID types.
    432   1.1  kiyohara #options 	RF_INCLUDE_EVENODD=1
    433   1.1  kiyohara #options 	RF_INCLUDE_RAID5_RS=1
    434   1.1  kiyohara #options 	RF_INCLUDE_PARITYLOGGING=1
    435   1.1  kiyohara #options 	RF_INCLUDE_CHAINDECLUSTER=1
    436   1.1  kiyohara #options 	RF_INCLUDE_INTERDECLUSTER=1
    437   1.1  kiyohara #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    438   1.1  kiyohara #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    439  1.23   msaitoh pseudo-device	fss			# file system snapshot device
    440  1.23   msaitoh pseudo-device	putter			# for puffs and pud
    441   1.1  kiyohara 
    442   1.2   hannken #pseudo-device	md			# memory disk device (ramdisk)
    443   1.1  kiyohara pseudo-device	vnd			# disk-like interface to files
    444   1.1  kiyohara options 	VND_COMPRESSION		# compressed vnd(4)
    445   1.1  kiyohara 
    446   1.1  kiyohara # network pseudo-devices
    447   1.1  kiyohara pseudo-device	bpfilter		# Berkeley packet filter
    448   1.1  kiyohara #pseudo-device	carp			# Common Address Redundancy Protocol
    449  1.60      maxv pseudo-device	npf			# NPF packet filter
    450   1.1  kiyohara pseudo-device	loop			# network loopback
    451   1.1  kiyohara #pseudo-device	ppp			# Point-to-Point Protocol
    452   1.1  kiyohara #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    453   1.1  kiyohara #pseudo-device	sl			# Serial Line IP
    454   1.1  kiyohara #pseudo-device	irframetty		# IrDA frame line discipline
    455   1.1  kiyohara pseudo-device	tap			# virtual Ethernet
    456   1.1  kiyohara #pseudo-device	tun			# network tunneling over tty
    457   1.1  kiyohara #pseudo-device	gre			# generic L3 over IP tunnel
    458   1.1  kiyohara #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    459   1.1  kiyohara #pseudo-device	faith			# IPv[46] TCP relay translation i/f
    460   1.1  kiyohara pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    461   1.1  kiyohara #pseudo-device	vlan			# IEEE 802.1q encapsulation
    462   1.1  kiyohara #pseudo-device	bridge			# simple inter-network bridging
    463   1.1  kiyohara #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    464   1.1  kiyohara #pseudo-device	agr			# IEEE 802.3ad link aggregation
    465   1.1  kiyohara 
    466   1.1  kiyohara # miscellaneous pseudo-devices
    467   1.1  kiyohara pseudo-device	pty			# pseudo-terminals
    468  1.32  christos #pseudo-device	sequencer		# MIDI sequencer
    469   1.1  kiyohara #options 	RND_COM
    470   1.1  kiyohara pseudo-device	clockctl		# user control of clock subsystem
    471   1.1  kiyohara pseudo-device	ksyms			# /dev/ksyms
    472  1.16      matt pseudo-device	drvctl			# device control
    473   1.1  kiyohara 
    474   1.1  kiyohara # a pseudo device needed for Coda	# also needs CODA (above)
    475  1.31  christos #pseudo-device	vcoda			# coda minicache <-> venus comm.
    476   1.1  kiyohara 
    477   1.1  kiyohara # wscons pseudo-devices
    478   1.1  kiyohara #pseudo-device	wsmux			# mouse & keyboard multiplexor
    479   1.1  kiyohara #pseudo-device	wsfont
    480   1.1  kiyohara 
    481   1.1  kiyohara # data mover pseudo-devices
    482  1.18     skrll pseudo-device	swdmover		# software dmover(9) back-end
    483   1.1  kiyohara pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    484   1.1  kiyohara 
    485   1.1  kiyohara # Veriexec
    486  1.64     sevan # include "dev/veriexec.config"
    487   1.1  kiyohara 
    488   1.1  kiyohara #options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
    489   1.1  kiyohara #options 	PAX_ASLR=0		# PaX Address Space Layout Randomization
    490