GENERIC32_IP3x revision 1.13.2.9       1  1.13.2.9  skrll #	$NetBSD: GENERIC32_IP3x,v 1.13.2.9 2005/01/24 08:34:33 skrll Exp $
      2  1.13.2.2  skrll #
      3  1.13.2.2  skrll # GENERIC32_IP3x machine description file
      4  1.13.2.2  skrll # 
      5  1.13.2.2  skrll # This machine description file is used to generate the default NetBSD
      6  1.13.2.2  skrll # kernel.  The generic kernel does not include all options, subsystems
      7  1.13.2.2  skrll # and device drivers, but should be useful for most applications.
      8  1.13.2.2  skrll #
      9  1.13.2.2  skrll # The machine description file can be customised for your specific
     10  1.13.2.2  skrll # machine to reduce the kernel size and improve its performance.
     11  1.13.2.2  skrll #
     12  1.13.2.2  skrll # For further information on compiling NetBSD kernels, see the config(8)
     13  1.13.2.2  skrll # man page.
     14  1.13.2.2  skrll #
     15  1.13.2.2  skrll # For further information on hardware support for this architecture, see
     16  1.13.2.2  skrll # the intro(4) man page.  For further information about kernel options
     17  1.13.2.2  skrll # for this architecture, see the options(4) man page.  For an explanation
     18  1.13.2.2  skrll # of each device driver in this file see the section 4 man page for the
     19  1.13.2.2  skrll # device.
     20  1.13.2.2  skrll #
     21  1.13.2.2  skrll #
     22  1.13.2.2  skrll # Currently this config file supports O2 (IP32).
     23  1.13.2.2  skrll #
     24  1.13.2.2  skrll 
     25  1.13.2.2  skrll include 	"arch/sgimips/conf/std.sgimips"
     26  1.13.2.2  skrll 
     27  1.13.2.2  skrll makeoptions	TEXTADDR="0x80069000"	# entry point
     28  1.13.2.2  skrll 
     29  1.13.2.2  skrll options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     30  1.13.2.2  skrll 
     31  1.13.2.9  skrll #ident		"GENERIC32_IP3x-$Revision: 1.13.2.9 $"
     32  1.13.2.2  skrll 
     33  1.13.2.2  skrll maxusers	32
     34  1.13.2.2  skrll 
     35  1.13.2.2  skrll # CPU related options
     36  1.13.2.2  skrll options 	MIPS3		# MIPS3 support
     37  1.13.2.2  skrll options		ENABLE_MIPS4_CACHE_R10K # enable R10000 cache ops
     38  1.13.2.2  skrll #options	BLINK		# blinkenlitzen
     39  1.13.2.2  skrll 
     40  1.13.2.2  skrll # Standard system options
     41  1.13.2.2  skrll #options 	INSECURE	# disable kernel security levels
     42  1.13.2.2  skrll 
     43  1.13.2.2  skrll #options 	NTP		# NTP phase/frequence locked loop
     44  1.13.2.2  skrll options 	KTRACE		# system call tracing via ktrace(1)
     45  1.13.2.2  skrll options 	SYSTRACE	# system call vetting via systrace(1)
     46  1.13.2.2  skrll 
     47  1.13.2.2  skrll options 	SYSVMSG		# System V message queues
     48  1.13.2.2  skrll options 	SYSVSEM		# System V semaphores
     49  1.13.2.2  skrll #options 	SEMMNI=10	# number of semaphore identifiers
     50  1.13.2.2  skrll #options 	SEMMNS=60	# number of semaphores in system
     51  1.13.2.2  skrll #options 	SEMUME=10	# max number of undo entries per process
     52  1.13.2.2  skrll #options 	SEMMNU=30	# number of undo structures in system
     53  1.13.2.2  skrll options 	SYSVSHM		# System V shared memory
     54  1.13.2.2  skrll #options 	SHMMAXPGS=1024	# 1024 pages is the default
     55  1.13.2.2  skrll options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
     56  1.13.2.2  skrll 
     57  1.13.2.2  skrll #options 	LKM		# loadable kernel modules (XXX: working?)
     58  1.13.2.2  skrll 
     59  1.13.2.2  skrll options 	USERCONF	# userconf(4) support
     60  1.13.2.2  skrll #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     61  1.13.2.2  skrll options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     62  1.13.2.2  skrll 
     63  1.13.2.2  skrll # Enable experimental buffer queue strategy for better responsiveness under 
     64  1.13.2.2  skrll # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     65  1.13.2.2  skrll #options 	NEW_BUFQ_STRATEGY
     66  1.13.2.2  skrll 
     67  1.13.2.2  skrll # Diagnostic/debugging support options
     68  1.13.2.2  skrll #options 	DIAGNOSTIC	# expensive kernel consistency checks
     69  1.13.2.2  skrll #options 	DEBUG		# expensive debugging checks/support
     70  1.13.2.2  skrll #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     71  1.13.2.2  skrll options 	DDB		# in-kernel debugger
     72  1.13.2.2  skrll options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     73  1.13.2.2  skrll #options 	KGDB		# remote debugger
     74  1.13.2.2  skrll #options 	KGDB_DEV=0x2301		# KGDB port - this is Serial(1)
     75  1.13.2.2  skrll #options 	KGDB_DEVRATE=19200	# KGDB Baud Rate
     76  1.13.2.2  skrll #makeoptions	DEBUG="-g"	# compile full symbol table
     77  1.13.2.2  skrll 
     78  1.13.2.2  skrll # Compatibility options
     79  1.13.2.5  skrll options 	COMPAT_15	# NetBSD 1.5
     80  1.13.2.5  skrll options		COMPAT_16	# NetBSD 1.6
     81  1.13.2.5  skrll options		COMPAT_20	# NetBSD 2.0
     82  1.13.2.2  skrll #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     83  1.13.2.2  skrll 
     84  1.13.2.2  skrll options 	COMPAT_IRIX	# binary compatibility with IRIX
     85  1.13.2.2  skrll #options	COMPAT_LINUX	# binary compatibility with Linux
     86  1.13.2.2  skrll #options	COMPAT_ULTRIX	# binary compatibility with Ultrix 
     87  1.13.2.7  skrll options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     88  1.13.2.2  skrll 
     89  1.13.2.2  skrll # File systems
     90  1.13.2.2  skrll file-system 	FFS		# UFS
     91  1.13.2.2  skrll file-system 	EXT2FS		# second extended file system (linux)
     92  1.13.2.2  skrll file-system 	LFS		# log-structured file system
     93  1.13.2.2  skrll file-system 	MFS		# memory file system
     94  1.13.2.2  skrll file-system 	NFS		# Network File System client
     95  1.13.2.2  skrll file-system 	NTFS		# Windows/NT file system (experimental)
     96  1.13.2.2  skrll file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     97  1.13.2.2  skrll file-system 	MSDOSFS		# MS-DOS file system
     98  1.13.2.2  skrll file-system 	FDESC		# /dev/fd
     99  1.13.2.2  skrll file-system 	KERNFS		# /kern
    100  1.13.2.2  skrll file-system 	NULLFS		# loopback file system
    101  1.13.2.2  skrll file-system 	OVERLAY		# overlay file system
    102  1.13.2.2  skrll file-system 	PORTAL		# portal filesystem (still experimental)
    103  1.13.2.2  skrll file-system 	PROCFS		# /proc
    104  1.13.2.2  skrll file-system 	UMAPFS		# NULLFS + uid and gid remapping
    105  1.13.2.2  skrll file-system 	UNION		# union file system
    106  1.13.2.2  skrll file-system	CODA		# Coda File System; also needs vcoda (below)
    107  1.13.2.2  skrll 
    108  1.13.2.2  skrll # File system options
    109  1.13.2.2  skrll options 	QUOTA		# UFS quotas
    110  1.13.2.2  skrll #options 	FFS_EI		# FFS Endian Independent support
    111  1.13.2.2  skrll options 	SOFTDEP		# FFS soft updates support.
    112  1.13.2.2  skrll options 	NFSSERVER	# Network File System server
    113  1.13.2.2  skrll #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    114  1.13.2.2  skrll 				# immutable) behave as system flags.
    115  1.13.2.2  skrll 
    116  1.13.2.2  skrll # Networking options
    117  1.13.2.2  skrll #options 	GATEWAY		# packet forwarding
    118  1.13.2.2  skrll options 	INET		# IP + ICMP + TCP + UDP
    119  1.13.2.2  skrll options 	INET6		# IPV6
    120  1.13.2.2  skrll #options 	IPSEC		# IP security
    121  1.13.2.2  skrll #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    122  1.13.2.2  skrll #options 	IPSEC_DEBUG	# debug for IP security
    123  1.13.2.2  skrll #options 	MROUTING	# IP multicast routing
    124  1.13.2.3  skrll #options 	PIM		# Protocol Independent Multicast
    125  1.13.2.2  skrll options 	NS		# XNS
    126  1.13.2.2  skrll #options 	NSIP		# XNS tunneling over IP
    127  1.13.2.2  skrll options 	ISO,TPIP	# OSI
    128  1.13.2.2  skrll #options 	EON		# OSI tunneling over IP
    129  1.13.2.2  skrll options 	CCITT,LLC,HDLC	# X.25
    130  1.13.2.2  skrll options 	NETATALK	# AppleTalk networking protocols
    131  1.13.2.2  skrll options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    132  1.13.2.2  skrll options 	PPP_DEFLATE	# Deflate compression support for PPP
    133  1.13.2.2  skrll options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    134  1.13.2.2  skrll options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    135  1.13.2.2  skrll options 	IPFILTER_LOG	# ipmon(8) log support
    136  1.13.2.2  skrll #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    137  1.13.2.2  skrll #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    138  1.13.2.2  skrll 
    139  1.13.2.2  skrll #options 	ALTQ		# Manipulate network interfaces' output queues
    140  1.13.2.2  skrll #options 	ALTQ_BLUE	# Stochastic Fair Blue
    141  1.13.2.2  skrll #options 	ALTQ_CBQ	# Class-Based Queueing
    142  1.13.2.2  skrll #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    143  1.13.2.2  skrll #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    144  1.13.2.2  skrll #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    145  1.13.2.2  skrll #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    146  1.13.2.2  skrll #options 	ALTQ_LOCALQ	# Local queueing discipline
    147  1.13.2.2  skrll #options 	ALTQ_PRIQ	# Priority Queueing
    148  1.13.2.2  skrll #options 	ALTQ_RED	# Random Early Detection
    149  1.13.2.2  skrll #options 	ALTQ_RIO	# RED with IN/OUT
    150  1.13.2.2  skrll #options 	ALTQ_WFQ	# Weighted Fair Queueing
    151  1.13.2.2  skrll 
    152  1.13.2.2  skrll # These options enable verbose messages for several subsystems.
    153  1.13.2.2  skrll # Warning, these may compile large string tables into the kernel!
    154  1.13.2.2  skrll options 	MIIVERBOSE	# verbose PHY autoconfig messages
    155  1.13.2.2  skrll options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    156  1.13.2.2  skrll #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    157  1.13.2.2  skrll options 	SCSIVERBOSE	# human readable SCSI error messages
    158  1.13.2.2  skrll 
    159  1.13.2.2  skrll options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    160  1.13.2.2  skrll 
    161  1.13.2.2  skrll #options 	MEMORY_DISK_HOOKS
    162  1.13.2.2  skrll #options 	MEMORY_DISK_IS_ROOT
    163  1.13.2.2  skrll #options 	MEMORY_DISK_SERVER=0
    164  1.13.2.2  skrll #options 	MINIROOTSIZE=8192
    165  1.13.2.2  skrll 
    166  1.13.2.2  skrll #options 	SCSI_DELAY=5
    167  1.13.2.2  skrll 
    168  1.13.2.2  skrll # Kernel root file system and dump configuration.
    169  1.13.2.2  skrll config		netbsd	root on ? type ?
    170  1.13.2.2  skrll 
    171  1.13.2.2  skrll # Main bus and CPU
    172  1.13.2.2  skrll mainbus0 	at root
    173  1.13.2.2  skrll cpu0 		at mainbus?
    174  1.13.2.2  skrll 
    175  1.13.2.2  skrll # O2 busses
    176  1.13.2.2  skrll crime0 		at mainbus0 addr 0x14000000
    177  1.13.2.2  skrll mace0 		at mainbus0 addr 0x1f000000
    178  1.13.2.2  skrll macepci0 	at mace0 offset 0x080000 intr 7
    179  1.13.2.2  skrll pci0 		at macepci0 bus 0
    180  1.13.2.2  skrll 
    181  1.13.2.2  skrll # MACE devices
    182  1.13.2.2  skrll mec0 		at mace0 offset 0x280000 intr 3
    183  1.13.2.2  skrll pckbc0		at mace0 offset 0x320000 intr 5
    184  1.13.2.2  skrll lpt0 		at mace0 offset 0x380000 intr 4 intrmask 0x000f0000
    185  1.13.2.2  skrll com0 		at mace0 offset 0x390000 intr 4 intrmask 0x03f00000
    186  1.13.2.2  skrll com1 		at mace0 offset 0x398000 intr 4 intrmask 0xfc000000
    187  1.13.2.2  skrll mcclock0	at mace0 offset 0x3a0000
    188  1.13.2.2  skrll 
    189  1.13.2.2  skrll # PCI cryptographic devices
    190  1.13.2.2  skrll hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
    191  1.13.2.2  skrll ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
    192  1.13.2.2  skrll 
    193  1.13.2.2  skrll # PCI network devices
    194  1.13.2.2  skrll #an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
    195  1.13.2.2  skrll #bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
    196  1.13.2.2  skrll #en*     at pci? dev ? function ?        # ENI/Adaptec ATM
    197  1.13.2.2  skrll ep*     at pci? dev ? function ?        # 3Com 3c59x
    198  1.13.2.2  skrll epic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet
    199  1.13.2.2  skrll esh*    at pci? dev ? function ?        # Essential HIPPI card
    200  1.13.2.2  skrll ex*     at pci? dev ? function ?        # 3Com 90x[BC]
    201  1.13.2.2  skrll fpa*    at pci? dev ? function ?        # DEC DEFPA FDDI
    202  1.13.2.2  skrll fxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
    203  1.13.2.2  skrll #gsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet
    204  1.13.2.2  skrll #hme*   at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
    205  1.13.2.2  skrll le*     at pci? dev ? function ?        # PCnet-PCI Ethernet
    206  1.13.2.2  skrll lmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
    207  1.13.2.2  skrll mtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
    208  1.13.2.2  skrll ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet
    209  1.13.2.2  skrll ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
    210  1.13.2.2  skrll pcn*    at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
    211  1.13.2.2  skrll rtk*    at pci? dev ? function ?        # Realtek 8129/8139
    212  1.13.2.2  skrll sf*     at pci? dev ? function ?        # Adaptec AIC-6915 Ethernet
    213  1.13.2.2  skrll sip*    at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
    214  1.13.2.2  skrll #skc*   at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
    215  1.13.2.2  skrll #sk*    at skc?                         # SysKonnect SK9821 Gigabit Ethernet
    216  1.13.2.2  skrll ste*    at pci? dev ? function ?        # Sundance ST-201 Ethernet
    217  1.13.2.2  skrll #stge*   at pci? dev ? function ?        # Sundance/Tamarack TC9021 Gigabit
    218  1.13.2.2  skrll ti*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet
    219  1.13.2.2  skrll tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
    220  1.13.2.2  skrll tlp*    at pci? dev ? function ?        # DECchip 21x4x and clones
    221  1.13.2.2  skrll vr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet
    222  1.13.2.2  skrll wi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
    223  1.13.2.2  skrll wm*     at pci? dev ? function ?        # Intel 82543/82544 gigabit
    224  1.13.2.2  skrll 
    225  1.13.2.2  skrll # MII/PHY support
    226  1.13.2.2  skrll acphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
    227  1.13.2.2  skrll amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
    228  1.13.2.2  skrll bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    229  1.13.2.2  skrll brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
    230  1.13.2.2  skrll dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
    231  1.13.2.2  skrll exphy*	at mii? phy ?			# 3Com internal PHYs
    232  1.13.2.2  skrll gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
    233  1.13.2.2  skrll glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    234  1.13.2.2  skrll gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    235  1.13.2.2  skrll icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
    236  1.13.2.2  skrll inphy*	at mii? phy ?			# Intel 82555 PHYs
    237  1.13.2.2  skrll iophy*  at mii? phy ?                   # Intel 82553 PHYs
    238  1.13.2.2  skrll lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
    239  1.13.2.2  skrll makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    240  1.13.2.2  skrll nsphy*	at mii? phy ?			# NS83840 PHYs
    241  1.13.2.2  skrll nsphyter* at mii? phy ?                 # NS83843 PHYs
    242  1.13.2.2  skrll pnaphy* at mii? phy ?                   # generic HomePNA PHYs
    243  1.13.2.2  skrll qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
    244  1.13.2.2  skrll sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
    245  1.13.2.2  skrll tlphy*  at mii? phy ?                   # ThunderLAN PHYs
    246  1.13.2.2  skrll tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
    247  1.13.2.2  skrll ukphy*	at mii? phy ?			# generic unknown PHYs
    248  1.13.2.2  skrll urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
    249  1.13.2.2  skrll 
    250  1.13.2.2  skrll # O2 SCSI
    251  1.13.2.2  skrll ahc* 		at pci? dev ? function ?
    252  1.13.2.2  skrll scsibus* 	at scsi?
    253  1.13.2.2  skrll 
    254  1.13.2.2  skrll sd*     at scsibus? target ? lun ?	# SCSI disks
    255  1.13.2.2  skrll st*     at scsibus? target ? lun ?	# SCSI tapes
    256  1.13.2.2  skrll cd*     at scsibus? target ? lun ?	# SCSI CD-ROMs
    257  1.13.2.2  skrll ch*     at scsibus? target ? lun ?	# SCSI changer devices
    258  1.13.2.2  skrll ss*     at scsibus? target ? lun ?	# SCSI scanners
    259  1.13.2.2  skrll ses*    at scsibus? target ? lun ?	# SCSI SES/SAF-TE devices
    260  1.13.2.2  skrll uk*     at scsibus? target ? lun ?	# unknown SCSI
    261  1.13.2.2  skrll 
    262  1.13.2.2  skrll pckbd*		at pckbc?
    263  1.13.2.2  skrll pms*		at pckbc?
    264  1.13.2.2  skrll wskbd*		at pckbd? console ?
    265  1.13.2.2  skrll wsmouse* 	at pms? mux 0
    266  1.13.2.2  skrll #wsdisplay* 	at foofb? console ?
    267  1.13.2.2  skrll 
    268  1.13.2.2  skrll # USB Controller and Devices
    269  1.13.2.2  skrll 
    270  1.13.2.2  skrll # PCI USB controllers
    271  1.13.2.2  skrll ehci*	at pci? dev ? function ?        # Enhanced Host Controller
    272  1.13.2.2  skrll ohci*   at pci? dev ? function ?        # Open Host Controller
    273  1.13.2.2  skrll uhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
    274  1.13.2.2  skrll 
    275  1.13.2.2  skrll # USB bus support
    276  1.13.2.2  skrll usb*	at ehci?
    277  1.13.2.2  skrll usb*    at ohci?
    278  1.13.2.2  skrll usb*    at uhci?
    279  1.13.2.2  skrll 
    280  1.13.2.2  skrll # USB Hubs
    281  1.13.2.2  skrll uhub*   at usb?
    282  1.13.2.2  skrll uhub*   at uhub? port ? configuration ? interface ?
    283  1.13.2.2  skrll 
    284  1.13.2.2  skrll # USB HID device
    285  1.13.2.2  skrll uhidev* at uhub? port ? configuration ? interface ?
    286  1.13.2.2  skrll 
    287  1.13.2.2  skrll # USB Mice
    288  1.13.2.2  skrll ums*    at uhidev? reportid ?
    289  1.13.2.2  skrll wsmouse* at ums? mux 0
    290  1.13.2.2  skrll 
    291  1.13.2.2  skrll # USB Keyboards
    292  1.13.2.2  skrll ukbd*   at uhidev? reportid ?
    293  1.13.2.2  skrll wskbd*  at ukbd? console ? mux 1
    294  1.13.2.2  skrll 
    295  1.13.2.2  skrll # USB Generic HID devices
    296  1.13.2.2  skrll uhid*   at uhidev? reportid ?
    297  1.13.2.2  skrll 
    298  1.13.2.2  skrll # USB Printer
    299  1.13.2.2  skrll ulpt*   at uhub? port ? configuration ? interface ?
    300  1.13.2.2  skrll 
    301  1.13.2.2  skrll # USB Modem
    302  1.13.2.2  skrll umodem* at uhub? port ? configuration ?
    303  1.13.2.2  skrll ucom*   at umodem?
    304  1.13.2.2  skrll 
    305  1.13.2.2  skrll # USB Mass Storage
    306  1.13.2.2  skrll umass*  at uhub? port ? configuration ? interface ?
    307  1.13.2.2  skrll #wd* at umass?
    308  1.13.2.2  skrll 
    309  1.13.2.2  skrll # USB audio
    310  1.13.2.2  skrll uaudio* at uhub? port ? configuration ?
    311  1.13.2.2  skrll 
    312  1.13.2.2  skrll # USB MIDI
    313  1.13.2.2  skrll umidi* at uhub? port ? configuration ?
    314  1.13.2.2  skrll 
    315  1.13.2.2  skrll # USB IrDA
    316  1.13.2.2  skrll # USB-IrDA bridge spec
    317  1.13.2.2  skrll uirda* at uhub? port ? configuration ? interface ?
    318  1.13.2.2  skrll irframe* at uirda?
    319  1.13.2.2  skrll 
    320  1.13.2.2  skrll # SigmaTel STIr4200 USB/IrDA Bridge
    321  1.13.2.2  skrll ustir* at uhub? port ?
    322  1.13.2.2  skrll irframe* at ustir?
    323  1.13.2.2  skrll 
    324  1.13.2.2  skrll # USB Ethernet adapters
    325  1.13.2.2  skrll aue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
    326  1.13.2.6  skrll axe*    at uhub? port ?         # ASIX AX88172 based adapters
    327  1.13.2.2  skrll cue*    at uhub? port ?         # CATC USB-EL1201A based adapters
    328  1.13.2.2  skrll kue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
    329  1.13.2.2  skrll url*    at uhub? port ?         # Realtek RTL8150L based adapters
    330  1.13.2.2  skrll udav*   at uhub? port ?         # Davicom DM9601 based adapters
    331  1.13.2.2  skrll 
    332  1.13.2.2  skrll # Prolific PL2301/PL2302 host-to-host adapter
    333  1.13.2.2  skrll upl*    at uhub? port ?
    334  1.13.2.2  skrll 
    335  1.13.2.2  skrll # Serial adapters
    336  1.13.2.2  skrll ubsa*   at uhub? port ?         # Belkin serial adapter
    337  1.13.2.2  skrll ucom*   at ubsa? portno ?
    338  1.13.2.2  skrll 
    339  1.13.2.2  skrll uftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
    340  1.13.2.2  skrll ucom*   at uftdi? portno ?
    341  1.13.2.2  skrll 
    342  1.13.2.2  skrll umct*   at uhub? port ?         # MCT USB-RS232 serial adapter
    343  1.13.2.2  skrll ucom*   at umct? portno ?
    344  1.13.2.2  skrll 
    345  1.13.2.2  skrll uplcom* at uhub? port ?         # I/O DATA USB-RSAQ2 serial adapter
    346  1.13.2.2  skrll ucom*   at uplcom? portno ?
    347  1.13.2.2  skrll 
    348  1.13.2.2  skrll uvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
    349  1.13.2.2  skrll ucom*   at uvscom? portno ?
    350  1.13.2.2  skrll 
    351  1.13.2.2  skrll # Diamond Multimedia Rio 500
    352  1.13.2.2  skrll urio*   at uhub? port ?
    353  1.13.2.2  skrll 
    354  1.13.2.2  skrll # USB Handspring Visor
    355  1.13.2.2  skrll uvisor* at uhub? port ?
    356  1.13.2.2  skrll ucom*   at uvisor?
    357  1.13.2.2  skrll 
    358  1.13.2.2  skrll # USB scanners
    359  1.13.2.2  skrll uscanner* at uhub? port ?
    360  1.13.2.2  skrll 
    361  1.13.2.2  skrll # USB scanners that use SCSI emulation, e.g., HP5300
    362  1.13.2.2  skrll usscanner* at uhub? port ?
    363  1.13.2.2  skrll 
    364  1.13.2.2  skrll # Y@P firmware loader
    365  1.13.2.2  skrll uyap* at uhub? port ?
    366  1.13.2.2  skrll 
    367  1.13.2.2  skrll # D-Link DSB-R100 USB radio
    368  1.13.2.2  skrll udsbr*  at uhub? port ?
    369  1.13.2.2  skrll radio*  at udsbr?
    370  1.13.2.2  skrll 
    371  1.13.2.2  skrll # USB Generic driver
    372  1.13.2.2  skrll ugen*   at uhub? port ?
    373  1.13.2.2  skrll 
    374  1.13.2.2  skrll # Audio support
    375  1.13.2.2  skrll audio*  at audiobus?
    376  1.13.2.2  skrll 
    377  1.13.2.2  skrll # MIDI support
    378  1.13.2.2  skrll midi*   at midibus?
    379  1.13.2.2  skrll 
    380  1.13.2.2  skrll # Pseudo-Devices
    381  1.13.2.2  skrll 
    382  1.13.2.2  skrll pseudo-device	crypto			# opencrypto framework
    383  1.13.2.2  skrll 
    384  1.13.2.2  skrll # disk/mass storage pseudo-devices
    385  1.13.2.2  skrll pseudo-device	ccd		4	# concatenated/striped disk devices
    386  1.13.2.2  skrll #pseudo-device	cgd		4	# cryptographic disk devices
    387  1.13.2.2  skrll #pseudo-device	raid		4	# RAIDframe disk driver
    388  1.13.2.2  skrll #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    389  1.13.2.2  skrll pseudo-device	md		1	# memory disk device (ramdisk)
    390  1.13.2.2  skrll pseudo-device	vnd		4	# disk-like interface to files
    391  1.13.2.2  skrll 
    392  1.13.2.2  skrll # network pseudo-devices
    393  1.13.2.2  skrll pseudo-device	bpfilter	8	# Berkeley packet filter
    394  1.13.2.2  skrll pseudo-device	ipfilter		# IP filter (firewall) and NAT
    395  1.13.2.2  skrll pseudo-device	loop			# network loopback
    396  1.13.2.2  skrll pseudo-device	ppp		2	# Point-to-Point Protocol
    397  1.13.2.2  skrll pseudo-device	sl		2	# Serial Line IP
    398  1.13.2.2  skrll pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    399  1.13.2.2  skrll pseudo-device	tun		2	# network tunneling over tty
    400  1.13.2.9  skrll pseudo-device	tap			# virtual Ethernet
    401  1.13.2.2  skrll pseudo-device	gre		2	# generic L3 over IP tunnel
    402  1.13.2.2  skrll pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    403  1.13.2.2  skrll #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    404  1.13.2.2  skrll #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    405  1.13.2.2  skrll pseudo-device	vlan			# IEEE 802.1q encapsulation
    406  1.13.2.2  skrll pseudo-device	bridge			# simple inter-network bridging
    407  1.13.2.2  skrll #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    408  1.13.2.8  skrll #pseudo-device	pf			# PF packet filter
    409  1.13.2.8  skrll #pseudo-device	pflog			# PF log if
    410  1.13.2.2  skrll 
    411  1.13.2.2  skrll # miscellaneous pseudo-devices
    412  1.13.2.2  skrll pseudo-device	pty			# pseudo-terminals
    413  1.13.2.2  skrll pseudo-device	tb		1	# tablet line discipline
    414  1.13.2.2  skrll pseudo-device	sequencer	1	# MIDI sequencer
    415  1.13.2.2  skrll pseudo-device	rnd			# /dev/random and in-kernel generator
    416  1.13.2.2  skrll pseudo-device	clockctl		# user control of clock subsystem
    417  1.13.2.2  skrll pseudo-device	ksyms			# /dev/ksyms
    418  1.13.2.2  skrll #pseudo-device	wsfont
    419  1.13.2.2  skrll 
    420  1.13.2.2  skrll # a pseudo device needed for Coda	# also needs CODA (above)
    421  1.13.2.2  skrll pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    422  1.13.2.2  skrll 
    423  1.13.2.2  skrll # pseudo devices used for IRIX binary compatibility
    424  1.13.2.2  skrll pseudo-device	irix_kmem		# IRIX /dev/kmem
    425  1.13.2.2  skrll pseudo-device	irix_usema		# IRIX /dev/usema
    426