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