Home | History | Annotate | Line # | Download | only in conf
GENERIC32_IP3x revision 1.13.2.14
      1  1.13.2.14  christos #	$NetBSD: GENERIC32_IP3x,v 1.13.2.14 2005/12/11 10:28:25 christos 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.14  christos #ident		"GENERIC32_IP3x-$Revision: 1.13.2.14 $"
     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.13     skrll #options 	BUFQ_READPRIO
     66  1.13.2.13     skrll #options 	BUFQ_PRIOCSCAN
     67   1.13.2.2     skrll 
     68   1.13.2.2     skrll # Diagnostic/debugging support options
     69   1.13.2.2     skrll #options 	DIAGNOSTIC	# expensive kernel consistency checks
     70   1.13.2.2     skrll #options 	DEBUG		# expensive debugging checks/support
     71   1.13.2.2     skrll #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     72   1.13.2.2     skrll options 	DDB		# in-kernel debugger
     73   1.13.2.2     skrll options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     74   1.13.2.2     skrll #options 	KGDB		# remote debugger
     75   1.13.2.2     skrll #options 	KGDB_DEV=0x2301		# KGDB port - this is Serial(1)
     76   1.13.2.2     skrll #options 	KGDB_DEVRATE=19200	# KGDB Baud Rate
     77   1.13.2.2     skrll #makeoptions	DEBUG="-g"	# compile full symbol table
     78   1.13.2.2     skrll 
     79   1.13.2.2     skrll # Compatibility options
     80   1.13.2.5     skrll options 	COMPAT_15	# NetBSD 1.5
     81   1.13.2.5     skrll options		COMPAT_16	# NetBSD 1.6
     82   1.13.2.5     skrll options		COMPAT_20	# NetBSD 2.0
     83  1.13.2.13     skrll options 	COMPAT_30	# NetBSD 3.0 compatibility.
     84   1.13.2.2     skrll #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     85   1.13.2.2     skrll 
     86   1.13.2.2     skrll options 	COMPAT_IRIX	# binary compatibility with IRIX
     87   1.13.2.2     skrll #options	COMPAT_LINUX	# binary compatibility with Linux
     88   1.13.2.2     skrll #options	COMPAT_ULTRIX	# binary compatibility with Ultrix 
     89   1.13.2.7     skrll options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     90   1.13.2.2     skrll 
     91   1.13.2.2     skrll # File systems
     92   1.13.2.2     skrll file-system 	FFS		# UFS
     93   1.13.2.2     skrll file-system 	EXT2FS		# second extended file system (linux)
     94   1.13.2.2     skrll file-system 	LFS		# log-structured file system
     95   1.13.2.2     skrll file-system 	MFS		# memory file system
     96   1.13.2.2     skrll file-system 	NFS		# Network File System client
     97   1.13.2.2     skrll file-system 	NTFS		# Windows/NT file system (experimental)
     98   1.13.2.2     skrll file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     99   1.13.2.2     skrll file-system 	MSDOSFS		# MS-DOS file system
    100   1.13.2.2     skrll file-system 	FDESC		# /dev/fd
    101   1.13.2.2     skrll file-system 	KERNFS		# /kern
    102   1.13.2.2     skrll file-system 	NULLFS		# loopback file system
    103   1.13.2.2     skrll file-system 	OVERLAY		# overlay file system
    104   1.13.2.2     skrll file-system 	PORTAL		# portal filesystem (still experimental)
    105   1.13.2.2     skrll file-system 	PROCFS		# /proc
    106   1.13.2.2     skrll file-system 	UMAPFS		# NULLFS + uid and gid remapping
    107   1.13.2.2     skrll file-system 	UNION		# union file system
    108   1.13.2.2     skrll file-system	CODA		# Coda File System; also needs vcoda (below)
    109  1.13.2.13     skrll file-system	PTYFS		# /dev/pts/N support
    110  1.13.2.13     skrll #file-system	TMPFS		# experimental - Efficient memory file-system
    111   1.13.2.2     skrll 
    112   1.13.2.2     skrll # File system options
    113   1.13.2.2     skrll options 	QUOTA		# UFS quotas
    114   1.13.2.2     skrll #options 	FFS_EI		# FFS Endian Independent support
    115   1.13.2.2     skrll options 	SOFTDEP		# FFS soft updates support.
    116  1.13.2.10     skrll #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    117   1.13.2.2     skrll options 	NFSSERVER	# Network File System server
    118  1.13.2.14  christos #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    119   1.13.2.2     skrll #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    120   1.13.2.2     skrll 				# immutable) behave as system flags.
    121   1.13.2.2     skrll 
    122   1.13.2.2     skrll # Networking options
    123   1.13.2.2     skrll #options 	GATEWAY		# packet forwarding
    124   1.13.2.2     skrll options 	INET		# IP + ICMP + TCP + UDP
    125   1.13.2.2     skrll options 	INET6		# IPV6
    126   1.13.2.2     skrll #options 	IPSEC		# IP security
    127   1.13.2.2     skrll #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    128  1.13.2.13     skrll #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    129   1.13.2.2     skrll #options 	IPSEC_DEBUG	# debug for IP security
    130   1.13.2.2     skrll #options 	MROUTING	# IP multicast routing
    131   1.13.2.3     skrll #options 	PIM		# Protocol Independent Multicast
    132   1.13.2.2     skrll options 	NS		# XNS
    133   1.13.2.2     skrll #options 	NSIP		# XNS tunneling over IP
    134   1.13.2.2     skrll options 	ISO,TPIP	# OSI
    135   1.13.2.2     skrll #options 	EON		# OSI tunneling over IP
    136   1.13.2.2     skrll options 	CCITT,LLC,HDLC	# X.25
    137   1.13.2.2     skrll options 	NETATALK	# AppleTalk networking protocols
    138   1.13.2.2     skrll options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    139   1.13.2.2     skrll options 	PPP_DEFLATE	# Deflate compression support for PPP
    140   1.13.2.2     skrll options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    141   1.13.2.2     skrll options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    142   1.13.2.2     skrll options 	IPFILTER_LOG	# ipmon(8) log support
    143   1.13.2.2     skrll #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    144   1.13.2.2     skrll #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    145   1.13.2.2     skrll 
    146   1.13.2.2     skrll #options 	ALTQ		# Manipulate network interfaces' output queues
    147   1.13.2.2     skrll #options 	ALTQ_BLUE	# Stochastic Fair Blue
    148   1.13.2.2     skrll #options 	ALTQ_CBQ	# Class-Based Queueing
    149   1.13.2.2     skrll #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    150   1.13.2.2     skrll #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    151   1.13.2.2     skrll #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    152   1.13.2.2     skrll #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    153   1.13.2.2     skrll #options 	ALTQ_LOCALQ	# Local queueing discipline
    154   1.13.2.2     skrll #options 	ALTQ_PRIQ	# Priority Queueing
    155   1.13.2.2     skrll #options 	ALTQ_RED	# Random Early Detection
    156   1.13.2.2     skrll #options 	ALTQ_RIO	# RED with IN/OUT
    157   1.13.2.2     skrll #options 	ALTQ_WFQ	# Weighted Fair Queueing
    158   1.13.2.2     skrll 
    159   1.13.2.2     skrll # These options enable verbose messages for several subsystems.
    160   1.13.2.2     skrll # Warning, these may compile large string tables into the kernel!
    161   1.13.2.2     skrll options 	MIIVERBOSE	# verbose PHY autoconfig messages
    162   1.13.2.2     skrll options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    163   1.13.2.2     skrll #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    164   1.13.2.2     skrll options 	SCSIVERBOSE	# human readable SCSI error messages
    165   1.13.2.2     skrll 
    166   1.13.2.2     skrll options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    167   1.13.2.2     skrll 
    168   1.13.2.2     skrll #options 	MEMORY_DISK_HOOKS
    169   1.13.2.2     skrll #options 	MEMORY_DISK_IS_ROOT
    170   1.13.2.2     skrll #options 	MEMORY_DISK_SERVER=0
    171   1.13.2.2     skrll #options 	MINIROOTSIZE=8192
    172   1.13.2.2     skrll 
    173   1.13.2.2     skrll #options 	SCSI_DELAY=5
    174   1.13.2.2     skrll 
    175   1.13.2.2     skrll # Kernel root file system and dump configuration.
    176   1.13.2.2     skrll config		netbsd	root on ? type ?
    177   1.13.2.2     skrll 
    178   1.13.2.2     skrll # Main bus and CPU
    179   1.13.2.2     skrll mainbus0 	at root
    180   1.13.2.2     skrll cpu0 		at mainbus?
    181   1.13.2.2     skrll 
    182   1.13.2.2     skrll # O2 busses
    183   1.13.2.2     skrll crime0 		at mainbus0 addr 0x14000000
    184   1.13.2.2     skrll mace0 		at mainbus0 addr 0x1f000000
    185   1.13.2.2     skrll macepci0 	at mace0 offset 0x080000 intr 7
    186   1.13.2.2     skrll pci0 		at macepci0 bus 0
    187   1.13.2.2     skrll 
    188   1.13.2.2     skrll # MACE devices
    189   1.13.2.2     skrll mec0 		at mace0 offset 0x280000 intr 3
    190   1.13.2.2     skrll pckbc0		at mace0 offset 0x320000 intr 5
    191   1.13.2.2     skrll lpt0 		at mace0 offset 0x380000 intr 4 intrmask 0x000f0000
    192   1.13.2.2     skrll com0 		at mace0 offset 0x390000 intr 4 intrmask 0x03f00000
    193   1.13.2.2     skrll com1 		at mace0 offset 0x398000 intr 4 intrmask 0xfc000000
    194   1.13.2.2     skrll mcclock0	at mace0 offset 0x3a0000
    195   1.13.2.2     skrll 
    196   1.13.2.2     skrll # PCI cryptographic devices
    197   1.13.2.2     skrll hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
    198   1.13.2.2     skrll ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
    199   1.13.2.2     skrll 
    200   1.13.2.2     skrll # PCI network devices
    201   1.13.2.2     skrll #an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
    202   1.13.2.2     skrll #bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
    203   1.13.2.2     skrll #en*     at pci? dev ? function ?        # ENI/Adaptec ATM
    204   1.13.2.2     skrll ep*     at pci? dev ? function ?        # 3Com 3c59x
    205   1.13.2.2     skrll epic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet
    206   1.13.2.2     skrll esh*    at pci? dev ? function ?        # Essential HIPPI card
    207   1.13.2.2     skrll ex*     at pci? dev ? function ?        # 3Com 90x[BC]
    208   1.13.2.2     skrll fpa*    at pci? dev ? function ?        # DEC DEFPA FDDI
    209   1.13.2.2     skrll fxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
    210   1.13.2.2     skrll #gsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet
    211   1.13.2.2     skrll #hme*   at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
    212   1.13.2.2     skrll le*     at pci? dev ? function ?        # PCnet-PCI Ethernet
    213   1.13.2.2     skrll lmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
    214   1.13.2.2     skrll mtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
    215   1.13.2.2     skrll ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet
    216   1.13.2.2     skrll ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
    217   1.13.2.2     skrll pcn*    at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
    218   1.13.2.2     skrll rtk*    at pci? dev ? function ?        # Realtek 8129/8139
    219   1.13.2.2     skrll sf*     at pci? dev ? function ?        # Adaptec AIC-6915 Ethernet
    220   1.13.2.2     skrll sip*    at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
    221   1.13.2.2     skrll #skc*   at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
    222   1.13.2.2     skrll #sk*    at skc?                         # SysKonnect SK9821 Gigabit Ethernet
    223   1.13.2.2     skrll ste*    at pci? dev ? function ?        # Sundance ST-201 Ethernet
    224   1.13.2.2     skrll #stge*   at pci? dev ? function ?        # Sundance/Tamarack TC9021 Gigabit
    225   1.13.2.2     skrll ti*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet
    226   1.13.2.2     skrll tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
    227   1.13.2.2     skrll tlp*    at pci? dev ? function ?        # DECchip 21x4x and clones
    228   1.13.2.2     skrll vr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet
    229   1.13.2.2     skrll wi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
    230   1.13.2.2     skrll wm*     at pci? dev ? function ?        # Intel 82543/82544 gigabit
    231   1.13.2.2     skrll 
    232   1.13.2.2     skrll # MII/PHY support
    233   1.13.2.2     skrll acphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
    234   1.13.2.2     skrll amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
    235   1.13.2.2     skrll bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    236   1.13.2.2     skrll brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
    237   1.13.2.2     skrll dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
    238   1.13.2.2     skrll exphy*	at mii? phy ?			# 3Com internal PHYs
    239   1.13.2.2     skrll gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
    240   1.13.2.2     skrll glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    241   1.13.2.2     skrll gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    242   1.13.2.2     skrll icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
    243   1.13.2.2     skrll inphy*	at mii? phy ?			# Intel 82555 PHYs
    244   1.13.2.2     skrll iophy*  at mii? phy ?                   # Intel 82553 PHYs
    245   1.13.2.2     skrll lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
    246   1.13.2.2     skrll makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    247   1.13.2.2     skrll nsphy*	at mii? phy ?			# NS83840 PHYs
    248   1.13.2.2     skrll nsphyter* at mii? phy ?                 # NS83843 PHYs
    249   1.13.2.2     skrll pnaphy* at mii? phy ?                   # generic HomePNA PHYs
    250   1.13.2.2     skrll qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
    251   1.13.2.2     skrll sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
    252   1.13.2.2     skrll tlphy*  at mii? phy ?                   # ThunderLAN PHYs
    253   1.13.2.2     skrll tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
    254   1.13.2.2     skrll ukphy*	at mii? phy ?			# generic unknown PHYs
    255   1.13.2.2     skrll urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
    256   1.13.2.2     skrll 
    257   1.13.2.2     skrll # O2 SCSI
    258   1.13.2.2     skrll ahc* 		at pci? dev ? function ?
    259  1.13.2.13     skrll esiop*		at pci? dev ? function ?
    260  1.13.2.14  christos njs*		at pci? dev ? function ?
    261  1.13.2.13     skrll pcscp*		at pci? dev ? function ?
    262   1.13.2.2     skrll scsibus* 	at scsi?
    263   1.13.2.2     skrll 
    264   1.13.2.2     skrll sd*     at scsibus? target ? lun ?	# SCSI disks
    265   1.13.2.2     skrll st*     at scsibus? target ? lun ?	# SCSI tapes
    266   1.13.2.2     skrll cd*     at scsibus? target ? lun ?	# SCSI CD-ROMs
    267   1.13.2.2     skrll ch*     at scsibus? target ? lun ?	# SCSI changer devices
    268   1.13.2.2     skrll ss*     at scsibus? target ? lun ?	# SCSI scanners
    269   1.13.2.2     skrll ses*    at scsibus? target ? lun ?	# SCSI SES/SAF-TE devices
    270   1.13.2.2     skrll uk*     at scsibus? target ? lun ?	# unknown SCSI
    271   1.13.2.2     skrll 
    272   1.13.2.2     skrll pckbd*		at pckbc?
    273   1.13.2.2     skrll pms*		at pckbc?
    274   1.13.2.2     skrll wskbd*		at pckbd? console ?
    275   1.13.2.2     skrll wsmouse* 	at pms? mux 0
    276   1.13.2.2     skrll #wsdisplay* 	at foofb? console ?
    277   1.13.2.2     skrll 
    278   1.13.2.2     skrll # USB Controller and Devices
    279   1.13.2.2     skrll 
    280   1.13.2.2     skrll # PCI USB controllers
    281   1.13.2.2     skrll ehci*	at pci? dev ? function ?        # Enhanced Host Controller
    282   1.13.2.2     skrll ohci*   at pci? dev ? function ?        # Open Host Controller
    283   1.13.2.2     skrll uhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
    284   1.13.2.2     skrll 
    285   1.13.2.2     skrll # USB bus support
    286   1.13.2.2     skrll usb*	at ehci?
    287   1.13.2.2     skrll usb*    at ohci?
    288   1.13.2.2     skrll usb*    at uhci?
    289   1.13.2.2     skrll 
    290   1.13.2.2     skrll # USB Hubs
    291   1.13.2.2     skrll uhub*   at usb?
    292   1.13.2.2     skrll uhub*   at uhub? port ? configuration ? interface ?
    293   1.13.2.2     skrll 
    294   1.13.2.2     skrll # USB HID device
    295   1.13.2.2     skrll uhidev* at uhub? port ? configuration ? interface ?
    296   1.13.2.2     skrll 
    297   1.13.2.2     skrll # USB Mice
    298   1.13.2.2     skrll ums*    at uhidev? reportid ?
    299   1.13.2.2     skrll wsmouse* at ums? mux 0
    300   1.13.2.2     skrll 
    301   1.13.2.2     skrll # USB Keyboards
    302   1.13.2.2     skrll ukbd*   at uhidev? reportid ?
    303   1.13.2.2     skrll wskbd*  at ukbd? console ? mux 1
    304   1.13.2.2     skrll 
    305  1.13.2.13     skrll # USB serial adpater
    306  1.13.2.13     skrll ucycom*	at uhidev? reportid ?
    307  1.13.2.13     skrll 
    308   1.13.2.2     skrll # USB Generic HID devices
    309   1.13.2.2     skrll uhid*   at uhidev? reportid ?
    310   1.13.2.2     skrll 
    311   1.13.2.2     skrll # USB Printer
    312   1.13.2.2     skrll ulpt*   at uhub? port ? configuration ? interface ?
    313   1.13.2.2     skrll 
    314   1.13.2.2     skrll # USB Modem
    315   1.13.2.2     skrll umodem* at uhub? port ? configuration ?
    316   1.13.2.2     skrll ucom*   at umodem?
    317   1.13.2.2     skrll 
    318   1.13.2.2     skrll # USB Mass Storage
    319   1.13.2.2     skrll umass*  at uhub? port ? configuration ? interface ?
    320   1.13.2.2     skrll #wd* at umass?
    321   1.13.2.2     skrll 
    322   1.13.2.2     skrll # USB audio
    323   1.13.2.2     skrll uaudio* at uhub? port ? configuration ?
    324   1.13.2.2     skrll 
    325   1.13.2.2     skrll # USB MIDI
    326   1.13.2.2     skrll umidi* at uhub? port ? configuration ?
    327   1.13.2.2     skrll 
    328   1.13.2.2     skrll # USB IrDA
    329   1.13.2.2     skrll # USB-IrDA bridge spec
    330   1.13.2.2     skrll uirda* at uhub? port ? configuration ? interface ?
    331   1.13.2.2     skrll irframe* at uirda?
    332   1.13.2.2     skrll 
    333   1.13.2.2     skrll # SigmaTel STIr4200 USB/IrDA Bridge
    334   1.13.2.2     skrll ustir* at uhub? port ?
    335   1.13.2.2     skrll irframe* at ustir?
    336   1.13.2.2     skrll 
    337   1.13.2.2     skrll # USB Ethernet adapters
    338   1.13.2.2     skrll aue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
    339   1.13.2.6     skrll axe*    at uhub? port ?         # ASIX AX88172 based adapters
    340   1.13.2.2     skrll cue*    at uhub? port ?         # CATC USB-EL1201A based adapters
    341   1.13.2.2     skrll kue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
    342   1.13.2.2     skrll url*    at uhub? port ?         # Realtek RTL8150L based adapters
    343   1.13.2.2     skrll udav*   at uhub? port ?         # Davicom DM9601 based adapters
    344   1.13.2.2     skrll 
    345   1.13.2.2     skrll # Prolific PL2301/PL2302 host-to-host adapter
    346   1.13.2.2     skrll upl*    at uhub? port ?
    347   1.13.2.2     skrll 
    348   1.13.2.2     skrll # Serial adapters
    349   1.13.2.2     skrll ubsa*   at uhub? port ?         # Belkin serial adapter
    350   1.13.2.2     skrll ucom*   at ubsa? portno ?
    351   1.13.2.2     skrll 
    352   1.13.2.2     skrll uftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
    353   1.13.2.2     skrll ucom*   at uftdi? portno ?
    354   1.13.2.2     skrll 
    355   1.13.2.2     skrll umct*   at uhub? port ?         # MCT USB-RS232 serial adapter
    356   1.13.2.2     skrll ucom*   at umct? portno ?
    357   1.13.2.2     skrll 
    358   1.13.2.2     skrll uplcom* at uhub? port ?         # I/O DATA USB-RSAQ2 serial adapter
    359   1.13.2.2     skrll ucom*   at uplcom? portno ?
    360   1.13.2.2     skrll 
    361   1.13.2.2     skrll uvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
    362   1.13.2.2     skrll ucom*   at uvscom? portno ?
    363   1.13.2.2     skrll 
    364   1.13.2.2     skrll # Diamond Multimedia Rio 500
    365   1.13.2.2     skrll urio*   at uhub? port ?
    366   1.13.2.2     skrll 
    367   1.13.2.2     skrll # USB Handspring Visor
    368   1.13.2.2     skrll uvisor* at uhub? port ?
    369   1.13.2.2     skrll ucom*   at uvisor?
    370   1.13.2.2     skrll 
    371  1.13.2.13     skrll # Kyocera AIR-EDGE PHONE
    372  1.13.2.13     skrll ukyopon* at uhub? port ?
    373  1.13.2.13     skrll ucom*	at ukyopon? portno ?
    374  1.13.2.13     skrll 
    375   1.13.2.2     skrll # USB scanners
    376   1.13.2.2     skrll uscanner* at uhub? port ?
    377   1.13.2.2     skrll 
    378   1.13.2.2     skrll # USB scanners that use SCSI emulation, e.g., HP5300
    379   1.13.2.2     skrll usscanner* at uhub? port ?
    380   1.13.2.2     skrll 
    381   1.13.2.2     skrll # Y@P firmware loader
    382   1.13.2.2     skrll uyap* at uhub? port ?
    383   1.13.2.2     skrll 
    384   1.13.2.2     skrll # D-Link DSB-R100 USB radio
    385   1.13.2.2     skrll udsbr*  at uhub? port ?
    386   1.13.2.2     skrll radio*  at udsbr?
    387   1.13.2.2     skrll 
    388   1.13.2.2     skrll # USB Generic driver
    389   1.13.2.2     skrll ugen*   at uhub? port ?
    390   1.13.2.2     skrll 
    391  1.13.2.13     skrll # PCI IEEE1394 controllers
    392  1.13.2.13     skrll #fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
    393  1.13.2.13     skrll 
    394  1.13.2.13     skrll #ieee1394if* at fwohci?
    395  1.13.2.13     skrll #fwip*	at ieee1394if?			# IP over IEEE1394
    396  1.13.2.13     skrll #sbp*	at ieee1394if? euihi ? euilo ?
    397  1.13.2.13     skrll 
    398   1.13.2.2     skrll # Audio support
    399   1.13.2.2     skrll audio*  at audiobus?
    400   1.13.2.2     skrll 
    401   1.13.2.2     skrll # MIDI support
    402   1.13.2.2     skrll midi*   at midibus?
    403   1.13.2.2     skrll 
    404   1.13.2.2     skrll # Pseudo-Devices
    405   1.13.2.2     skrll 
    406  1.13.2.14  christos pseudo-device	crypto			# /dev/crypto device
    407  1.13.2.14  christos pseudo-device	swcrypto		# software crypto implementation
    408   1.13.2.2     skrll 
    409   1.13.2.2     skrll # disk/mass storage pseudo-devices
    410   1.13.2.2     skrll pseudo-device	ccd		4	# concatenated/striped disk devices
    411   1.13.2.2     skrll #pseudo-device	cgd		4	# cryptographic disk devices
    412   1.13.2.2     skrll #pseudo-device	raid		4	# RAIDframe disk driver
    413   1.13.2.2     skrll #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    414  1.13.2.10     skrll pseudo-device	fss		4	# file system snapshot device
    415   1.13.2.2     skrll pseudo-device	md		1	# memory disk device (ramdisk)
    416   1.13.2.2     skrll pseudo-device	vnd		4	# disk-like interface to files
    417  1.13.2.13     skrll #options 	VND_COMPRESSION		# compressed vnd(4)
    418   1.13.2.2     skrll 
    419   1.13.2.2     skrll # network pseudo-devices
    420   1.13.2.2     skrll pseudo-device	bpfilter	8	# Berkeley packet filter
    421   1.13.2.2     skrll pseudo-device	ipfilter		# IP filter (firewall) and NAT
    422   1.13.2.2     skrll pseudo-device	loop			# network loopback
    423   1.13.2.2     skrll pseudo-device	ppp		2	# Point-to-Point Protocol
    424   1.13.2.2     skrll pseudo-device	sl		2	# Serial Line IP
    425   1.13.2.2     skrll pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    426   1.13.2.2     skrll pseudo-device	tun		2	# network tunneling over tty
    427   1.13.2.9     skrll pseudo-device	tap			# virtual Ethernet
    428   1.13.2.2     skrll pseudo-device	gre		2	# generic L3 over IP tunnel
    429   1.13.2.2     skrll pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    430   1.13.2.2     skrll #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    431   1.13.2.2     skrll #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    432   1.13.2.2     skrll pseudo-device	vlan			# IEEE 802.1q encapsulation
    433   1.13.2.2     skrll pseudo-device	bridge			# simple inter-network bridging
    434   1.13.2.2     skrll #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    435   1.13.2.8     skrll #pseudo-device	pf			# PF packet filter
    436   1.13.2.8     skrll #pseudo-device	pflog			# PF log if
    437   1.13.2.2     skrll 
    438   1.13.2.2     skrll # miscellaneous pseudo-devices
    439   1.13.2.2     skrll pseudo-device	pty			# pseudo-terminals
    440   1.13.2.2     skrll pseudo-device	tb		1	# tablet line discipline
    441   1.13.2.2     skrll pseudo-device	sequencer	1	# MIDI sequencer
    442   1.13.2.2     skrll pseudo-device	rnd			# /dev/random and in-kernel generator
    443   1.13.2.2     skrll pseudo-device	clockctl		# user control of clock subsystem
    444   1.13.2.2     skrll pseudo-device	ksyms			# /dev/ksyms
    445   1.13.2.2     skrll #pseudo-device	wsfont
    446   1.13.2.2     skrll 
    447   1.13.2.2     skrll # a pseudo device needed for Coda	# also needs CODA (above)
    448   1.13.2.2     skrll pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    449   1.13.2.2     skrll 
    450   1.13.2.2     skrll # pseudo devices used for IRIX binary compatibility
    451   1.13.2.2     skrll pseudo-device	irix_kmem		# IRIX /dev/kmem
    452   1.13.2.2     skrll pseudo-device	irix_usema		# IRIX /dev/usema
    453  1.13.2.14  christos 
    454  1.13.2.14  christos # Veriexec
    455  1.13.2.14  christos #options VERIFIED_EXEC
    456  1.13.2.14  christos #
    457  1.13.2.14  christos # a pseudo device needed for veriexec
    458  1.13.2.14  christos #pseudo-device	veriexec		1
    459  1.13.2.14  christos #
    460  1.13.2.14  christos # Uncomment the fingerprint methods below that are desired. Note that
    461  1.13.2.14  christos # removing fingerprint methods will have almost no impact on the kernel
    462  1.13.2.14  christos # code size.
    463  1.13.2.14  christos #
    464  1.13.2.14  christos #options VERIFIED_EXEC_FP_RMD160
    465  1.13.2.14  christos #options VERIFIED_EXEC_FP_SHA256
    466  1.13.2.14  christos #options VERIFIED_EXEC_FP_SHA384
    467  1.13.2.14  christos #options VERIFIED_EXEC_FP_SHA512
    468  1.13.2.14  christos #options VERIFIED_EXEC_FP_SHA1
    469  1.13.2.14  christos #options VERIFIED_EXEC_FP_MD5
    470  1.13.2.14  christos 
    471