Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: VR41XX,v 1.77 2023/09/09 09:38:02 andvar Exp $
      2 #
      3 # GENERIC machine description file
      4 # 
      5 # This machine description file is used to generate the default NetBSD
      6 # kernel.  The generic kernel does not include all options, subsystems
      7 # and device drivers, but should be useful for most applications.
      8 #
      9 # The machine description file can be customised for your specific
     10 # machine to reduce the kernel size and improve its performance.
     11 #
     12 # For further information on compiling NetBSD kernels, see the config(8)
     13 # man page.
     14 #
     15 # For further information on hardware support for this architecture, see
     16 # the intro(4) man page.  For further information about kernel options
     17 # for this architecture, see the options(4) man page.  For an explanation
     18 # of each device driver in this file see the section 4 man page for the
     19 # device.
     20 
     21 include		"arch/hpcmips/conf/std.hpcmips"
     22 include		"arch/hpcmips/conf/std.hpcmips.vr41"
     23 #ident 		"GENERIC-$Revision: 1.77 $"
     24 
     25 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     26 
     27 maxusers	16
     28 
     29 # Support for specific models of H/PC MIPS
     30 makeoptions	CPUFLAGS="-mips2"	# CPU codegen options
     31 options 	VR4102			# NEC VR4102
     32 options 	VR4111			# NEC VR4111
     33 options 	VR4121			# NEC VR4121
     34 options 	VR4122			# NEC VR4122
     35 options 	VR4131			# NEC VR4131
     36 
     37 # Standard system options
     38 options 	DDB			# in-kernel debugger
     39 pseudo-device	ksyms
     40 #options 	DDB_ONPANIC=0		# don't enter debugger on panic
     41 #options 	KGDB			# remote debugger
     42 #options 	DIAGNOSTIC		# extra kernel debugging checks
     43 #options 	DEBUG			# extra kernel debugging support
     44 options 	KTRACE			# system call tracing support
     45 options 	MSGBUFSIZE=8192		# dmesg buffer size
     46 options 	USERCONF		# userconf(4) support
     47 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     48 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     49 options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     50 options		KLOADER_DEBUG
     51 
     52 ## UVM options.
     53 #options 	UVM_PAGE_TRKOWN
     54 #options 	UVMHIST
     55 #options 	UVMHIST_PRINT	# Loud!
     56 
     57 #options 	SCSIVERBOSE		# human readable SCSI error messages
     58 #options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
     59 
     60 #options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     61 #options 	RTC_OFFSET=-540		# JST-9
     62 #options 	RTC_OFFSET=480		# PST8
     63 					# In NO RTC_OFFSET , inherit RTC_OFFSET
     64 					# from Windows CE.
     65 options 	NTP			# network time protocol
     66 
     67 #options 	WINCE_DEFAULT_SETTING	# Debugging use
     68 
     69 #options 	SYSCALL_DEBUG		# for debug
     70 #options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
     71 
     72 # Filesystem options
     73 file-system 	FFS		# fast filesystem with user and group quotas
     74 file-system 	MFS		# memory-based filesystem
     75 file-system 	NFS		# Sun NFS-compatible filesystem (client)
     76 #file-system	LFS		# Log-based filesystem (still experimental)
     77 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     78 file-system 	MSDOSFS		# MS-DOS file system
     79 #file-system 	FDESC		# /dev/fd
     80 file-system 	KERNFS		# /kern (kernel informational filesystem)
     81 #file-system 	NULLFS		# loopback file system
     82 #file-system 	OVERLAY		# overlay file system
     83 file-system 	PROCFS		# /proc
     84 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     85 file-system 	UNION
     86 file-system	PTYFS		# /dev/pts/N support
     87 
     88 #options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     89 options 	WAPBL		# File system journaling support
     90 #options 	QUOTA		# legacy UFS quotas
     91 #options 	QUOTA2		# new, in-filesystem UFS quotas
     92 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     93 
     94 # Networking options
     95 #options 	GATEWAY		# IP packet forwarding
     96 options 	INET		# IP + ICMP + TCP + UDP
     97 options 	INET6		# IPV6
     98 #options 	IPSEC		# IP security
     99 #options 	IPSEC_DEBUG	# debug for IP security
    100 #options 	MROUTING	# Multicast routing support
    101 #options 	PIM		# Protocol Independent Multicast
    102 
    103 # JIT compiler for bpfilter
    104 #options	SLJIT
    105 #options	BPFJIT
    106 
    107 # NetBSD backwards compatibility
    108 include 	"conf/compat_netbsd16.config"
    109 
    110 options 	NFS_BOOT_DHCP
    111 
    112 config		netbsd		root on ? type ?
    113 
    114 # compile options
    115 #makeoptions	DEFGP="-G 8"
    116 
    117 # WS console uses SUN or VT100 terminal emulation
    118 options 	WSEMUL_VT100
    119 #options 	WSDISPLAY_DEFAULTSCREENS=4
    120 #options 	FONT_VT220L8x8
    121 options 	FONT_VT220L8x10
    122 # compatibility to other console drivers
    123 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    124 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    125 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    126 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    127 #
    128 # Hpckbd will set key board layout appropriately. You can use option
    129 # 'PCKBD_LAYOUT' to overrite the default layout.
    130 #
    131 #options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
    132 
    133 # temporally power management
    134 hpcapm0	at mainbus0			# power management
    135 apmdev0	at hpcapm0			# APM
    136 
    137 options 	MQ200_DEBUG
    138 #options 	MQ200_USECRT
    139 mqvideo0 at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video controller
    140 hpcfb*		at	mqvideo?
    141 
    142 ite8181video0 at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
    143 hpcfb*		at	ite8181video?
    144 
    145 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
    146 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
    147 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
    148 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
    149 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
    150 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
    151 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
    152 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
    153 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
    154 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
    155 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
    156 
    157 # Workstation Console attachments
    158 bivideo0	at	mainbus0
    159 hpcfb*		at	bivideo0
    160 wsdisplay*	at	hpcfb?
    161 wskbd*		at	hpckbd? mux 1
    162 wsmouse*	at	vrpiu? mux 0
    163 btnmgr0		at	mainbus0
    164 wskbd*		at	btnmgr0 mux 1
    165 
    166 #
    167 # hpcmips isa? bus irq locator means:
    168 #
    169 # 0x0000000f ISA IRQ#
    170 # 0x00ff0000 GPIO port#
    171 # 0x01000000 interrupt signal hold/through	(1:hold/0:though)
    172 # 0x02000000 interrupt detection level		(1:low /0:high	)
    173 # 0x04000000 interrupt detection trigger	(1:edge/0:level	)
    174 
    175 #
    176 # MC-R300, MC-R500
    177 # Button to GPIO port # mapping
    178 #  + REC button       : 4
    179 #  + Open/Close button: 6
    180 # (PCIC-ISA : 9)
    181 # (COM power:14)
    182 #
    183 # MC-R510
    184 # Button to GPIO port # mapping
    185 #  + Open/Close button: 3
    186 # (PCIC-ISA : 9)
    187 # (COM power:14)
    188 #
    189 # MC-R530
    190 # Button to GPIO port # mapping
    191 #  + Open/Close button: 3
    192 #  + Application button: 2
    193 # (PCIC-ISA : 9)
    194 # (COM power:46)
    195 #
    196 # MC-R700
    197 # Button to GPIO port # mapping
    198 #  + Open/Close button: 3
    199 # (PCIC-ISA : 9)
    200 # (COM power:46)
    201 #
    202 # MC-CS
    203 # Button to GPIO port # mapping
    204 # (PCIC-ISA : 9)
    205 # (COM power:14)
    206 #
    207 # IBM WorkPad z50
    208 # Button to GPIO port # mapping
    209 #  + REC button       : 1
    210 #  + Application button?      : 2
    211 # (PCIC-ISA : 9)
    212 #
    213 button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
    214 button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
    215 button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
    216 button1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
    217 button1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
    218 button1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
    219 #button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
    220 button1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
    221 #button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
    222 button1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
    223 button1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
    224 button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
    225 button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
    226 button2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
    227 button2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
    228 button3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
    229 pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
    230 pwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
    231 pwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
    232 pwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
    233 pwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
    234 #pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
    235 pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
    236 pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
    237 pwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
    238 pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
    239 pwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
    240 pwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
    241 pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
    242 pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
    243 pwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
    244 pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
    245 pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
    246 pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
    247 pwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
    248 pwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
    249 #pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
    250 pwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
    251 #pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
    252 #pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
    253 pwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
    254 #pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
    255 #pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
    256 #pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
    257 vrisab0 at vrgiu? platform NEC_MCR
    258 vrisab0 at vrgiu? platform NEC_MCCS
    259 vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
    260 isa0	at vrisab0
    261 pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
    262 #
    263 # Freestyle
    264 # Button to GPIO port # mapping
    265 #    +---------+
    266 # 1 +|         |
    267 #    |         |+ 7
    268 #    |         |
    269 #20 +|   LCD   |+ 4
    270 #    |         | + 6
    271 # 8 +|         |+ 5
    272 #    |         |
    273 #    |         |+----Power On/Off (connected to PMU)
    274 #    +---------+
    275 #          +9
    276 #        +12 +10
    277 #          +11
    278 # (PCIC-ISA : 23)
    279 button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
    280 button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
    281 button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
    282 button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
    283 button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
    284 button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
    285 button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
    286 button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
    287 button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
    288 button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
    289 button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
    290 vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
    291 isa1	at vrisab1
    292 pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
    293 
    294 options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
    295 
    296 #
    297 # Fujitsu INTERTOP CX300
    298 #
    299 pwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
    300 vrisab2	at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
    301 isa2	at vrisab2
    302 pcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
    303 
    304 #
    305 # Vadem Clio and Sharp Tripad
    306 #
    307 vrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0
    308 vrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0
    309 isa3	at vrisab3
    310 pcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
    311 
    312 #
    313 # CASIO CASSIOPEIA E55 and for DoCoMo
    314 #
    315 button0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
    316 button1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
    317 button2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
    318 button3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
    319 button4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
    320 button5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
    321 button6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
    322 button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
    323 pwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
    324 pwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
    325 
    326 # 'CF hack' for all CASSIOPEIA E series
    327 vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
    328 vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
    329 isa4	at vrisab4
    330 wdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
    331 
    332 #
    333 # Fujitsu PenCentra 130
    334 #
    335 vrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
    336 vrisab5	at vrc4172gpio0 isaportoffset 0x1000000
    337 isa5	at vrisab5
    338 pcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
    339 
    340 #
    341 # SigmarionII
    342 #
    343 com*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
    344 vrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
    345 isa6	at vrisab6
    346 ne*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
    347 #wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
    348 hpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
    349 hpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_02 port 0 level 1 connect 1
    350 
    351 #
    352 # MP-C303/304
    353 #
    354 hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
    355 hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
    356 hpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_02 port 1 level 0 hold 1 connect 1
    357 
    358 
    359 # PCI bus support
    360 options 	PCIVERBOSE
    361 pci*	at vrpciu?
    362 
    363 # VRC4173
    364 vrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
    365 #vrc4173cmu* at vrc4173bcu?		# VRC4173 CMU
    366 #vrc4173piu* at vrc4173bcu?		# VRC4173 PIU
    367 #vrc4173kiu* at vrc4173bcu?		# VRC4173 KIU
    368 
    369 #vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
    370 #pcmcia*	at vrc4173cardu?
    371 
    372 # PCI USB controllers
    373 ohci*	at pci?	dev ? function ?	# Open Host Controller
    374 #options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
    375 
    376 # PCMCIA bus support
    377 pcmcia*	at pcic? controller 0 socket ?
    378 
    379 # PCMCIA IDE disk
    380 wdc*	at pcmcia? function ?
    381 
    382 # ATA (IDE) bus support
    383 atabus* at ata?
    384 
    385 # IDE drives
    386 wd*	at atabus? drive ? flags 0x0000
    387 
    388 # PCMCIA network interfaces
    389 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    390 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    391 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    392 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    393 sm*	at pcmcia? function ?		# Megahertz Ethernet
    394 wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    395 awi*	at pcmcia? function ?		# WLI-PCM
    396 an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    397 
    398 # PCMCIA Serial interfaces
    399 com*	at pcmcia? function ?		# Modems and serial cards
    400 
    401 # PCMCIA SCSI interfaces
    402 aic*	at pcmcia? function ?
    403 esp*	at pcmcia? function ?		# NCR53c406 SCSI
    404 
    405 # ATAPI bus support
    406 atapibus* at atapi?
    407 cd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
    408 sd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
    409 
    410 # SCSI bus support
    411 scsibus* at aic?
    412 scsibus* at esp?
    413 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    414 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    415 
    416 # USB Hubs
    417 usb*	at ohci?
    418 uhub*	at usb?
    419 uhub*	at uhub? port ?
    420 
    421 # USB HID device
    422 uhidev*	at uhub? port ? configuration ? interface ?
    423 
    424 # USB Mice
    425 ums*	at uhidev? reportid ?
    426 wsmouse*	at ums? mux 0
    427 
    428 # USB Keyboards
    429 ukbd*	at uhidev? reportid ?
    430 wskbd*	at ukbd? console ? mux 1
    431 
    432 # USB serial adapter
    433 ucycom*	at uhidev? reportid ?
    434 
    435 # USB Generic HID devices
    436 uhid*	at uhidev? reportid ?
    437 
    438 # USB Printer
    439 ulpt*	at uhub? port ? configuration ? interface ?
    440 
    441 # USB Modem
    442 umodem*	at uhub? port ? configuration ?
    443 ucom*	at umodem?
    444 
    445 # Option N.V. Wireless WAN modems
    446 uhso*	at uhub? port ? configuration ?
    447 
    448 # USB Mass Storage
    449 umass*	at uhub? port ? configuration ? interface ?
    450 scsibus* at umass? channel ?
    451 
    452 # USB audio
    453 uaudio*	at uhub? port ? configuration ?
    454 midi*	at midibus?
    455 
    456 # USB MIDI
    457 umidi* at uhub? port ? configuration ?
    458 
    459 # USB IrDA bridges
    460 #uirda* at uhub? port ? configuration ? interface ?
    461 #irframe* at uirda?
    462 
    463 # MII/PHY support
    464 rgephy*	at mii? phy ?		# Realtek 8169S/8110S/8211 PHYs
    465 rlphy*	at mii? phy ?		# Realtek 8139/8201L PHYs
    466 ukphy*	at mii? phy ?		# generic unknown PHYs
    467 urlphy* at mii? phy ?		# Realtek RTL8150L internal PHYs
    468 
    469 # USB Ethernet adapters
    470 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    471 axe*	at uhub? port ?		# ASIX AX88172 based adapters
    472 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    473 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    474 mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
    475 ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
    476 url*	at uhub? port ?		# Realtek RTL8150L based adapters
    477 
    478 # Prolific PL2301/PL2302 host-to-host adapter
    479 upl*	at uhub? port ?
    480 
    481 # Serial adapters
    482 # FTDI FT8U100AX serial adapter
    483 uftdi*	at uhub? port ?
    484 ucom*	at uftdi? portno ?
    485 
    486 uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    487 ucom*	at uplcom? portno ?
    488 
    489 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    490 ucom*	at umct? portno ?
    491 
    492 # USB Handspring Visor
    493 uvisor*	at uhub? port ?
    494 ucom*	at uvisor?
    495 
    496 # Kyocera AIR-EDGE PHONE
    497 ukyopon* at uhub? port ?
    498 ucom*	at ukyopon? portno ?
    499 
    500 # USB scanners that use SCSI emulation, e.g., HP5300
    501 usscanner* at uhub? port ?
    502 scsibus* at usscanner? channel ?
    503 
    504 # USB Generic driver
    505 ugen*	at uhub? port ?
    506 
    507 audio*	at uaudio?
    508 
    509 spkr*	at audio?			# PC speaker (synthesized)
    510 
    511 pseudo-device	loop			# network loopback
    512 pseudo-device	ppp			# serial-line IP ports
    513 pseudo-device	pty			# pseudo-terminals
    514 pseudo-device	bpfilter		# packet filter ports
    515 pseudo-device	npf			# NPF packet filter
    516 
    517 pseudo-device	vnd			# virtual disk ick
    518 #pseudo-device	ccd			# concatenated disks
    519 pseudo-device	clockctl		# user control of clock subsystem
    520 pseudo-device	drvctl			# user control of drive subsystem
    521 
    522 pseudo-device	biconsdev	1	# build-in console device
    523 pseudo-device	wsmux			# mouse & keyboard multiplexor
    524 #pseudo-device	md			# memory disk device (ramdisk)
    525 
    526 #pseudo-device	raid			# RAIDframe disk driver
    527 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    528 #pseudo-device	fss			# file system snapshot device
    529 
    530 # for IPv6
    531 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    532 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    533 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    534 
    535 ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
    536 pseudo-device	vlan
    537 
    538 ## Simple inter-network traffic bridging
    539 pseudo-device	bridge
    540