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