Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.100
      1  1.100  gmcgarry # $NetBSD: GENERIC,v 1.100 2001/12/14 05:34:47 gmcgarry Exp $
      2    1.1  takemura #
      3  1.100  gmcgarry # GENERIC machine description file
      4  1.100  gmcgarry # 
      5  1.100  gmcgarry # This machine description file is used to generate the default NetBSD
      6  1.100  gmcgarry # kernel.  The generic kernel does not include all options, subsystems
      7  1.100  gmcgarry # and device drivers, but should be useful for most applications.
      8  1.100  gmcgarry #
      9  1.100  gmcgarry # The machine description file can be customised for your specific
     10  1.100  gmcgarry # machine to reduce the kernel size and improve its performance.
     11    1.1  takemura #
     12  1.100  gmcgarry # For further information on compiling NetBSD kernels, see the config(8)
     13  1.100  gmcgarry # man page.
     14    1.1  takemura #
     15  1.100  gmcgarry # For further information on hardware support for this architecture, see
     16  1.100  gmcgarry # the intro(4) man page.  For further information about kernel options
     17  1.100  gmcgarry # for this architecture, see the options(4) man page.  For an explanation
     18  1.100  gmcgarry # of each device driver in this file see the section 4 man page for the
     19  1.100  gmcgarry # device.
     20  1.100  gmcgarry 
     21    1.1  takemura include		"arch/hpcmips/conf/std.hpcmips"
     22   1.24   hubertf 
     23  1.100  gmcgarry #ident 		"GENERIC-$Revision: 1.100 $"
     24    1.1  takemura 
     25   1.98       uch maxusers	16
     26    1.1  takemura 
     27    1.1  takemura options 	MIPS3			# R4000/R4400/R4600 CPUs
     28    1.1  takemura 
     29    1.1  takemura # Support for specific models of H/PC MIPS
     30    1.9     enami options 	MIPS3_4100		# VR4100 core
     31   1.85      sato options 	VR41XX			# NEC VR41xx series
     32   1.86      sato options 	VR4102			# NEC VR4102
     33   1.86      sato options 	VR4111			# NEC VR4111
     34   1.86      sato options 	VR4121			# NEC VR4121
     35   1.22      shin options 	NOFPU			# No FPU
     36   1.22      shin options 	SOFTFLOAT		# emulate FPU insn
     37    1.9     enami options 	MIPS3_L2CACHE_ABSENT
     38    1.1  takemura 
     39    1.1  takemura # Standard system options
     40    1.1  takemura options 	DDB			# in-kernel debugger
     41    1.1  takemura #options 	DDB_ONPANIC=0		# don't enter debugger on panic
     42   1.86      sato #options 	KGDB			# remote debugger
     43    1.1  takemura #options 	DIAGNOSTIC		# extra kernel debugging checks
     44    1.1  takemura #options 	DEBUG			# extra kernel debugging support
     45    1.1  takemura options 	KTRACE			# system call tracing support
     46   1.87      sato options 	MSGBUFSIZE=8192		# dmesg buffer size
     47   1.72  takemura 
     48   1.72  takemura ## UVM options.
     49   1.72  takemura #options 	UVM_PAGE_TRKOWN
     50   1.72  takemura #options 	UVMHIST
     51   1.72  takemura #options 	UVMHIST_PRINT	# Loud!
     52    1.1  takemura 
     53   1.54      shin #options 	SCSIVERBOSE		# human readable SCSI error messages
     54   1.27      sato #options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
     55    1.1  takemura 
     56   1.11      sato #options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     57    1.9     enami #options 	RTC_OFFSET=-540		# JST-9
     58    1.9     enami #options 	RTC_OFFSET=480		# PST8
     59   1.25      sato 					# In NO RTC_OFFSET , inherit RTC_OFFSET
     60   1.25      sato 					# from Windows CE.
     61    1.1  takemura options 	NTP			# network time protocol
     62    1.1  takemura #options 	UCONSOLE		# users can redirect console (unsafe)
     63    1.1  takemura 
     64    1.9     enami #options 	WINCE_DEFAULT_SETTING	# Debugging use
     65    1.9     enami #options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
     66    1.9     enami #options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
     67    1.9     enami 
     68    1.9     enami #options 	SYSCALL_DEBUG		# for debug
     69    1.9     enami #options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
     70    1.9     enami #options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
     71    1.1  takemura 
     72    1.1  takemura # Filesystem options
     73   1.92     enami file-system 	FFS		# fast filesystem with user and group quotas
     74    1.1  takemura file-system 	MFS		# memory-based filesystem
     75    1.1  takemura file-system 	NFS		# Sun NFS-compatible filesystem (client)
     76    1.1  takemura #file-system	LFS		# Log-based filesystem (still experimental)
     77   1.54      shin file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     78   1.20      shin file-system 	MSDOSFS		# MS-DOS file system
     79    1.1  takemura #file-system 	FDESC		# /dev/fd
     80    1.1  takemura file-system 	KERNFS		# /kern (kernel informational filesystem)
     81    1.1  takemura #file-system 	NULLFS		# loopback file system
     82   1.23  wrstuden #file-system 	OVERLAY		# overlay file system
     83    1.1  takemura #file-system 	PORTAL		# portal filesystem (still experimental)
     84    1.1  takemura file-system 	PROCFS		# /proc
     85    1.1  takemura #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     86    1.1  takemura file-system 	UNION
     87    1.1  takemura 
     88    1.1  takemura #options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     89   1.92     enami options 	SOFTDEP		# FFS soft updates support.
     90   1.54      shin #options 	QUOTA		# UFS quotas
     91   1.68      shin options 	VNODE_OP_NOINLINE # don't inline vnode op calls
     92   1.13       jun 
     93    1.1  takemura # Networking options
     94   1.13       jun #options 	GATEWAY		# IP packet forwarding
     95   1.13       jun options 	INET		# IP + ICMP + TCP + UDP
     96   1.13       jun options 	INET6		# IPV6
     97   1.13       jun #options 	IPSEC		# IP security
     98   1.13       jun #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     99   1.13       jun #options 	IPSEC_DEBUG	# debug for IP security
    100    1.1  takemura #options 	MROUTING	# Multicast routing support
    101    1.1  takemura #options 	ISO		# OSI networking
    102    1.1  takemura #options 	TPIP		# TPIP
    103    1.1  takemura #options 	EON		# OSI tunneling over IP
    104    1.1  takemura #options 	CCITT,LLC,HDLC	# X.25
    105    1.1  takemura 
    106    1.1  takemura # NetBSD backwards compatibility
    107   1.45       uch options 	COMPAT_43
    108    1.1  takemura 
    109    1.9     enami options 	NFS_BOOT_DHCP
    110    1.1  takemura 
    111    1.1  takemura config		netbsd		root on ? type ?
    112    1.1  takemura 
    113    1.1  takemura # WS console uses SUN or VT100 terminal emulation
    114    1.1  takemura options 	WSEMUL_VT100
    115   1.81      sato #options 	WSDISPLAY_DEFAULTSCREENS=4
    116    1.9     enami #options 	FONT_VT220L8x8
    117    1.9     enami options 	FONT_VT220L8x10
    118   1.48  takemura # compatibility to other console drivers
    119   1.48  takemura options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    120   1.48  takemura options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    121   1.48  takemura options 	WSDISPLAY_COMPAT_USL		# VT handling
    122   1.48  takemura options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    123   1.71  takemura #
    124   1.71  takemura # Hpckbd will set key board layout appropriately. You can use option
    125   1.71  takemura # 'PCKBD_LAYOUT' to overrite the default layout.
    126   1.71  takemura #
    127   1.92     enami #options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
    128   1.57  takemura 
    129   1.57  takemura # temporally power management
    130   1.61  takemura hpcapm0	at mainbus0			# power management
    131   1.61  takemura apmdev0	at hpcapm0			# APM
    132    1.1  takemura 
    133    1.1  takemura vrip*	at mainbus0
    134   1.70      sato vrbcu*	at vrip? addr 0x0b000000 size 0x20
    135    1.1  takemura vrcmu*	at vrip? addr 0x0b000060 size 0x20
    136    1.1  takemura vrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
    137    1.1  takemura 
    138   1.97     lukem vrkiu*	at vrip? addr 0x0b000180 size 0x20 intr 7
    139   1.65  takemura hpckbd*	at vrkiu?
    140    1.9     enami options 	__NO_SOFT_SERIAL_INTERRUPT
    141   1.28  takemura com*	at vrip? addr 0x0c000000 size 0x20 intr 9 pwctl PWCTL_COM0
    142    1.1  takemura vrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
    143    1.1  takemura vrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
    144   1.16  takemura vrdsu*	at vrip? addr 0x0b0000e0 size 0x08
    145   1.19  takemura vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
    146   1.97     lukem vrled*	at vrip? addr 0x0b000240 size 0x10 intr 17
    147   1.59  takemura 
    148   1.83  takemura options 	MQ200_DEBUG
    149   1.83  takemura #options 	MQ200_USECRT
    150   1.61  takemura mqvideo0 at vrip? addr 0x0a000000 size 0x800000	# MQ200 video controller
    151   1.61  takemura hpcfb*		at	mqvideo?
    152   1.69      sato 
    153   1.69      sato ite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
    154   1.69      sato hpcfb*		at	ite8181video?
    155   1.77      sato 
    156   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430
    157   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510
    158   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520
    159   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
    160   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530
    161   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
    162   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
    163   1.97     lukem vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700
    164   1.19  takemura 
    165   1.19  takemura # Workstation Console attachments
    166   1.35  takemura bivideo0	at	mainbus0
    167   1.35  takemura hpcfb*		at	bivideo0
    168   1.35  takemura wsdisplay*	at	hpcfb?
    169   1.65  takemura wskbd*		at	hpckbd? mux 1
    170   1.19  takemura wsmouse*	at	vrpiu? mux 0
    171   1.36  takemura btnmgr0		at	mainbus0
    172   1.36  takemura wskbd*		at	btnmgr0 mux 1
    173    1.1  takemura 
    174    1.1  takemura #
    175   1.33  takemura # hpcmips isa? bus irq locator means:
    176   1.33  takemura #
    177   1.33  takemura # 0x0000000f ISA IRQ#
    178   1.33  takemura # 0x00ff0000 GPIO port#
    179   1.33  takemura # 0x01000000 interrupt signal hold/through	(1:hold/0:though)
    180   1.33  takemura # 0x02000000 interrupt detection level		(1:low /0:high	)
    181   1.33  takemura # 0x04000000 interrupt detection trigger	(1:edge/0:level	)
    182   1.33  takemura 
    183   1.33  takemura #
    184   1.27      sato # MC-R300, MC-R500
    185    1.1  takemura # Button to GPIO port # mapping
    186    1.1  takemura #  + REC button       : 4
    187    1.1  takemura #  + Open/Close button: 6
    188    1.1  takemura # (PCIC-ISA : 9)
    189    1.1  takemura # (COM power:14)
    190   1.27      sato #
    191   1.27      sato # MC-R510
    192   1.27      sato # Button to GPIO port # mapping
    193   1.27      sato #  + Open/Close button: 3
    194   1.27      sato # (PCIC-ISA : 9)
    195   1.27      sato # (COM power:14)
    196   1.27      sato #
    197   1.27      sato # MC-R530
    198   1.27      sato # Button to GPIO port # mapping
    199   1.27      sato #  + Open/Close button: 3
    200   1.27      sato #  + Application button: 2
    201   1.27      sato # (PCIC-ISA : 9)
    202   1.88      sato # (COM power:46)
    203   1.27      sato #
    204   1.27      sato # MC-R700
    205   1.27      sato # Button to GPIO port # mapping
    206   1.27      sato #  + Open/Close button: 3
    207   1.27      sato # (PCIC-ISA : 9)
    208   1.27      sato # (COM power:46)
    209   1.27      sato #
    210   1.27      sato # MC-CS
    211   1.27      sato # Button to GPIO port # mapping
    212   1.27      sato # (PCIC-ISA : 9)
    213   1.27      sato # (COM power:14)
    214   1.27      sato #
    215   1.27      sato # IBM WorkPad z50
    216   1.27      sato # Button to GPIO port # mapping
    217   1.27      sato #  + REC button       : 1
    218   1.27      sato #  + Application button?      : 2
    219   1.27      sato # (PCIC-ISA : 9)
    220   1.27      sato #
    221   1.18  takemura button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
    222   1.64      sato button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
    223   1.97     lukem button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
    224   1.79      sato button1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
    225   1.64      sato button1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
    226   1.64      sato button1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
    227   1.88      sato #button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
    228   1.64      sato button1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
    229   1.88      sato #button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
    230   1.67      sato button1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
    231   1.64      sato button1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
    232   1.18  takemura button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
    233   1.18  takemura button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
    234   1.64      sato button2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
    235   1.64      sato button2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
    236   1.64      sato button3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
    237   1.18  takemura pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
    238   1.79      sato pwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
    239   1.75      sato pwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
    240   1.75      sato pwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
    241   1.88      sato pwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
    242   1.75      sato #pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
    243   1.64      sato pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
    244   1.64      sato pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
    245   1.95      sato pwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
    246   1.64      sato pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
    247   1.64      sato pwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
    248   1.95      sato pwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
    249   1.63      sato pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
    250   1.42      sato pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
    251   1.64      sato pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
    252   1.79      sato pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
    253   1.64      sato pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
    254   1.64      sato pwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
    255   1.64      sato pwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
    256   1.88      sato #pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
    257   1.64      sato pwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
    258   1.88      sato #pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
    259   1.88      sato #pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
    260   1.64      sato pwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
    261   1.79      sato #pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
    262   1.75      sato #pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
    263   1.75      sato #pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
    264    1.1  takemura vrisab0 at vrgiu? platform NEC_MCR
    265    1.1  takemura vrisab0 at vrgiu? platform NEC_MCCS
    266   1.14      shin vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
    267    1.1  takemura isa0	at vrisab0
    268    1.1  takemura pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
    269    1.1  takemura #
    270    1.1  takemura # Freestyle
    271    1.1  takemura # Button to GPIO port # mapping
    272    1.1  takemura #    +---------+
    273    1.1  takemura # 1 +|         |
    274    1.1  takemura #    |         |+ 7
    275    1.1  takemura #    |         |
    276    1.1  takemura #20 +|   LCD   |+ 4
    277    1.1  takemura #    |         | + 6
    278    1.5     enami # 8 +|         |+ 5
    279    1.1  takemura #    |         |
    280    1.7       uch #    |         |+----Power On/Off (connected to PMU)
    281    1.1  takemura #    +---------+
    282    1.1  takemura #          +9
    283    1.1  takemura #        +12 +10
    284    1.1  takemura #          +11
    285    1.1  takemura # (PCIC-ISA : 23)
    286   1.18  takemura button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
    287   1.18  takemura button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
    288   1.18  takemura button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
    289   1.18  takemura button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
    290   1.18  takemura button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
    291   1.18  takemura button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
    292   1.18  takemura button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
    293   1.18  takemura button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
    294   1.18  takemura button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
    295   1.18  takemura button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
    296   1.18  takemura button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
    297    1.1  takemura vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
    298    1.1  takemura isa1	at vrisab1
    299    1.1  takemura pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
    300    1.1  takemura 
    301    1.9     enami options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
    302   1.31       jun 
    303    1.1  takemura #
    304   1.17      shin # Fujitsu INTERTOP CX300
    305   1.17      shin #
    306   1.97     lukem pwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
    307   1.97     lukem vrisab2	at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
    308   1.97     lukem isa2	at vrisab2
    309   1.97     lukem pcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
    310   1.33  takemura 
    311   1.17      shin #
    312   1.21      shin # Vadem Clio and Sharp Tripad
    313   1.21      shin #
    314   1.97     lukem vrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
    315   1.97     lukem vrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
    316   1.97     lukem isa3	at vrisab3
    317   1.97     lukem pcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
    318   1.33  takemura 
    319   1.33  takemura #
    320   1.33  takemura # CASIO CASSIOPEIA E55 and for DoCoMo
    321   1.33  takemura #
    322   1.33  takemura button0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
    323   1.33  takemura button1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
    324   1.33  takemura button2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
    325   1.33  takemura button3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
    326   1.33  takemura button4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
    327   1.33  takemura button5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
    328   1.33  takemura button6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
    329   1.33  takemura button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
    330   1.97     lukem pwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
    331   1.97     lukem pwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
    332   1.80  takemura 
    333   1.80  takemura # 'CF hack' for all CASSIOPEIA E series
    334   1.97     lukem vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
    335   1.97     lukem vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
    336   1.97     lukem isa4	at vrisab4
    337   1.97     lukem wdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
    338   1.33  takemura 
    339   1.21      shin #
    340   1.91  takemura # Fujitsu PenCentra 130
    341    1.1  takemura #
    342   1.91  takemura vrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
    343   1.97     lukem vrisab5	at vrc4172gpio0 isaportoffset 0x1000000
    344   1.91  takemura isa5	at vrisab5
    345   1.97     lukem pcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
    346    1.1  takemura 
    347    1.1  takemura # PCMCIA bus support
    348   1.34      shin pcmcia*	at pcic? controller 0 socket ?
    349    1.1  takemura 
    350    1.1  takemura # PCMCIA IDE disk
    351    1.1  takemura wdc*	at pcmcia? function ?
    352    1.1  takemura wd*	at wdc? channel ? drive ? flags 0x0000
    353    1.1  takemura 
    354    1.1  takemura # PCMCIA network interfaces
    355    1.1  takemura ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    356    1.1  takemura mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    357    1.1  takemura ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    358   1.76   mycroft ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    359    1.1  takemura sm*	at pcmcia? function ?		# Megahertz Ethernet
    360   1.32  takemura wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    361   1.32  takemura awi*	at pcmcia? function ?		# WLI-PCM
    362   1.74      matt an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    363    1.1  takemura 
    364   1.49  takemura # PCMCIA Serial interfaces
    365    1.1  takemura com*	at pcmcia? function ?		# Modems and serial cards
    366    1.1  takemura 
    367   1.49  takemura # PCMCIA SCSI interfaces
    368    1.1  takemura aic*	at pcmcia? function ?
    369   1.49  takemura esp*	at pcmcia? function ?		# NCR53c406 SCSI
    370   1.49  takemura 
    371   1.49  takemura # ATAPI bus support
    372   1.49  takemura atapibus* at wdc? channel ?
    373   1.49  takemura cd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
    374   1.49  takemura sd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
    375   1.49  takemura 
    376   1.49  takemura # SCSI bus support
    377    1.1  takemura scsibus* at aic?
    378   1.49  takemura scsibus* at esp?
    379    1.1  takemura sd*	at scsibus? target ? lun ?	# SCSI disk drives
    380   1.49  takemura cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    381    1.1  takemura 
    382    1.1  takemura pseudo-device	loop		1	# network loopback
    383   1.10     enami pseudo-device	ppp		2	# serial-line IP ports
    384   1.66  jdolecek pseudo-device	pty			# pseudo-terminals
    385    1.1  takemura pseudo-device	bpfilter	16	# packet filter ports
    386    1.1  takemura pseudo-device	ipfilter		# IP filter, NAT
    387    1.1  takemura 
    388    1.1  takemura pseudo-device	vnd		4	# virtual disk ick
    389   1.54      shin #pseudo-device	ccd		4	# concatenated disks
    390   1.97     lukem pseudo-device	rnd			# /dev/random and in-kernel generator
    391    1.1  takemura 
    392    1.1  takemura pseudo-device	biconsdev	1	# build-in console device
    393   1.96  augustss pseudo-device	wsmux			# mouse & keyboard multiplexor
    394   1.49  takemura #pseudo-device	md		1	# memory disk device (ramdisk)
    395   1.49  takemura 
    396   1.49  takemura #pseudo-device	raid		4	# RAIDframe disk driver
    397   1.92     enami #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    398   1.13       jun 
    399   1.13       jun # for IPv6
    400   1.13       jun pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    401   1.15    itojun #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    402   1.44    itojun #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    403   1.90   hubertf 
    404   1.90   hubertf ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
    405   1.90   hubertf pseudo-device	vlan
    406   1.93    atatat 
    407   1.93    atatat ## Simple inter-network traffic bridging
    408   1.99    atatat pseudo-device	bridge
    409