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