Home | History | Annotate | Line # | Download | only in conf
TS7200 revision 1.7.4.5
      1  1.7.4.5  skrll #	$NetBSD: TS7200,v 1.7.4.5 2005/02/15 21:32:32 skrll Exp $
      2  1.7.4.2  skrll #
      3  1.7.4.2  skrll #	GENERIC -- Generic kernel
      4  1.7.4.2  skrll #
      5  1.7.4.2  skrll 
      6  1.7.4.2  skrll include	"arch/evbarm/conf/std.tsarm"
      7  1.7.4.2  skrll 
      8  1.7.4.2  skrll #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.7.4.2  skrll options		MSGBUFSIZE=65536
     10  1.7.4.2  skrll #options 	KSTACK_CHECK_MAGIC
     11  1.7.4.2  skrll 
     12  1.7.4.2  skrll # estimated number of users
     13  1.7.4.2  skrll maxusers	32
     14  1.7.4.2  skrll 
     15  1.7.4.2  skrll # Standard system options
     16  1.7.4.2  skrll 
     17  1.7.4.2  skrll options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18  1.7.4.2  skrll options 	NTP		# NTP phase/frequency locked loop
     19  1.7.4.2  skrll 
     20  1.7.4.2  skrll # CPU options
     21  1.7.4.2  skrll 
     22  1.7.4.2  skrll options 	CPU_ARM9	# Support the ARM9TDMI core
     23  1.7.4.2  skrll 
     24  1.7.4.2  skrll # File systems
     25  1.7.4.2  skrll 
     26  1.7.4.2  skrll file-system	FFS		# UFS
     27  1.7.4.2  skrll #file-system	LFS		# log-structured file system
     28  1.7.4.2  skrll file-system	MFS		# memory file system
     29  1.7.4.2  skrll file-system	NFS		# Network file system
     30  1.7.4.2  skrll #file-system 	ADOSFS		# AmigaDOS-compatible file system
     31  1.7.4.2  skrll file-system 	EXT2FS		# second extended file system (linux)
     32  1.7.4.2  skrll #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     33  1.7.4.2  skrll file-system	MSDOSFS		# MS-DOS file system
     34  1.7.4.2  skrll #file-system	FDESC		# /dev/fd
     35  1.7.4.2  skrll #file-system    FILECORE        # Acorn filecore file system
     36  1.7.4.2  skrll file-system	KERNFS		# /kern
     37  1.7.4.2  skrll file-system	NULLFS		# loopback file system
     38  1.7.4.2  skrll #file-system	PORTAL		# portal filesystem (still experimental)
     39  1.7.4.2  skrll file-system	PROCFS		# /proc
     40  1.7.4.2  skrll #file-system	UMAPFS		# NULLFS + uid and gid remapping
     41  1.7.4.2  skrll file-system	UNION		# union file system
     42  1.7.4.2  skrll 
     43  1.7.4.2  skrll # File system options
     44  1.7.4.2  skrll #options 	QUOTA		# UFS quotas
     45  1.7.4.2  skrll #options 	FFS_EI		# FFS Endian Independant support
     46  1.7.4.2  skrll options 	NFSSERVER
     47  1.7.4.2  skrll options 	SOFTDEP
     48  1.7.4.5  skrll options 	FFS_SNAPSHOT	# ffs snapshots
     49  1.7.4.2  skrll 
     50  1.7.4.2  skrll # Networking options
     51  1.7.4.2  skrll 
     52  1.7.4.2  skrll #options 	GATEWAY		# packet forwarding
     53  1.7.4.2  skrll options 	INET		# IP + ICMP + TCP + UDP
     54  1.7.4.2  skrll options 	INET6		# IPV6
     55  1.7.4.2  skrll #options 	IPSEC		# IP security
     56  1.7.4.2  skrll #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     57  1.7.4.2  skrll #options 	IPSEC_DEBUG	# debug for IP security
     58  1.7.4.2  skrll #options 	MROUTING	# IP multicast routing
     59  1.7.4.2  skrll #options 	NS		# XNS
     60  1.7.4.2  skrll #options 	NSIP		# XNS tunneling over IP
     61  1.7.4.2  skrll #options 	ISO,TPIP	# OSI
     62  1.7.4.2  skrll #options 	EON		# OSI tunneling over IP
     63  1.7.4.2  skrll #options 	CCITT,LLC,HDLC	# X.25
     64  1.7.4.2  skrll #options 	NETATALK	# AppleTalk networking
     65  1.7.4.2  skrll #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     66  1.7.4.2  skrll #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     67  1.7.4.2  skrll #options 	PPP_DEFLATE	# Deflate compression support for PPP
     68  1.7.4.2  skrll #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     69  1.7.4.2  skrll #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     70  1.7.4.2  skrll 
     71  1.7.4.2  skrll options 	NFS_BOOT_BOOTP
     72  1.7.4.2  skrll options 	NFS_BOOT_DHCP
     73  1.7.4.2  skrll #options 	NFS_BOOT_BOOTPARAM
     74  1.7.4.2  skrll 
     75  1.7.4.2  skrll # Compatibility options
     76  1.7.4.2  skrll 
     77  1.7.4.2  skrll #options 	COMPAT_LINUX
     78  1.7.4.2  skrll options 	COMPAT_16	# NetBSD 1.6
     79  1.7.4.2  skrll options 	COMPAT_20	# NetBSD 2.0
     80  1.7.4.2  skrll #options 	COMPAT_43	# 4.3BSD compatibility.
     81  1.7.4.2  skrll #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     82  1.7.4.2  skrll #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     83  1.7.4.2  skrll #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     84  1.7.4.2  skrll #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     85  1.7.4.2  skrll #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     86  1.7.4.2  skrll #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     87  1.7.4.2  skrll #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     88  1.7.4.2  skrll #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     89  1.7.4.2  skrll #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     90  1.7.4.2  skrll 
     91  1.7.4.2  skrll # Shared memory options
     92  1.7.4.2  skrll 
     93  1.7.4.2  skrll options 	SYSVMSG		# System V-like message queues
     94  1.7.4.2  skrll options 	SYSVSEM		# System V-like semaphores
     95  1.7.4.2  skrll options 	SEMMNI=10	# number of semaphore identifiers
     96  1.7.4.2  skrll options 	SEMMNS=60	# number of semaphores in system
     97  1.7.4.2  skrll options 	SEMUME=10	# max number of undo entries per process
     98  1.7.4.2  skrll options 	SEMMNU=30	# number of undo structures in system
     99  1.7.4.2  skrll options 	SYSVSHM		# System V-like memory sharing
    100  1.7.4.2  skrll options 	SHMMAXPGS=1024	# 1024 pages is the default
    101  1.7.4.2  skrll 
    102  1.7.4.2  skrll # Device options
    103  1.7.4.2  skrll 
    104  1.7.4.2  skrll #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    105  1.7.4.2  skrll #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    106  1.7.4.2  skrll #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    107  1.7.4.2  skrll 
    108  1.7.4.2  skrll # Console options.  The default console is speed is 115200 baud.
    109  1.7.4.2  skrll #options 	CONSPEED=9600		# Console speed
    110  1.7.4.2  skrll 
    111  1.7.4.2  skrll # Miscellaneous kernel options
    112  1.7.4.2  skrll options 	KTRACE		# system call tracing, a la ktrace(1)
    113  1.7.4.2  skrll options 	IRQSTATS	# manage IRQ statistics
    114  1.7.4.2  skrll #options 	LKM		# loadable kernel modules
    115  1.7.4.2  skrll #options 	KMEMSTATS	# kernel memory statistics
    116  1.7.4.2  skrll #options 	SCSIVERBOSE	# Verbose SCSI errors
    117  1.7.4.2  skrll #options 	PCIVERBOSE	# Verbose PCI descriptions
    118  1.7.4.2  skrll #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    119  1.7.4.2  skrll #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    120  1.7.4.2  skrll #options 	DDB_KEYCODE=0x40
    121  1.7.4.2  skrll #options 	USERCONF	# userconf(4) support
    122  1.7.4.2  skrll #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    123  1.7.4.2  skrll 
    124  1.7.4.2  skrll # Development and Debugging options
    125  1.7.4.2  skrll 
    126  1.7.4.2  skrll #options 	PERFCTRS	# performance counters
    127  1.7.4.2  skrll options 	DIAGNOSTIC	# internally consistency checks
    128  1.7.4.2  skrll #options 	DEBUG
    129  1.7.4.2  skrll #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    130  1.7.4.2  skrll #options 	IPKDB		# remote kernel debugging
    131  1.7.4.2  skrll #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    132  1.7.4.2  skrll options 	DDB		# in-kernel debugger
    133  1.7.4.2  skrll options		DDB_ONPANIC=1
    134  1.7.4.2  skrll options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    135  1.7.4.2  skrll #makeoptions	DEBUG="-g"	# compile full symbol table
    136  1.7.4.4  skrll options 	SYMTAB_SPACE=450000
    137  1.7.4.2  skrll 
    138  1.7.4.2  skrll ##options 	PMAP_INCLUDE_PTE_SYNC
    139  1.7.4.2  skrll ##options 	LOCKDEBUG
    140  1.7.4.2  skrll 
    141  1.7.4.2  skrll config		netbsd		root on ? type ?
    142  1.7.4.2  skrll config		netbsd-epe0	root on epe0 type nfs
    143  1.7.4.2  skrll config		netbsd-wd0	root on wd0 type ffs
    144  1.7.4.2  skrll config		netbsd-sd0	root on sd0 type ffs
    145  1.7.4.2  skrll 
    146  1.7.4.2  skrll # The main bus device
    147  1.7.4.2  skrll mainbus0	at root
    148  1.7.4.2  skrll 
    149  1.7.4.2  skrll # The boot cpu
    150  1.7.4.2  skrll cpu0		at mainbus?
    151  1.7.4.2  skrll 
    152  1.7.4.2  skrll # Cirrus Logic EP93xx System-on-chip
    153  1.7.4.2  skrll epsoc0		at mainbus?
    154  1.7.4.2  skrll # On-chip timers
    155  1.7.4.2  skrll epclk0		at epsoc? addr 0x80810000 size 0x90 intr 35
    156  1.7.4.2  skrll # On-chip serial UARTS
    157  1.7.4.2  skrll epcom0		at epsoc? addr 0x808c0000 size 0x1000 intr 52
    158  1.7.4.2  skrll epcom1		at epsoc? addr 0x808d0000 size 0x1000 intr 54
    159  1.7.4.2  skrll # On-chip USB 1.1
    160  1.7.4.2  skrll ohci*		at epsoc? addr 0x80020000 size 0x1000 intr 56
    161  1.7.4.2  skrll # On-chip 10/100 Ethernet
    162  1.7.4.2  skrll epe0		at epsoc? addr 0x80010000 size 0x10000 intr 39
    163  1.7.4.2  skrll # On-board TS-7200 CPLD
    164  1.7.4.2  skrll tspld0		at mainbus?
    165  1.7.4.2  skrll # PC/104 bus
    166  1.7.4.2  skrll isa0		at tspld?
    167  1.7.4.2  skrll # CompactFlash interface
    168  1.7.4.2  skrll wdc0		at tspld?
    169  1.7.4.2  skrll # TS-5620 battery-backed real-time clock
    170  1.7.4.2  skrll tsrtc*		at tspld?
    171  1.7.4.2  skrll # HD44780 LCD on LCD header
    172  1.7.4.2  skrll tslcd*		at tspld?
    173  1.7.4.4  skrll wsdisplay*	at tslcd? console ?
    174  1.7.4.4  skrll # 4x4 Matrix Keypad on DIO header
    175  1.7.4.4  skrll tskp*		at tspld?
    176  1.7.4.4  skrll wskbd*	at tskp? console ? mux 1
    177  1.7.4.2  skrll 
    178  1.7.4.2  skrll # TS-SER[1,2,4] multiport serial PC/104 cards
    179  1.7.4.2  skrll com0		at isa? port 0x3f8 irq 6        # Standard PC serial ports
    180  1.7.4.2  skrll com1		at isa? port 0x2f8 irq 6
    181  1.7.4.2  skrll com2		at isa? port 0x3e8 irq 6
    182  1.7.4.2  skrll com3		at isa? port 0x2e8 irq 6
    183  1.7.4.2  skrll 
    184  1.7.4.2  skrll wdc1	at isa? port 0x1f0 irq 7 flags 0x00
    185  1.7.4.2  skrll wdc2	at isa? port 0x170 irq 7 flags 0x00
    186  1.7.4.2  skrll tscs0	at isa? port 0x300 iomem ? irq ? drq ?  # TS-ETH10 PC/104 ethernet
    187  1.7.4.2  skrll tscs1	at isa? port 0x310 iomem ? irq ? drq ?
    188  1.7.4.2  skrll tscs2	at isa? port 0x320 iomem ? irq ? drq ?
    189  1.7.4.2  skrll tscs3	at isa? port 0x330 iomem ? irq ? drq ?
    190  1.7.4.2  skrll 
    191  1.7.4.2  skrll # PCMCIA bus support
    192  1.7.4.2  skrll pcmcia* at pcic? controller ? socket ?
    193  1.7.4.2  skrll 
    194  1.7.4.2  skrll options PCIC_ISA_INTR_ALLOC_MASK=0xe0
    195  1.7.4.2  skrll # ISA PCMCIA controllers
    196  1.7.4.2  skrll pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    197  1.7.4.2  skrll pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
    198  1.7.4.2  skrll pcic2	at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
    199  1.7.4.2  skrll 
    200  1.7.4.2  skrll # ATA (IDE) bus support
    201  1.7.4.2  skrll atabus* at ata?
    202  1.7.4.2  skrll 
    203  1.7.4.2  skrll # IDE drives
    204  1.7.4.2  skrll # Flags are used only with controllers that support DMA operations
    205  1.7.4.2  skrll # and mode settings (e.g. some pciide controllers)
    206  1.7.4.2  skrll # The lowest order four bits (rightmost digit) of the flags define the PIO
    207  1.7.4.2  skrll # mode to use, the next set of four bits the DMA mode and the third set the
    208  1.7.4.2  skrll # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    209  1.7.4.2  skrll # to use, and the last bit must be 1 for this setting to be used.
    210  1.7.4.2  skrll # For DMA and UDMA, 0xf (1111) means 'disable'.
    211  1.7.4.2  skrll # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    212  1.7.4.2  skrll # (0xc=1100, 0xa=1010, 0xf=1111)
    213  1.7.4.2  skrll # 0x0000 means "use whatever the drive claims to support".
    214  1.7.4.2  skrll wd*	at atabus? drive ? flags 0x00ff
    215  1.7.4.2  skrll 
    216  1.7.4.2  skrll # ATAPI bus support
    217  1.7.4.2  skrll #atapibus* at atapi?
    218  1.7.4.2  skrll 
    219  1.7.4.2  skrll # ATAPI devices
    220  1.7.4.2  skrll # flags have the same meaning as for IDE drives.
    221  1.7.4.2  skrll # XXX No DMA on IDE devices for now
    222  1.7.4.2  skrll #cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
    223  1.7.4.2  skrll #sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    224  1.7.4.2  skrll #st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    225  1.7.4.2  skrll #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    226  1.7.4.2  skrll 
    227  1.7.4.2  skrll # MII/PHY support
    228  1.7.4.2  skrll #acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    229  1.7.4.2  skrll #amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
    230  1.7.4.2  skrll #bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    231  1.7.4.2  skrll #brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    232  1.7.4.2  skrll #dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    233  1.7.4.2  skrll #exphy*	at mii? phy ?			# 3Com internal PHYs
    234  1.7.4.2  skrll #gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    235  1.7.4.2  skrll #glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    236  1.7.4.2  skrll #gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    237  1.7.4.2  skrll #icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    238  1.7.4.2  skrll #igphy*	at mii? phy ?			# Intel IGP01E1000
    239  1.7.4.2  skrll #inphy*	at mii? phy ?			# Intel 82555 PHYs
    240  1.7.4.2  skrll #iophy*	at mii? phy ?			# Intel 82553 PHYs
    241  1.7.4.2  skrll #lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    242  1.7.4.2  skrll #makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    243  1.7.4.2  skrll #nsphy*	at mii? phy ?			# NS83840 PHYs
    244  1.7.4.2  skrll #nsphyter* at mii? phy ? 		# NS83843 PHYs
    245  1.7.4.2  skrll #pnaphy* at mii? phy ?			# generic HomePNA PHYs
    246  1.7.4.2  skrll #qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    247  1.7.4.2  skrll #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    248  1.7.4.2  skrll #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    249  1.7.4.2  skrll #tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    250  1.7.4.2  skrll ukphy*	at mii? phy ?			# generic unknown PHYs
    251  1.7.4.2  skrll #urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    252  1.7.4.2  skrll 
    253  1.7.4.2  skrll # USB Controller and Devices
    254  1.7.4.2  skrll 
    255  1.7.4.2  skrll # USB bus support
    256  1.7.4.2  skrll #usb*	at ehci?
    257  1.7.4.2  skrll usb*	at ohci?
    258  1.7.4.2  skrll #usb*	at uhci?
    259  1.7.4.2  skrll #usb*	at slhci?
    260  1.7.4.2  skrll 
    261  1.7.4.2  skrll # USB Hubs
    262  1.7.4.2  skrll uhub*	at usb?
    263  1.7.4.2  skrll uhub*	at uhub? port ? configuration ? interface ?
    264  1.7.4.2  skrll 
    265  1.7.4.2  skrll # USB HID device
    266  1.7.4.2  skrll uhidev*	at uhub? port ? configuration ? interface ?
    267  1.7.4.2  skrll 
    268  1.7.4.2  skrll # USB Mice
    269  1.7.4.2  skrll # ums*	at uhidev? reportid ?
    270  1.7.4.2  skrll # wsmouse* at ums? mux 0
    271  1.7.4.2  skrll 
    272  1.7.4.2  skrll # USB eGalax touch-panel
    273  1.7.4.2  skrll # uep*	at uhub? port ?
    274  1.7.4.2  skrll # wsmouse* at uep? mux 0
    275  1.7.4.2  skrll 
    276  1.7.4.2  skrll # USB Keyboards
    277  1.7.4.4  skrll ukbd*	at uhidev? reportid ?
    278  1.7.4.4  skrll wskbd*	at ukbd? console ? mux 1
    279  1.7.4.2  skrll 
    280  1.7.4.2  skrll # USB Generic HID devices
    281  1.7.4.2  skrll uhid*	at uhidev? reportid ?
    282  1.7.4.2  skrll 
    283  1.7.4.2  skrll # USB Printer
    284  1.7.4.2  skrll ulpt*	at uhub? port ? configuration ? interface ?
    285  1.7.4.2  skrll 
    286  1.7.4.2  skrll # USB Modem
    287  1.7.4.2  skrll umodem*	at uhub? port ? configuration ?
    288  1.7.4.2  skrll ucom*	at umodem?
    289  1.7.4.2  skrll 
    290  1.7.4.2  skrll # USB Mass Storage
    291  1.7.4.2  skrll umass*	at uhub? port ? configuration ? interface ?
    292  1.7.4.2  skrll scsibus* at umass?
    293  1.7.4.2  skrll # SCSI devices
    294  1.7.4.2  skrll sd*     at scsibus? target ? lun ?      # SCSI disk drives
    295  1.7.4.2  skrll #st*     at scsibus? target ? lun ?      # SCSI tape drives
    296  1.7.4.2  skrll #cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
    297  1.7.4.2  skrll #ch*     at scsibus? target ? lun ?      # SCSI autochangers
    298  1.7.4.2  skrll #ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
    299  1.7.4.2  skrll #ss*     at scsibus? target ? lun ?      # SCSI scanners
    300  1.7.4.2  skrll #uk*     at scsibus? target ? lun ?      # SCSI unknown
    301  1.7.4.2  skrll 
    302  1.7.4.2  skrll # wd*	at umass?
    303  1.7.4.2  skrll 
    304  1.7.4.2  skrll # USB audio
    305  1.7.4.2  skrll uaudio*	at uhub? port ? configuration ?
    306  1.7.4.2  skrll 
    307  1.7.4.2  skrll # USB MIDI
    308  1.7.4.2  skrll umidi* at uhub? port ? configuration ?
    309  1.7.4.2  skrll 
    310  1.7.4.2  skrll # USB IrDA
    311  1.7.4.2  skrll # USB-IrDA bridge spec
    312  1.7.4.2  skrll uirda* at uhub? port ? configuration ? interface ?
    313  1.7.4.2  skrll irframe* at uirda?
    314  1.7.4.2  skrll 
    315  1.7.4.2  skrll # SigmaTel STIr4200 USB/IrDA Bridge
    316  1.7.4.2  skrll ustir* at uhub? port ?
    317  1.7.4.2  skrll irframe* at ustir?
    318  1.7.4.2  skrll 
    319  1.7.4.2  skrll # USB Ethernet adapters
    320  1.7.4.2  skrll aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    321  1.7.4.2  skrll axe*	at uhub? port ?		# ASIX AX88172 based adapters
    322  1.7.4.2  skrll cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    323  1.7.4.2  skrll kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    324  1.7.4.2  skrll udav*	at uhub? port ?		# Davicom DM9601 based adapters
    325  1.7.4.2  skrll url*	at uhub? port ?		# Realtek RTL8150L based adapters
    326  1.7.4.2  skrll 
    327  1.7.4.2  skrll # Prolific PL2301/PL2302 host-to-host adapter
    328  1.7.4.2  skrll upl*	at uhub? port ?
    329  1.7.4.2  skrll 
    330  1.7.4.2  skrll # Serial adapters
    331  1.7.4.2  skrll ubsa*	at uhub? port ?		# Belkin serial adapter
    332  1.7.4.2  skrll ucom*	at ubsa? portno ?
    333  1.7.4.2  skrll 
    334  1.7.4.2  skrll uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    335  1.7.4.2  skrll ucom*	at uftdi? portno ?
    336  1.7.4.2  skrll 
    337  1.7.4.2  skrll umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    338  1.7.4.2  skrll ucom*	at umct? portno ?
    339  1.7.4.2  skrll 
    340  1.7.4.2  skrll uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    341  1.7.4.2  skrll ucom*	at uplcom? portno ?
    342  1.7.4.2  skrll 
    343  1.7.4.2  skrll uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    344  1.7.4.2  skrll ucom*	at uvscom? portno ?
    345  1.7.4.3  skrll atu*	at uhub? port ?		# Atmel AT76C50XX 802.11b adapter
    346  1.7.4.2  skrll 
    347  1.7.4.2  skrll # Diamond Multimedia Rio 500
    348  1.7.4.2  skrll # urio*	at uhub? port ?
    349  1.7.4.2  skrll 
    350  1.7.4.2  skrll # USB Handspring Visor
    351  1.7.4.2  skrll # uvisor*	at uhub? port ?
    352  1.7.4.2  skrll # ucom*	at uvisor?
    353  1.7.4.2  skrll 
    354  1.7.4.2  skrll # USB scanners
    355  1.7.4.2  skrll # uscanner* at uhub? port ?
    356  1.7.4.2  skrll 
    357  1.7.4.2  skrll # USB scanners that use SCSI emulation, e.g., HP5300
    358  1.7.4.2  skrll # usscanner* at uhub? port ?
    359  1.7.4.2  skrll 
    360  1.7.4.2  skrll # Y@P firmware loader
    361  1.7.4.2  skrll # uyap* at uhub? port ?
    362  1.7.4.2  skrll 
    363  1.7.4.2  skrll # D-Link DSB-R100 USB radio
    364  1.7.4.2  skrll # udsbr*	at uhub? port ?
    365  1.7.4.2  skrll # radio*	at udsbr?
    366  1.7.4.2  skrll 
    367  1.7.4.2  skrll # USB Generic driver
    368  1.7.4.2  skrll ugen*	at uhub? port ?
    369  1.7.4.2  skrll 
    370  1.7.4.2  skrll # IrDA and Consumer Ir devices
    371  1.7.4.2  skrll 
    372  1.7.4.2  skrll # Toshiba Oboe
    373  1.7.4.2  skrll # oboe* 	at pci? dev ? function ?
    374  1.7.4.2  skrll # irframe* at oboe?
    375  1.7.4.2  skrll 
    376  1.7.4.2  skrll # CardBus IEEE1394 controllers
    377  1.7.4.2  skrll #fwohci* at cardbus? dev ? function ?	# IEEE1394 Open Host Controller
    378  1.7.4.2  skrll 
    379  1.7.4.2  skrll #fw*	at fwbus?			# IP over 1394
    380  1.7.4.2  skrll 
    381  1.7.4.2  skrll # IEEE1394 nodes
    382  1.7.4.2  skrll #fwnode* at fwbus? idhi ? idlo ?
    383  1.7.4.2  skrll #sbpscsi* at fwnode?
    384  1.7.4.2  skrll #scsibus* at sbpscsi?
    385  1.7.4.2  skrll 
    386  1.7.4.2  skrll # Audio Devices
    387  1.7.4.2  skrll 
    388  1.7.4.2  skrll # OPL[23] FM synthesizers
    389  1.7.4.2  skrll #opl*	at cmpci? flags 1
    390  1.7.4.2  skrll #opl*	at eso?
    391  1.7.4.2  skrll #opl*	at fms?
    392  1.7.4.2  skrll #opl*	at sv?
    393  1.7.4.2  skrll #opl*	at yds?
    394  1.7.4.2  skrll 
    395  1.7.4.2  skrll # Audio support
    396  1.7.4.2  skrll audio*	at audiobus?
    397  1.7.4.2  skrll 
    398  1.7.4.2  skrll # MPU 401 UARTs
    399  1.7.4.2  skrll #mpu*	at cmpci?
    400  1.7.4.2  skrll #mpu*	at eso?
    401  1.7.4.2  skrll #mpu*	at fms?
    402  1.7.4.2  skrll #mpu*	at yds?
    403  1.7.4.2  skrll 
    404  1.7.4.2  skrll # MIDI support
    405  1.7.4.2  skrll #midi*	at midibus?
    406  1.7.4.2  skrll 
    407  1.7.4.2  skrll # Pseudo-Devices
    408  1.7.4.2  skrll 
    409  1.7.4.2  skrll # disk/mass storage pseudo-devices
    410  1.7.4.2  skrll #pseudo-device	md		1	# memory disk device (ramdisk)
    411  1.7.4.3  skrll pseudo-device	vnd		4	# disk-like interface to files
    412  1.7.4.4  skrll #pseudo-device	fss		4	# file system snapshot device
    413  1.7.4.2  skrll 
    414  1.7.4.2  skrll # network pseudo-devices
    415  1.7.4.2  skrll pseudo-device	bpfilter	4	# Berkeley packet filter
    416  1.7.4.2  skrll pseudo-device	loop			# network loopback
    417  1.7.4.3  skrll pseudo-device	kttcp			# network loopback
    418  1.7.4.2  skrll 
    419  1.7.4.2  skrll # miscellaneous pseudo-devices
    420  1.7.4.2  skrll pseudo-device	pty			# pseudo-terminals
    421  1.7.4.2  skrll pseudo-device	rnd			# /dev/random and in-kernel generator
    422  1.7.4.2  skrll #options	RND_COM
    423  1.7.4.2  skrll pseudo-device	clockctl		# user control of clock subsystem
    424  1.7.4.2  skrll pseudo-device	ksyms			# /dev/ksyms
    425  1.7.4.2  skrll 
    426  1.7.4.2  skrll # data mover pseudo-devices
    427  1.7.4.2  skrll #pseudo-device	swdmover		# softare dmover(9) back-end
    428  1.7.4.2  skrll #pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    429  1.7.4.2  skrll 
    430  1.7.4.4  skrll #
    431  1.7.4.4  skrll # wscons options
    432  1.7.4.4  skrll #
    433  1.7.4.4  skrll # builtin terminal emulations
    434  1.7.4.4  skrll #options 	WSEMUL_SUN		# sun terminal emulation
    435  1.7.4.4  skrll options 	WSEMUL_VT100		# VT100 / VT220 emulation
    436  1.7.4.4  skrll # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    437  1.7.4.4  skrll #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    438  1.7.4.4  skrll #options 	WS_DEFAULT_FG=WSCOL_WHITE
    439  1.7.4.4  skrll #options 	WS_DEFAULT_BG=WSCOL_BLACK
    440  1.7.4.4  skrll #options 	WS_DEFAULT_COLATTR="(0)"
    441  1.7.4.4  skrll #options 	WS_DEFAULT_MONOATTR="(0)"
    442  1.7.4.4  skrll #options 	WS_KERNEL_FG=WSCOL_GREEN
    443  1.7.4.4  skrll #options 	WS_KERNEL_BG=WSCOL_BLACK
    444  1.7.4.4  skrll #options 	WS_KERNEL_COLATTR=""
    445  1.7.4.4  skrll #options 	WS_KERNEL_MONOATTR=""
    446  1.7.4.4  skrll # customization of console border color
    447  1.7.4.4  skrll #options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
    448  1.7.4.4  skrll #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
    449  1.7.4.4  skrll # compatibility to other console drivers
    450  1.7.4.4  skrll #options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    451  1.7.4.4  skrll #options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    452  1.7.4.4  skrll #options 	WSDISPLAY_COMPAT_USL		# VT handling
    453  1.7.4.4  skrll #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    454  1.7.4.4  skrll # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    455  1.7.4.4  skrll #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    456  1.7.4.4  skrll # allocate a number of virtual screens at autoconfiguration time
    457  1.7.4.4  skrll #options 	WSDISPLAY_DEFAULTSCREENS=4
    458  1.7.4.4  skrll # use a large software cursor that doesn't blink
    459  1.7.4.4  skrll #options 	PCDISPLAY_SOFTCURSOR
    460  1.7.4.4  skrll # modify the screen type of the console; defaults to "80x25"
    461  1.7.4.4  skrll #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    462  1.7.4.4  skrll # work around a hardware bug that loaded fonts don't work; found on ATI cards
    463  1.7.4.4  skrll #options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
    464  1.7.4.4  skrll # the following enables some functions to get mouse console support.
    465  1.7.4.4  skrll # if you want a really secure system, it may be better not to enable them,
    466  1.7.4.4  skrll # see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
    467  1.7.4.4  skrll #options 	WSDISPLAY_CHARFUNCS		# mouse console support
    468  1.7.4.4  skrll # console scrolling support.
    469  1.7.4.4  skrll #options 	WSDISPLAY_SCROLLSUPPORT
    470  1.7.4.4  skrll # enable VGA raster mode capable of displaying multilingual text on console
    471  1.7.4.4  skrll #options 	VGA_RASTERCONSOLE
    472  1.7.4.4  skrll 
    473  1.7.4.2  skrll # wscons pseudo-devices
    474  1.7.4.4  skrll pseudo-device	wsmux			# mouse & keyboard multiplexor
    475  1.7.4.2  skrll #pseudo-device	wsfont
    476  1.7.4.2  skrll 
    477