Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.155
      1 # $NetBSD: GENERIC,v 1.155 2004/08/08 08:54:43 mycroft 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 include		"arch/hpcmips/conf/std.hpcmips.tx39"
     24 
     25 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     26 
     27 #ident 		"GENERIC-$Revision: 1.155 $"
     28 
     29 maxusers	16
     30 
     31 makeoptions	CPUFLAGS="-mips2"	# CPU codegen options
     32 options 	VR4102			# NEC VR4102
     33 options 	VR4111			# NEC VR4111
     34 options 	VR4121			# NEC VR4121
     35 options 	VR4122			# NEC VR4122
     36 options 	VR4131			# NEC VR4131
     37 options 	TX392X			# Toshiba TX3922
     38 options 	KLOADER
     39 
     40 # Standard system options
     41 options 	DDB			# in-kernel debugger
     42 #options 	DDB_ONPANIC=0		# don't enter debugger on panic
     43 #options 	KGDB			# remote debugger
     44 #options 	DIAGNOSTIC		# extra kernel debugging checks
     45 #options 	DEBUG			# extra kernel debugging support
     46 options 	KTRACE			# system call tracing support
     47 options 	SYSTRACE		# system call vetting via systrace(1)
     48 options 	MSGBUFSIZE=8192		# dmesg buffer size
     49 
     50 ## UVM options.
     51 #options 	UVM_PAGE_TRKOWN
     52 #options 	UVMHIST
     53 #options 	UVMHIST_PRINT	# Loud!
     54 
     55 #options 	SCSIVERBOSE		# human readable SCSI error messages
     56 #options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
     57 #options 	PCMCIADEBUG
     58 #options 	PCMCIACISDEBUG
     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 options 	USERCONF		# userconf(4) support
     72 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     73 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     74 
     75 # Filesystem options
     76 file-system 	FFS		# fast filesystem with user and group quotas
     77 file-system 	MFS		# memory-based filesystem
     78 file-system 	NFS		# Sun NFS-compatible filesystem (client)
     79 #file-system	LFS		# Log-based filesystem (still experimental)
     80 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     81 file-system 	MSDOSFS		# MS-DOS file system
     82 #file-system 	FDESC		# /dev/fd
     83 file-system 	KERNFS		# /kern (kernel informational filesystem)
     84 #file-system 	NULLFS		# loopback file system
     85 #file-system 	OVERLAY		# overlay file system
     86 #file-system 	PORTAL		# portal filesystem (still experimental)
     87 file-system 	PROCFS		# /proc
     88 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     89 file-system 	UNION
     90 
     91 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     92 options 	SOFTDEP		# FFS soft updates support.
     93 #options 	QUOTA		# UFS quotas
     94 options 	VNODE_OP_NOINLINE # don't inline vnode op calls
     95 
     96 # Networking options
     97 #options 	GATEWAY		# IP packet forwarding
     98 options 	INET		# IP + ICMP + TCP + UDP
     99 options 	INET6		# IPV6
    100 #options 	IPSEC		# IP security
    101 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
    102 #options 	IPSEC_DEBUG	# debug for IP security
    103 #options 	MROUTING	# Multicast routing support
    104 #options 	ISO		# OSI networking
    105 #options 	TPIP		# TPIP
    106 #options 	EON		# OSI tunneling over IP
    107 #options 	CCITT,LLC,HDLC	# X.25
    108 
    109 #options 	ALTQ		# Manipulate network interfaces' output queues
    110 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    111 #options 	ALTQ_CBQ	# Class-Based Queueing
    112 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    113 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    114 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    115 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    116 #options 	ALTQ_LOCALQ	# Local queueing discipline
    117 #options 	ALTQ_PRIQ	# Priority Queueing
    118 #options 	ALTQ_RED	# Random Early Detection
    119 #options 	ALTQ_RIO	# RED with IN/OUT
    120 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    121 
    122 # NetBSD backwards compatibility
    123 options 	COMPAT_43
    124 options 	COMPAT_16
    125 
    126 options 	LKM		# loadable kernel modules
    127 
    128 #options 	NFS_BOOT_DHCP
    129 options 	NFS_BOOT_BOOTP
    130 #options 	NFS_BOOT_BOOTPARAM
    131 
    132 # compile options
    133 #makeoptions	DEFGP="-G 10"
    134 
    135 config		netbsd		root on ? type ?
    136 
    137 # WS console uses SUN or VT100 terminal emulation
    138 options 	WSEMUL_VT100
    139 #options 	WSDISPLAY_DEFAULTSCREENS=4
    140 #options 	FONT_VT220L8x8
    141 options 	FONT_VT220L8x10
    142 # compatibility to other console drivers
    143 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    144 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    145 options 	WSDISPLAY_COMPAT_USL		# VT handling
    146 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    147 #
    148 # Hpckbd will set key board layout appropriately. You can use option
    149 # 'PCKBD_LAYOUT' to overrite the default layout.
    150 #
    151 #options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
    152 
    153 # temporally power management
    154 hpcapm0	at mainbus0			# power management
    155 apmdev0	at hpcapm0			# APM
    156 
    157 options 	MQ200_DEBUG
    158 #options 	MQ200_USECRT
    159 mqvideo*	at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
    160 hpcfb*		at	mqvideo?
    161 
    162 ite8181video*	at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
    163 hpcfb*		at	ite8181video?
    164 
    165 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
    166 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
    167 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
    168 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
    169 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
    170 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
    171 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
    172 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
    173 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
    174 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
    175 vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
    176 
    177 #
    178 # hpcmips isa? bus irq locator means:
    179 #
    180 # 0x0000000f ISA IRQ#
    181 # 0x00ff0000 GPIO port#
    182 # 0x01000000 interrupt signal hold/through	(1:hold/0:though)
    183 # 0x02000000 interrupt detection level		(1:low /0:high	)
    184 # 0x04000000 interrupt detection trigger	(1:edge/0:level	)
    185 
    186 #
    187 # MC-R300, MC-R500
    188 # Button to GPIO port # mapping
    189 #  + REC button       : 4
    190 #  + Open/Close button: 6
    191 # (PCIC-ISA : 9)
    192 # (COM power:14)
    193 #
    194 # MC-R510
    195 # Button to GPIO port # mapping
    196 #  + Open/Close button: 3
    197 # (PCIC-ISA : 9)
    198 # (COM power:14)
    199 #
    200 # MC-R530
    201 # Button to GPIO port # mapping
    202 #  + Open/Close button: 3
    203 #  + Application button: 2
    204 # (PCIC-ISA : 9)
    205 # (COM power:46)
    206 #
    207 # MC-R700
    208 # Button to GPIO port # mapping
    209 #  + Open/Close button: 3
    210 # (PCIC-ISA : 9)
    211 # (COM power:46)
    212 #
    213 # MC-CS
    214 # Button to GPIO port # mapping
    215 # (PCIC-ISA : 9)
    216 # (COM power:14)
    217 #
    218 # IBM WorkPad z50
    219 # Button to GPIO port # mapping
    220 #  + REC button       : 1
    221 #  + Application button?      : 2
    222 # (PCIC-ISA : 9)
    223 #
    224 button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
    225 button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
    226 button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
    227 button1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
    228 button1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
    229 button1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
    230 #button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
    231 button1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
    232 #button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
    233 button1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
    234 button1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
    235 button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
    236 button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
    237 button2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
    238 button2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
    239 button3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
    240 pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
    241 pwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
    242 pwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
    243 pwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
    244 pwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
    245 #pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
    246 pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
    247 pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
    248 pwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
    249 pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
    250 pwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
    251 pwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
    252 pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
    253 pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
    254 pwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
    255 pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
    256 pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
    257 pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
    258 pwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
    259 pwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
    260 #pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
    261 pwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
    262 #pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
    263 #pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
    264 pwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
    265 #pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
    266 #pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
    267 #pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
    268 vrisab0 at vrgiu? platform NEC_MCR
    269 vrisab0 at vrgiu? platform NEC_MCCS
    270 vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
    271 isa0	at vrisab0
    272 pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
    273 vrdsiu_mouse0 at vr4102ip? platform IBM_WORKPAD addr 0x0b0001a0 size 0x20 unit VRDSIU
    274 #
    275 # Freestyle
    276 # Button to GPIO port # mapping
    277 #    +---------+
    278 # 1 +|         |
    279 #    |         |+ 7
    280 #    |         |
    281 #20 +|   LCD   |+ 4
    282 #    |         | + 6
    283 # 8 +|         |+ 5
    284 #    |         |
    285 #    |         |+----Power On/Off (connected to PMU)
    286 #    +---------+
    287 #          +9
    288 #        +12 +10
    289 #          +11
    290 # (PCIC-ISA : 23)
    291 button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
    292 button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
    293 button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
    294 button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
    295 button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
    296 button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
    297 button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
    298 button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
    299 button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
    300 button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
    301 button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
    302 vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
    303 isa1	at vrisab1
    304 pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
    305 
    306 options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
    307 
    308 #
    309 # Fujitsu INTERTOP CX300
    310 #
    311 pwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
    312 vrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
    313 isa2	at vrisab2
    314 pcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
    315 
    316 #
    317 # Vadem Clio and Sharp Tripad
    318 #
    319 vrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
    320 vrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
    321 isa3	at vrisab3
    322 pcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
    323 
    324 #
    325 # CASIO CASSIOPEIA E55 and for DoCoMo
    326 #
    327 button0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
    328 button1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
    329 button2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
    330 button3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
    331 button4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
    332 button5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
    333 button6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
    334 button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
    335 pwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
    336 pwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
    337 
    338 # 'CF hack' for all CASSIOPEIA E series
    339 vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
    340 vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
    341 isa4	at vrisab4
    342 wdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
    343 
    344 #
    345 # Fujitsu PenCentra 130
    346 #
    347 vrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
    348 vrisab5	at vrc4172gpio0 isaportoffset 0x1000000
    349 isa5	at vrisab5
    350 pcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
    351 vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
    352 pci*	at vrc4172pci?
    353 hpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
    354 hpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
    355 
    356 #
    357 # SigmarionII
    358 #
    359 com*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
    360 vrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
    361 isa6	at vrisab6
    362 pcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
    363 hpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
    364 hpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
    365 
    366 #
    367 # MP-C303/304
    368 #
    369 hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
    370 hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
    371 hpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
    372 
    373 #
    374 # Fujitsu INTERTOP CX310
    375 #
    376 vrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
    377 vrisab8	at vrc4172gpio0 isaportoffset 0x1000000
    378 isa8	at vrisab8
    379 pcic0	at isa8 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
    380 vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
    381 pci*	at vrc4172pci?
    382 hpcioman8 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
    383 hpcin*	at hpcioman8 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
    384 
    385 #
    386 # MC-R700 and Mobile Pro 800
    387 #
    388 options	VRC4172PCI_MCR700_SUPPORT
    389 vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700
    390 vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700A
    391 vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730
    392 vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730A
    393 pci*	at vrc4172pci?
    394 hpcioman9 at vrgiu? platform NEC_MCR_700
    395 hpcioman9 at vrgiu? platform NEC_MCR_700A
    396 hpcioman9 at vrgiu? platform NEC_MCR_730
    397 hpcioman9 at vrgiu? platform NEC_MCR_730A
    398 hpcin*	at hpcioman9 evtype PCIINTR id PCIINTR_00_00_01 port 13 level 0 connect 1
    399 
    400 #
    401 # Sharp Telios HC-AJ1, HC-VJ1C
    402 #
    403 txcsbus1	at tx39biu? platform SHARP_TELIOS
    404 
    405 # IO module manager (virtual bridge) DO NOT DELETE
    406 txioman* at txsim?
    407 # iochip 0 TX39 internal MFIO
    408 #	 1 TX39 internal IO
    409 #	 2 BETTY IO
    410 #	(3) ITE IO notyet
    411 #	(4) Plum2 IO (EXTPW[0:2]) notyet
    412 hpcioman1 at txioman? platform SHARP_TELIOS_HCAJ1
    413 hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
    414 hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
    415 hpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
    416 hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
    417 hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
    418 hpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
    419 
    420 hpcioman2 at txioman? platform SHARP_TELIOS_HCVJ1C_JP
    421 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
    422 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
    423 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
    424 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
    425 hpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
    426 hpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
    427 hpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
    428 hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
    429 hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
    430 
    431 options 	USE_POLL
    432 
    433 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
    434 ucb*		at tx39sib? slot 0
    435 ucbtp*		at ucb?
    436 ucbsnd*		at ucb?
    437 ucbio*		at ucb?
    438 
    439 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    440 # chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
    441 # interrupt-mode don't work. use polling mode.
    442 tc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
    443 hpckbd*		at tc5165buf?
    444 #wsmouse*	at ucbtp? mux 0
    445 
    446 # TC6358TB(Plum2)
    447 #  register space: CS3,
    448 #  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
    449 #
    450 plum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
    451 plumicu*	at plum?
    452 plumpower*	at plum?
    453 plumvideo*	at plum?
    454 hpcfb*		at plumvideo?
    455 plumpcmcia*	at plum?
    456 ohci*		at plum?
    457 
    458 # Workstation Console attachments
    459 bivideo0	at	mainbus0
    460 hpcfb*		at	bivideo0
    461 wsdisplay*	at	hpcfb?
    462 wskbd*		at	hpckbd? mux 1
    463 wsmouse*	at	vrpiu? mux 0
    464 wsmouse*	at	vrc4173piu? mux 0
    465 wsmouse*	at	vrdsiu_mouse? mux 0
    466 btnmgr0		at	mainbus0
    467 wskbd*		at	btnmgr0 mux 1
    468 
    469 # PCI bus support
    470 options 	PCIVERBOSE
    471 pci*	at vrpciu?
    472 
    473 # VRC4173
    474 vrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
    475 vrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
    476 vrc4173piu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
    477 
    478 #vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
    479 #pcmcia*	at vrc4173cardu?
    480 
    481 # PCI USB controllers
    482 ohci*	at pci?	dev ? function ?	# Open Host Controller
    483 #options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
    484 
    485 # miscellaneous PCI devices
    486 mqvideo*	at pci? dev ? function ?	# MQ200 video
    487 
    488 # PCMCIA bus support
    489 pcmcia* at plumpcmcia? controller ? socket ?
    490 pcmcia*	at pcic? controller 0 socket ?
    491 
    492 # PCMCIA IDE disk
    493 wdc*	at pcmcia? function ?
    494 
    495 # ATA (IDE) bus support
    496 atabus* at ata?
    497 
    498 # IDE drives
    499 wd*	at atabus? drive ? flags 0x0000
    500 
    501 # PCMCIA network interfaces
    502 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    503 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    504 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    505 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    506 sm*	at pcmcia? function ?		# Megahertz Ethernet
    507 wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    508 xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    509 com*	at xirc?
    510 xi*	at xirc?
    511 awi*	at pcmcia? function ?		# WLI-PCM
    512 an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    513 mhzc*	at pcmcia? function ?
    514 com*	at mhzc?
    515 sm*	at mhzc?
    516 
    517 # PCMCIA Serial interfaces
    518 com*	at pcmcia? function ?		# Modems and serial cards
    519 
    520 # PCMCIA SCSI interfaces
    521 aic*	at pcmcia? function ?
    522 esp*	at pcmcia? function ?		# NCR53c406 SCSI
    523 spc*	at pcmcia? function ?
    524 
    525 # ATAPI bus support
    526 atapibus* at atapi?
    527 cd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
    528 sd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
    529 
    530 # SCSI bus support
    531 scsibus* at aic?
    532 scsibus* at esp?
    533 scsibus* at spc?
    534 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    535 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    536 
    537 # USB Hubs
    538 usb*	at ohci?
    539 uhub*	at usb?
    540 uhub*	at uhub? port ? configuration ? interface ?
    541 
    542 # USB HID device
    543 uhidev*	at uhub? port ? configuration ? interface ?
    544 
    545 # USB Mice
    546 ums*	at uhidev? reportid ?
    547 wsmouse*	at ums? mux 0
    548 
    549 # USB Keyboards
    550 ukbd*	at uhidev? reportid ?
    551 wskbd*	at ukbd? console ? mux 1
    552 
    553 # USB Generic HID devices
    554 uhid*	at uhidev? reportid ?
    555 
    556 # USB Printer
    557 ulpt*	at uhub? port ? configuration ? interface ?
    558 
    559 # USB Modem
    560 umodem*	at uhub? port ? configuration ?
    561 ucom*	at umodem?
    562 
    563 # USB Mass Storage
    564 umass*	at uhub? port ? configuration ? interface ?
    565 atapibus* at umass?
    566 scsibus* at umass? channel ?
    567 
    568 # USB audio
    569 uaudio*	at uhub? port ? configuration ?
    570 
    571 # USB MIDI
    572 umidi* at uhub? port ? configuration ?
    573 
    574 # USB IrDA bridges
    575 #uirda* at uhub? port ? configuration ? interface ?
    576 #irframe* at uirda?
    577 
    578 # USB Ethernet adapters
    579 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    580 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    581 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    582 uax*	at uhub? port ?		# ASIX AX88172 based adapters
    583 url*	at uhub? port ?		# Realtek RTL8150L based adapters
    584 udav*	at uhub? port ?		# Davicom DM9601 based adapters
    585 
    586 # MII/PHY support
    587 ukphy*	at mii? phy ?		# generic unknown PHYs
    588 
    589 # Prolofic PL2301/PL2302 host-to-host adapter
    590 upl*	at uhub? port ?
    591 
    592 # Serial adapters
    593 # FTDI FT8U100AX serial adapter
    594 uftdi*	at uhub? port ?
    595 ucom*	at uftdi? portno ?
    596 
    597 uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    598 ucom*	at uplcom? portno ?
    599 
    600 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    601 ucom*	at umct? portno ?
    602 
    603 # Diamond Multimedia Rio 500
    604 urio*	at uhub? port ?
    605 
    606 # USB Handspring Visor
    607 uvisor*	at uhub? port ?
    608 ucom*	at uvisor?
    609 
    610 # USB scanners
    611 uscanner* at uhub? port ?
    612 
    613 # USB scanners that use SCSI emulation, e.g., HP5300
    614 usscanner* at uhub? port ?
    615 scsibus* at usscanner? channel ?
    616 
    617 # Y@P firmware loader
    618 uyap* at uhub? port ?
    619 
    620 # USB Generic driver
    621 ugen*	at uhub? port ?
    622 
    623 audio*	at uaudio?
    624 
    625 # Pseudo-Devices
    626 
    627 pseudo-device	loop		1	# network loopback
    628 pseudo-device	ppp		2	# serial-line IP ports
    629 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    630 pseudo-device	pty			# pseudo-terminals
    631 pseudo-device	bpfilter	16	# packet filter ports
    632 pseudo-device	ipfilter		# IP filter, NAT
    633 
    634 pseudo-device	vnd		4	# virtual disk ick
    635 #pseudo-device	ccd		4	# concatenated disks
    636 #pseudo-device	cgd		4	# cryptographic disks
    637 pseudo-device	rnd			# /dev/random and in-kernel generator
    638 pseudo-device	clockctl		# user control of clock subsystem
    639 
    640 pseudo-device	biconsdev	1	# build-in console device
    641 pseudo-device	wsmux			# mouse & keyboard multiplexor
    642 #pseudo-device	md		1	# memory disk device (ramdisk)
    643 
    644 #pseudo-device	raid		8	# RAIDframe disk driver
    645 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    646 # Options to enable various other RAIDframe RAID types.
    647 # options	RF_INCLUDE_EVENODD=1
    648 # options	RF_INCLUDE_RAID5_RS=1
    649 # options	RF_INCLUDE_PARITYLOGGING=1
    650 # options	RF_INCLUDE_CHAINDECLUSTER=1
    651 # options	RF_INCLUDE_INTERDECLUSTER=1
    652 # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    653 # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    654 
    655 # for IPv6
    656 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    657 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    658 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    659 
    660 ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
    661 pseudo-device	vlan
    662 
    663 ## Simple inter-network traffic bridging
    664 pseudo-device	bridge
    665 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    666 pseudo-device	ksyms			# /dev/ksyms
    667 #pseudo-device	pf			# PF packet filter
    668 #pseudo-device	pflog			# PF log if
    669