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