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