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