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