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