Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.110.4.10
      1  1.110.4.10  nathanw # $NetBSD: GENERIC,v 1.110.4.10 2002/10/18 02:38:31 nathanw Exp $
      2   1.110.4.2  nathanw #
      3   1.110.4.2  nathanw # GENERIC machine description file
      4   1.110.4.2  nathanw # 
      5   1.110.4.2  nathanw # This machine description file is used to generate the default NetBSD
      6   1.110.4.2  nathanw # kernel.  The generic kernel does not include all options, subsystems
      7   1.110.4.2  nathanw # and device drivers, but should be useful for most applications.
      8   1.110.4.2  nathanw #
      9   1.110.4.2  nathanw # The machine description file can be customised for your specific
     10   1.110.4.2  nathanw # machine to reduce the kernel size and improve its performance.
     11   1.110.4.2  nathanw #
     12   1.110.4.2  nathanw # For further information on compiling NetBSD kernels, see the config(8)
     13   1.110.4.2  nathanw # man page.
     14   1.110.4.2  nathanw #
     15   1.110.4.2  nathanw # For further information on hardware support for this architecture, see
     16   1.110.4.2  nathanw # the intro(4) man page.  For further information about kernel options
     17   1.110.4.2  nathanw # for this architecture, see the options(4) man page.  For an explanation
     18   1.110.4.2  nathanw # of each device driver in this file see the section 4 man page for the
     19   1.110.4.2  nathanw # device.
     20   1.110.4.2  nathanw 
     21   1.110.4.2  nathanw include		"arch/macppc/conf/std.macppc"
     22   1.110.4.2  nathanw 
     23   1.110.4.7  nathanw options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24   1.110.4.7  nathanw 
     25  1.110.4.10  nathanw #ident 		"GENERIC-$Revision: 1.110.4.10 $"
     26   1.110.4.2  nathanw 
     27   1.110.4.2  nathanw maxusers	32
     28   1.110.4.2  nathanw 
     29   1.110.4.8  nathanw options 	ALTIVEC		# Include AltiVec support
     30   1.110.4.8  nathanw 
     31   1.110.4.2  nathanw # Standard system options
     32   1.110.4.2  nathanw #options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     33   1.110.4.2  nathanw #options 	INSECURE	# disable kernel security levels
     34   1.110.4.2  nathanw 
     35   1.110.4.2  nathanw options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     36   1.110.4.2  nathanw #options 	NTP		# NTP phase/frequency locked loop
     37   1.110.4.2  nathanw options 	KTRACE		# system call tracing via ktrace(1)
     38  1.110.4.10  nathanw options 	SYSTRACE	# system call vetting via systrace(1)
     39   1.110.4.2  nathanw 
     40   1.110.4.2  nathanw options 	SYSVMSG		# System V message queues
     41   1.110.4.2  nathanw options 	SYSVSEM		# System V semaphores
     42   1.110.4.2  nathanw #options 	SEMMNI=10	# number of semaphore identifiers
     43   1.110.4.2  nathanw #options 	SEMMNS=60	# number of semaphores in system
     44   1.110.4.2  nathanw #options 	SEMUME=10	# max number of undo entries per process
     45   1.110.4.2  nathanw #options 	SEMMNU=30	# number of undo structures in system
     46   1.110.4.2  nathanw options 	SYSVSHM		# System V shared memory
     47   1.110.4.2  nathanw #options 	SHMMAXPGS=1024	# 1024 pages is the default
     48   1.110.4.2  nathanw 
     49   1.110.4.2  nathanw options 	LKM		# loadable kernel modules
     50   1.110.4.2  nathanw 
     51  1.110.4.10  nathanw options 	USERCONF	# userconf(4) support
     52   1.110.4.7  nathanw #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     53   1.110.4.4  nathanw 
     54   1.110.4.2  nathanw # Diagnostic/debugging support options
     55   1.110.4.2  nathanw options 	DIAGNOSTIC	# cheap kernel consistency checks
     56   1.110.4.2  nathanw #options 	DEBUG		# expensive debugging checks/support
     57   1.110.4.8  nathanw options 	ZS_CONSOLE_ABORT# allow break to get into DDB on serial
     58   1.110.4.2  nathanw options 	DDB		# in-kernel debugger
     59   1.110.4.8  nathanw #options 	DDB_ONPANIC=0	# don't go into ddb on panic.
     60   1.110.4.2  nathanw options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     61   1.110.4.8  nathanw #options 	TRAP_PANICWAIT
     62   1.110.4.2  nathanw 
     63   1.110.4.7  nathanw #makeoptions 	DEBUG="-g"	# compile full symbol table
     64   1.110.4.2  nathanw 
     65   1.110.4.2  nathanw # Compatibility options
     66   1.110.4.2  nathanw options 	COMPAT_09	# NetBSD 0.9,
     67   1.110.4.2  nathanw options 	COMPAT_10	# NetBSD 1.0,
     68   1.110.4.2  nathanw options 	COMPAT_11	# NetBSD 1.1,
     69   1.110.4.2  nathanw options 	COMPAT_12	# NetBSD 1.2,
     70   1.110.4.2  nathanw options 	COMPAT_13	# NetBSD 1.3,
     71   1.110.4.2  nathanw options 	COMPAT_14	# NetBSD 1.4,
     72   1.110.4.2  nathanw options 	COMPAT_43	# and 4.3BSD
     73   1.110.4.2  nathanw #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     74   1.110.4.8  nathanw options 	COMPAT_LINUX	# Linux binary compatibility
     75   1.110.4.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     76   1.110.4.2  nathanw 
     77   1.110.4.2  nathanw # File systems
     78   1.110.4.2  nathanw file-system 	FFS		# UFS
     79   1.110.4.2  nathanw file-system 	EXT2FS		# second extended file system (linux)
     80   1.110.4.2  nathanw file-system 	LFS		# log-structured file system
     81   1.110.4.2  nathanw file-system 	MFS		# memory file system
     82   1.110.4.2  nathanw file-system 	NFS		# Network File System client
     83   1.110.4.2  nathanw file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     84   1.110.4.2  nathanw file-system 	MSDOSFS		# MS-DOS file system
     85   1.110.4.2  nathanw file-system 	FDESC		# /dev/fd
     86   1.110.4.2  nathanw file-system 	KERNFS		# /kern
     87   1.110.4.2  nathanw file-system 	NULLFS		# loopback file system
     88   1.110.4.2  nathanw file-system 	OVERLAY		# overlay file system
     89   1.110.4.2  nathanw file-system 	PORTAL		# portal filesystem (still experimental)
     90   1.110.4.2  nathanw file-system 	PROCFS		# /proc
     91   1.110.4.2  nathanw file-system 	UMAPFS		# NULLFS + uid and gid remapping
     92   1.110.4.2  nathanw file-system 	UNION		# union file system
     93   1.110.4.2  nathanw 
     94   1.110.4.2  nathanw # File system options
     95   1.110.4.2  nathanw options 	QUOTA		# UFS quotas
     96   1.110.4.2  nathanw #options 	FFS_EI		# FFS Endian Independant support
     97   1.110.4.2  nathanw options 	SOFTDEP		# FFS soft updates support.
     98   1.110.4.2  nathanw options 	NFSSERVER	# Network File System server
     99   1.110.4.2  nathanw #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    100   1.110.4.2  nathanw 				# immutable) behave as system flags.
    101  1.110.4.10  nathanw options 	APPLE_UFS	# Apple UFS support in FFS
    102   1.110.4.2  nathanw 
    103   1.110.4.2  nathanw options 	NFS_BOOT_DHCP	# Support DHCP NFS root
    104   1.110.4.2  nathanw 
    105   1.110.4.2  nathanw # Networking options
    106   1.110.4.2  nathanw #options 	GATEWAY		# packet forwarding
    107   1.110.4.2  nathanw options 	INET		# IP + ICMP + TCP + UDP
    108   1.110.4.2  nathanw options 	INET6		# IPV6
    109   1.110.4.2  nathanw #options 	IPSEC		# IP security
    110   1.110.4.2  nathanw #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    111   1.110.4.2  nathanw #options 	IPSEC_DEBUG	# debug for IP security
    112   1.110.4.2  nathanw #options 	MROUTING	# IP multicast routing
    113   1.110.4.2  nathanw #options 	NS		# XNS
    114   1.110.4.2  nathanw #options 	NSIP		# XNS tunneling over IP
    115   1.110.4.2  nathanw #options 	ISO,TPIP	# OSI
    116   1.110.4.2  nathanw #options 	EON		# OSI tunneling over IP
    117   1.110.4.2  nathanw #options 	CCITT,LLC,HDLC	# X.25
    118   1.110.4.2  nathanw options 	NETATALK	# AppleTalk networking protocols
    119   1.110.4.2  nathanw options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    120   1.110.4.2  nathanw options 	PPP_DEFLATE	# Deflate compression support for PPP
    121   1.110.4.2  nathanw options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    122   1.110.4.2  nathanw options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    123   1.110.4.2  nathanw options 	IPFILTER_LOG	# ipmon(8) log support
    124  1.110.4.10  nathanw #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    125   1.110.4.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    126   1.110.4.2  nathanw 
    127   1.110.4.2  nathanw # These options enable verbose messages for several subsystems.
    128   1.110.4.2  nathanw # Warning, these may compile large string tables into the kernel!
    129   1.110.4.2  nathanw options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    130   1.110.4.2  nathanw options 	MIIVERBOSE	# verbose PHY autoconfig messages
    131   1.110.4.2  nathanw #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    132   1.110.4.2  nathanw options 	SCSIVERBOSE	# human readable SCSI error messages
    133   1.110.4.2  nathanw options 	USBVERBOSE	# verbose USB device autoconfig messages
    134   1.110.4.2  nathanw 
    135   1.110.4.2  nathanw # wscons options
    136   1.110.4.9  nathanw #options 	WSEMUL_SUN			# sun terminal emulation
    137   1.110.4.9  nathanw options 	WSEMUL_VT100			# VT100 / VT220 emulation
    138   1.110.4.9  nathanw #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    139   1.110.4.2  nathanw options 	FONT_GALLANT12x22
    140   1.110.4.2  nathanw 
    141   1.110.4.2  nathanw # Kernel root file system and dump configuration.
    142   1.110.4.2  nathanw config		netbsd	root on ? type ?
    143   1.110.4.2  nathanw 
    144   1.110.4.2  nathanw #
    145   1.110.4.2  nathanw # Device configuration
    146   1.110.4.2  nathanw #
    147   1.110.4.2  nathanw 
    148   1.110.4.2  nathanw mainbus* at root
    149   1.110.4.2  nathanw 
    150   1.110.4.2  nathanw cpu*	at mainbus?
    151   1.110.4.2  nathanw bandit*	at mainbus?
    152   1.110.4.2  nathanw grackle* at mainbus?
    153   1.110.4.2  nathanw uninorth* at mainbus?
    154   1.110.4.2  nathanw 
    155   1.110.4.2  nathanw pci*	at bandit? bus ?
    156   1.110.4.2  nathanw pci*	at grackle? bus ?
    157   1.110.4.2  nathanw pci*	at uninorth? bus ?
    158   1.110.4.2  nathanw pci*	at ppb? bus ?
    159   1.110.4.2  nathanw 
    160   1.110.4.2  nathanw pchb*	at pci? dev ? function ?	# PCI-Host bridges
    161   1.110.4.2  nathanw ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    162   1.110.4.7  nathanw # XXX 'puc's aren't really bridges, but there's no better place for them here
    163   1.110.4.7  nathanw puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
    164   1.110.4.2  nathanw 
    165   1.110.4.2  nathanw fpa*	at pci? dev ? function ?	# DEC PCI FDDI (DEFPA) Controller
    166   1.110.4.2  nathanw ep*	at pci? dev ? function ?	# 3Com 3c59x
    167   1.110.4.2  nathanw epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    168   1.110.4.2  nathanw ex*	at pci? dev ? function ?	# 3Com 90x[BC]
    169   1.110.4.2  nathanw fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    170   1.110.4.2  nathanw lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
    171   1.110.4.2  nathanw ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    172   1.110.4.2  nathanw rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    173   1.110.4.2  nathanw sip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
    174   1.110.4.7  nathanw tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    175   1.110.4.2  nathanw adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    176   1.110.4.2  nathanw adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    177   1.110.4.2  nathanw ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
    178   1.110.4.2  nathanw bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    179   1.110.4.2  nathanw iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    180   1.110.4.2  nathanw isp*	at pci? dev ? function ?	# Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
    181   1.110.4.2  nathanw pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
    182   1.110.4.6  nathanw siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
    183   1.110.4.6  nathanw trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
    184   1.110.4.2  nathanw ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
    185   1.110.4.5  nathanw #options 	OFB_ENABLE_CACHE	# Speed up console
    186   1.110.4.2  nathanw pciide*	at pci? dev ? function ?
    187   1.110.4.2  nathanw cbb*	at pci? dev ? function ?	# PCI-CardBus bridge
    188   1.110.4.8  nathanw #gm*	at pci? dev ? function ?	# gmac ethernet (old)
    189   1.110.4.8  nathanw gem*	at pci? dev ? function ?	# gmac ethernet
    190   1.110.4.2  nathanw obio0	at pci? dev ? function ?
    191   1.110.4.2  nathanw #macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
    192   1.110.4.2  nathanw 
    193   1.110.4.2  nathanw bmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
    194   1.110.4.2  nathanw brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
    195   1.110.4.2  nathanw exphy*	at mii? phy ?			# 3Com internal PHYs
    196   1.110.4.4  nathanw icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    197   1.110.4.2  nathanw inphy*	at mii? phy ?			# Intel 82555 PHYs
    198   1.110.4.2  nathanw iophy*	at mii? phy ?			# Intel 82553 PHYs
    199   1.110.4.2  nathanw lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    200   1.110.4.2  nathanw nsphy*	at mii? phy ?			# NS83840 PHYs
    201   1.110.4.2  nathanw nsphyter* at mii? phy ?			# NS83843 PHYs
    202   1.110.4.2  nathanw qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    203   1.110.4.2  nathanw sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    204   1.110.4.2  nathanw tlphy*	at mii? phy ?			# ThunderLAN PHYs
    205   1.110.4.2  nathanw tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    206   1.110.4.2  nathanw ukphy*	at mii? phy ?			# generic unknown PHYs
    207   1.110.4.2  nathanw 
    208   1.110.4.2  nathanw # PCI serial interfaces
    209   1.110.4.7  nathanw com*	at puc? port ?			# 16x50s on "universal" comm boards
    210   1.110.4.2  nathanw cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
    211   1.110.4.2  nathanw #cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
    212   1.110.4.2  nathanw 
    213   1.110.4.2  nathanw bm*	at obio?			# bmac ethernet
    214   1.110.4.2  nathanw mc*	at obio?			# MACE ethernet
    215   1.110.4.2  nathanw esp*	at obio? flags 0x00ff		# 53c9x SCSI
    216   1.110.4.2  nathanw mesh*	at obio? flags 0xffff		# MESH SCSI
    217   1.110.4.2  nathanw nvram*	at obio?			# nvram
    218   1.110.4.2  nathanw adb*	at obio?			# Apple Desktop Bus
    219   1.110.4.7  nathanw apm0	at adb?				# APM emulation
    220   1.110.4.2  nathanw aed*	at adb?				# ADB Event Device
    221   1.110.4.2  nathanw akbd*	at adb?				# ADB keyboard
    222   1.110.4.2  nathanw ams*	at adb?				# ADB mouse
    223   1.110.4.2  nathanw abtn*	at adb?
    224   1.110.4.2  nathanw zsc*	at obio?
    225   1.110.4.2  nathanw zstty*	at zsc? channel ?
    226   1.110.4.2  nathanw mediabay* at obio?
    227   1.110.4.2  nathanw wdc*	at mediabay? flags 0
    228   1.110.4.7  nathanw # awacs is disabled because on some systems--e.g., a 350MHz G4 GigE--
    229   1.110.4.7  nathanw # it may generate interrupt storms, rendering the machine unusable.
    230   1.110.4.7  nathanw # If you uncomment this, you'll also want to uncomment "audio* at awacs?"
    231   1.110.4.7  nathanw # below.
    232   1.110.4.7  nathanw #awacs*	at obio?			# Apple audio device
    233   1.110.4.2  nathanw wi*	at obio?			# AirMac
    234   1.110.4.2  nathanw 
    235   1.110.4.2  nathanw cardslot* at cbb?
    236   1.110.4.2  nathanw cardbus* at cardslot?
    237   1.110.4.2  nathanw pcmcia*	at cardslot?
    238   1.110.4.2  nathanw 
    239   1.110.4.2  nathanw com*	at pcmcia? function ?		# Modems and serial cards
    240   1.110.4.2  nathanw wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
    241   1.110.4.2  nathanw ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    242   1.110.4.2  nathanw mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    243   1.110.4.2  nathanw ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    244   1.110.4.2  nathanw awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    245   1.110.4.2  nathanw wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    246   1.110.4.2  nathanw ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
    247   1.110.4.2  nathanw tlp*	at cardbus? dev ? function ?	# DECchip 21143
    248   1.110.4.2  nathanw rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
    249   1.110.4.2  nathanw 
    250   1.110.4.2  nathanw wsdisplay0 at ofb? console ?
    251   1.110.4.2  nathanw wskbd0	at akbd? console ?
    252   1.110.4.2  nathanw wsmouse0 at ams?
    253   1.110.4.2  nathanw 
    254   1.110.4.2  nathanw scsibus* at adv?
    255   1.110.4.6  nathanw scsibus* at adw?
    256   1.110.4.2  nathanw scsibus* at ahc?
    257   1.110.4.2  nathanw scsibus* at bha?
    258   1.110.4.2  nathanw scsibus* at iha?
    259   1.110.4.2  nathanw scsibus* at isp?
    260   1.110.4.2  nathanw scsibus* at esp?
    261   1.110.4.2  nathanw scsibus* at mesh?
    262   1.110.4.2  nathanw scsibus* at pcscp?
    263   1.110.4.2  nathanw scsibus* at siop?
    264   1.110.4.6  nathanw scsibus* at trm?
    265   1.110.4.2  nathanw 
    266   1.110.4.2  nathanw sd*	at scsibus? target ? lun ?	# SCSI disks
    267   1.110.4.2  nathanw st*	at scsibus? target ? lun ?	# SCSI tape drives
    268   1.110.4.2  nathanw cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    269   1.110.4.2  nathanw ch*	at scsibus? target ? lun ?	# SCSI autochangers
    270   1.110.4.2  nathanw ss*	at scsibus? target ? lun ?	# SCSI scanners
    271   1.110.4.2  nathanw uk*	at scsibus? target ? lun ?	# SCSI unknown
    272   1.110.4.2  nathanw 
    273   1.110.4.2  nathanw wdc*	at obio? flags 0x1
    274   1.110.4.2  nathanw wd*	at pciide? channel ? drive ?
    275   1.110.4.2  nathanw wd*	at wdc? channel ? drive ? flags 0x0000
    276   1.110.4.2  nathanw 
    277   1.110.4.2  nathanw atapibus* at pciide? channel ?
    278   1.110.4.2  nathanw atapibus* at wdc? channel ?
    279   1.110.4.2  nathanw 
    280   1.110.4.2  nathanw cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    281   1.110.4.2  nathanw sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    282   1.110.4.2  nathanw uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    283   1.110.4.2  nathanw 
    284   1.110.4.2  nathanw # PCI USB controllers
    285   1.110.4.2  nathanw ohci*	at pci? dev ? function ?			# Open Host Controller
    286   1.110.4.2  nathanw 
    287   1.110.4.2  nathanw usb*	at ohci?					# USB bus support
    288   1.110.4.2  nathanw uhub*	at usb?						# USB Hubs
    289   1.110.4.2  nathanw uhub*	at uhub? port ? configuration ? interface ?
    290   1.110.4.2  nathanw 
    291   1.110.4.2  nathanw uhidev*	at uhub? port ? configuration ? interface ?	# USB HID device
    292   1.110.4.2  nathanw 
    293   1.110.4.2  nathanw ums*	at uhidev? reportid ?				# USB Mice
    294   1.110.4.2  nathanw wsmouse* at ums?
    295   1.110.4.2  nathanw 
    296   1.110.4.2  nathanw ukbd*	at uhidev? reportid ?				# USB Keyboards
    297   1.110.4.2  nathanw wskbd*	at ukbd? console ?
    298   1.110.4.2  nathanw 
    299   1.110.4.2  nathanw uhid*	at uhidev? reportid ?				# USB Generic HID
    300   1.110.4.2  nathanw 
    301   1.110.4.2  nathanw ulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
    302   1.110.4.2  nathanw 
    303   1.110.4.2  nathanw umodem*	at uhub? port ? configuration ?			# USB Modem
    304   1.110.4.2  nathanw ucom*	at umodem?
    305   1.110.4.2  nathanw 
    306   1.110.4.2  nathanw umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
    307   1.110.4.2  nathanw atapibus* at umass? channel ?
    308   1.110.4.2  nathanw scsibus* at umass? channel ?
    309   1.110.4.2  nathanw 
    310   1.110.4.2  nathanw uaudio*	at uhub? port ? configuration ?			# USB audio
    311   1.110.4.2  nathanw 
    312   1.110.4.2  nathanw # USB Ethernet adapters
    313   1.110.4.2  nathanw aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    314   1.110.4.2  nathanw cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    315   1.110.4.2  nathanw kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    316   1.110.4.2  nathanw 
    317   1.110.4.2  nathanw uscanner* at uhub? port ?				# USB scanners
    318   1.110.4.2  nathanw uyap* at uhub? port ?					# Y@P firmware loader
    319   1.110.4.2  nathanw ugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
    320   1.110.4.2  nathanw 
    321   1.110.4.2  nathanw # PCI IEEE1394 controllers
    322   1.110.4.2  nathanw fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
    323   1.110.4.2  nathanw #fwlynx* at pci? dev ? function ?	# IEEE1394 TI Lynx Controller
    324   1.110.4.2  nathanw fw*	at fwbus?			# IP over 1394
    325   1.110.4.2  nathanw 
    326   1.110.4.2  nathanw # IEEE1394 nodes
    327   1.110.4.8  nathanw #fwnode* at fwbus? idhi ? idlo ?
    328   1.110.4.8  nathanw #fwscsi* at fwnode?
    329   1.110.4.8  nathanw #scsibus* at fwscsi?
    330   1.110.4.2  nathanw 
    331   1.110.4.2  nathanw # Audio Devices
    332   1.110.4.2  nathanw 
    333   1.110.4.2  nathanw # PCI audio devices
    334   1.110.4.2  nathanw #clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
    335   1.110.4.2  nathanw #cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
    336   1.110.4.2  nathanw eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
    337   1.110.4.2  nathanw #eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
    338   1.110.4.2  nathanw #fms*	at pci? dev ? function ?	# Forte Media FM801
    339   1.110.4.2  nathanw #sv*	at pci? dev ? function ?	# S3 SonicVibes
    340   1.110.4.2  nathanw 
    341   1.110.4.2  nathanw # OPL[23] FM synthesizers
    342   1.110.4.6  nathanw #opl*	at cmpci? flags 1
    343   1.110.4.2  nathanw #opl*	at eso?
    344   1.110.4.2  nathanw #opl*	at fms?
    345   1.110.4.2  nathanw 
    346   1.110.4.2  nathanw # Audio support
    347   1.110.4.7  nathanw #audio* at awacs?
    348   1.110.4.2  nathanw #audio*	at clcs?
    349   1.110.4.2  nathanw #audio*	at cmpci?
    350   1.110.4.2  nathanw audio*	at eap?
    351   1.110.4.2  nathanw #audio*	at eso?
    352   1.110.4.2  nathanw #audio*	at fms?
    353   1.110.4.2  nathanw #audio*	at sv?
    354   1.110.4.2  nathanw audio*	at uaudio?
    355   1.110.4.2  nathanw 
    356   1.110.4.2  nathanw # MPU 401 UARTs
    357   1.110.4.6  nathanw #mpu*	at cmpci?
    358   1.110.4.2  nathanw #mpu*	at eso?
    359   1.110.4.2  nathanw #mpu*	at fms?
    360   1.110.4.2  nathanw 
    361   1.110.4.2  nathanw # MIDI support
    362   1.110.4.2  nathanw midi*	at eap?			# 137[01] MIDI port
    363   1.110.4.2  nathanw #midi*	at mpu?			# MPU 401
    364   1.110.4.2  nathanw 
    365   1.110.4.2  nathanw pseudo-device	vnd		4	# disk-like interface to files
    366   1.110.4.2  nathanw pseudo-device	ccd		4	# concatenated/striped disk devices
    367  1.110.4.10  nathanw #pseudo-device	cgd		4	# cryptographic disk devices
    368   1.110.4.4  nathanw #pseudo-device	raid		8	# RAIDframe disk driver
    369   1.110.4.2  nathanw #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    370   1.110.4.4  nathanw # Options to enable various other RAIDframe RAID types.
    371   1.110.4.7  nathanw # options 	RF_INCLUDE_EVENODD=1
    372   1.110.4.7  nathanw # options 	RF_INCLUDE_RAID5_RS=1
    373   1.110.4.7  nathanw # options 	RF_INCLUDE_PARITYLOGGING=1
    374   1.110.4.7  nathanw # options 	RF_INCLUDE_CHAINDECLUSTER=1
    375   1.110.4.7  nathanw # options 	RF_INCLUDE_INTERDECLUSTER=1
    376   1.110.4.4  nathanw # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    377   1.110.4.7  nathanw # options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    378   1.110.4.2  nathanw pseudo-device	md		1	# memory disk device
    379   1.110.4.2  nathanw pseudo-device	loop			# network loopback
    380   1.110.4.2  nathanw pseudo-device	bpfilter	8	# packet filter
    381   1.110.4.2  nathanw pseudo-device	ipfilter		# IP filter (firewall) and NAT
    382   1.110.4.2  nathanw pseudo-device	ppp		2	# Point-to-Point Protocol
    383   1.110.4.2  nathanw pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    384   1.110.4.2  nathanw pseudo-device	sl		2	# Serial Line IP
    385   1.110.4.2  nathanw pseudo-device	tun		4	# network tunneling over tty
    386   1.110.4.2  nathanw #pseudo-device	gre		2	# generic L3 over IP tunnel
    387   1.110.4.2  nathanw pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    388   1.110.4.2  nathanw #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    389   1.110.4.2  nathanw #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    390   1.110.4.2  nathanw pseudo-device	vlan			# IEEE 802.1q encapsulation
    391   1.110.4.2  nathanw pseudo-device	bridge			# simple inter-network bridging
    392   1.110.4.2  nathanw pseudo-device	pty			# pseudo-terminals
    393   1.110.4.2  nathanw pseudo-device	rnd			# /dev/random and in-kernel generator
    394   1.110.4.2  nathanw pseudo-device	openfirm		# /dev/openfirm
    395   1.110.4.7  nathanw pseudo-device	wsmux			# mouse and keyboard multiplexor
    396   1.110.4.7  nathanw pseudo-device	clockctl		# user control of clock subsystem
    397