Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.60.2.10
      1  1.60.2.10   xtraeme # $NetBSD: INSTALL,v 1.60.2.10 2008/01/11 17:03:20 xtraeme Exp $
      2        1.1      fvdl #
      3        1.1      fvdl # GENERIC machine description file
      4        1.1      fvdl # 
      5        1.1      fvdl # This machine description file is used to generate the default NetBSD
      6        1.1      fvdl # kernel.  The generic kernel does not include all options, subsystems
      7        1.1      fvdl # and device drivers, but should be useful for most applications.
      8        1.1      fvdl #
      9        1.1      fvdl # The machine description file can be customised for your specific
     10        1.1      fvdl # machine to reduce the kernel size and improve its performance.
     11        1.1      fvdl #
     12        1.1      fvdl # For further information on compiling NetBSD kernels, see the config(8)
     13        1.1      fvdl # man page.
     14        1.1      fvdl #
     15        1.1      fvdl # For further information on hardware support for this architecture, see
     16        1.1      fvdl # the intro(4) man page.  For further information about kernel options
     17        1.1      fvdl # for this architecture, see the options(4) man page.  For an explanation
     18        1.1      fvdl # of each device driver in this file see the section 4 man page for the
     19        1.1      fvdl # device.
     20        1.1      fvdl 
     21        1.1      fvdl include	"arch/amd64/conf/std.amd64"
     22        1.1      fvdl 
     23  1.60.2.10   xtraeme #ident 		"INSTALL-$Revision: 1.60.2.10 $"
     24        1.1      fvdl 
     25        1.1      fvdl maxusers	32		# estimated number of users
     26        1.1      fvdl 
     27        1.1      fvdl # Standard system options
     28        1.1      fvdl 
     29       1.42       dsl makeoptions 	COPTS="-Os -fno-asynchronous-unwind-tables"
     30        1.1      fvdl 
     31        1.1      fvdl options 	MEMORY_DISK_HOOKS
     32        1.1      fvdl options 	MEMORY_DISK_IS_ROOT     # force root on memory disk
     33        1.1      fvdl options 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
     34       1.40       dsl options 	MEMORY_DISK_ROOT_SIZE=10000     # size of memory disk, in blocks
     35        1.1      fvdl 
     36        1.1      fvdl options 	INSECURE	# disable kernel security levels - X needs this
     37        1.1      fvdl 
     38        1.1      fvdl options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     39        1.1      fvdl 
     40       1.11      fvdl #options 	SYSVMSG		# System V-like message queues
     41       1.11      fvdl #options 	SYSVSEM		# System V-like semaphores
     42        1.1      fvdl #options 	SEMMNI=10	# number of semaphore identifiers
     43        1.1      fvdl #options 	SEMMNS=60	# number of semaphores in system
     44        1.1      fvdl #options 	SEMUME=10	# max number of undo entries per process
     45        1.1      fvdl #options 	SEMMNU=30	# number of undo structures in system
     46       1.14   thorpej #options 	SYSVSHM		# System V-like memory sharing
     47        1.1      fvdl #options 	SHMMAXPGS=2048	# 2048 pages is the default
     48        1.1      fvdl 
     49        1.1      fvdl #options 	LKM		# loadable kernel modules
     50        1.1      fvdl 
     51        1.1      fvdl options 	USERCONF	# userconf(4) support
     52        1.1      fvdl #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     53        1.1      fvdl 
     54        1.1      fvdl # Enable experimental buffer queue strategy for better responsiveness under 
     55        1.1      fvdl # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     56       1.32   tsutsui #options 	BUFQ_READPRIO
     57       1.32   tsutsui #options 	BUFQ_PRIOCSCAN
     58        1.1      fvdl 
     59        1.1      fvdl # Diagnostic/debugging support options
     60        1.1      fvdl #options 	DIAGNOSTIC	# expensive kernel consistency checks
     61        1.1      fvdl #options 	DEBUG		# expensive debugging checks/support
     62        1.1      fvdl #options 	DDB		# in-kernel debugger
     63        1.1      fvdl #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     64        1.1      fvdl #options 	KGDB		# remote debugger
     65        1.1      fvdl #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     66        1.1      fvdl #makeoptions	DEBUG="-g"	# compile full symbol table
     67        1.1      fvdl 
     68        1.1      fvdl #options 	COMPAT_NETBSD32
     69        1.4      fvdl #options 	EXEC_ELF32
     70       1.20  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     71        1.1      fvdl 
     72        1.1      fvdl # File systems
     73        1.1      fvdl file-system 	FFS		# UFS
     74        1.1      fvdl file-system 	EXT2FS		# second extended file system (linux)
     75        1.1      fvdl file-system 	LFS		# log-structured file system
     76        1.1      fvdl file-system 	MFS		# memory file system
     77        1.1      fvdl file-system 	NFS		# Network File System client
     78        1.1      fvdl file-system 	NTFS		# Windows/NT file system (experimental)
     79        1.1      fvdl file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     80        1.1      fvdl file-system 	MSDOSFS		# MS-DOS file system
     81        1.1      fvdl #file-system 	FDESC		# /dev/fd
     82        1.1      fvdl file-system 	KERNFS		# /kern
     83        1.1      fvdl #file-system 	NULLFS		# loopback file system
     84        1.1      fvdl #file-system 	OVERLAY		# overlay file system
     85        1.1      fvdl #file-system 	PORTAL		# portal filesystem (still experimental)
     86        1.1      fvdl #file-system 	PROCFS		# /proc
     87        1.1      fvdl #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     88        1.1      fvdl #file-system 	UNION		# union file system
     89       1.38  christos #file-system	PTYFS		# /dev/pts/N support
     90        1.1      fvdl 
     91        1.1      fvdl # File system options
     92        1.1      fvdl #options 	QUOTA		# UFS quotas
     93        1.1      fvdl #options 	FFS_EI		# FFS Endian Independent support
     94        1.1      fvdl #options 	SOFTDEP		# FFS soft updates support.
     95        1.1      fvdl #options 	NFSSERVER	# Network File System server
     96        1.1      fvdl #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     97        1.1      fvdl 				# immutable) behave as system flags.
     98       1.43   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     99        1.1      fvdl 
    100        1.1      fvdl # Networking options
    101        1.1      fvdl #options 	GATEWAY		# packet forwarding
    102        1.1      fvdl options 	INET		# IP + ICMP + TCP + UDP
    103        1.1      fvdl options 	INET6		# IPV6
    104        1.1      fvdl #options 	IPSEC		# IP security
    105        1.1      fvdl #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    106       1.35      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    107        1.1      fvdl #options 	IPSEC_DEBUG	# debug for IP security
    108        1.1      fvdl #options 	MROUTING	# IP multicast routing
    109       1.17      manu #options 	PIM		# Protocol Independent Multicast
    110        1.4      fvdl #options 	NETATALK	# AppleTalk networking protocols
    111       1.30      tron #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    112       1.30      tron #options 	PPP_DEFLATE	# Deflate compression support for PPP
    113       1.30      tron #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    114        1.1      fvdl #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    115        1.1      fvdl 
    116        1.1      fvdl # These options enable verbose messages for several subsystems.
    117        1.1      fvdl # Warning, these may compile large string tables into the kernel!
    118       1.14   thorpej #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    119       1.14   thorpej #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    120        1.1      fvdl #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    121        1.1      fvdl #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    122       1.14   thorpej #options 	SCSIVERBOSE	# human readable SCSI error messages
    123       1.14   thorpej #options 	USBVERBOSE	# verbose USB device autoconfig messages
    124       1.14   thorpej #options 	I2OVERBOSE	# verbose I2O driver messages
    125        1.1      fvdl 
    126        1.1      fvdl options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    127        1.1      fvdl 
    128        1.1      fvdl #
    129        1.1      fvdl # wscons options
    130        1.1      fvdl #
    131        1.1      fvdl # builtin terminal emulations
    132        1.1      fvdl #options 	WSEMUL_SUN		# sun terminal emulation
    133        1.1      fvdl options 	WSEMUL_VT100		# VT100 / VT220 emulation
    134        1.1      fvdl # different kernel output - see dev/wscons/wsdisplayvar.h
    135        1.1      fvdl options 	WS_KERNEL_FG=WSCOL_GREEN
    136        1.1      fvdl #options 	WS_KERNEL_BG=WSCOL_BLACK
    137        1.1      fvdl # compatibility to other console drivers
    138       1.11      fvdl #options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    139       1.11      fvdl #options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    140       1.29      tron #options 	WSDISPLAY_COMPAT_USL		# VT handling
    141       1.29      tron #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    142       1.52  drochner # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    143        1.1      fvdl #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    144        1.1      fvdl # allocate a number of virtual screens at autoconfiguration time
    145        1.1      fvdl #options 	WSDISPLAY_DEFAULTSCREENS=4
    146        1.1      fvdl # use a large software cursor that doesn't blink
    147        1.1      fvdl options 	PCDISPLAY_SOFTCURSOR
    148        1.1      fvdl # modify the screen type of the console; defaults to "80x25"
    149        1.1      fvdl #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    150        1.1      fvdl # work around a hardware bug that loaded fonts don't work; found on ATI cards
    151        1.1      fvdl #options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
    152        1.1      fvdl # enable VGA raster mode capable of displaying multilingual text on console
    153        1.1      fvdl #options 	VGA_RASTERCONSOLE
    154        1.1      fvdl 
    155        1.1      fvdl # Kernel root file system and dump configuration.
    156        1.1      fvdl config		netbsd	root on ? type ?
    157        1.1      fvdl #config		netbsd	root on sd0a type ffs
    158        1.1      fvdl #config		netbsd	root on ? type nfs
    159        1.1      fvdl 
    160        1.1      fvdl #
    161        1.1      fvdl # Device configuration
    162        1.1      fvdl #
    163        1.1      fvdl 
    164        1.1      fvdl mainbus0 at root
    165        1.1      fvdl 
    166   1.60.2.5       riz # ACPI will be used if present. If not it will fall back to MPBIOS
    167   1.60.2.5       riz acpi0	at mainbus0
    168   1.60.2.5       riz options ACPI_SCANPCI
    169   1.60.2.5       riz options MPBIOS				
    170        1.5      fvdl options MPBIOS_SCANPCI
    171        1.1      fvdl cpu* 	at mainbus0
    172        1.2      fvdl ioapic* at mainbus0
    173        1.1      fvdl 
    174        1.1      fvdl #apm0	at mainbus0			# Advanced power management
    175        1.1      fvdl 
    176        1.1      fvdl # Tuning for power management, see apm(4) for more details.
    177        1.1      fvdl #options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
    178        1.1      fvdl #options 	APM_V10_ONLY		# Use only the APM 1.0 calls
    179        1.1      fvdl #options 	APM_NO_POWEROFF		# Don't power off on halt(8)
    180        1.1      fvdl #options 	APM_POWER_PRINT		# Print stats on the console
    181        1.1      fvdl #options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
    182        1.1      fvdl 
    183        1.1      fvdl 
    184        1.1      fvdl # Basic Bus Support
    185        1.1      fvdl 
    186        1.1      fvdl # PCI bus support
    187        1.1      fvdl pci*	at mainbus? bus ?
    188        1.1      fvdl pci*	at pchb? bus ?
    189        1.1      fvdl pci*	at ppb? bus ?
    190        1.1      fvdl 
    191        1.1      fvdl # PCI bridges
    192        1.1      fvdl pchb*	at pci? dev ? function ?	# PCI-Host bridges
    193        1.1      fvdl pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    194        1.1      fvdl ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    195        1.1      fvdl # XXX 'puc's aren't really bridges, but there's no better place for them here
    196        1.1      fvdl puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
    197        1.1      fvdl 
    198        1.1      fvdl aapic* 	at pci? dev ? function ?	# AMD 8131 IO apic
    199        1.1      fvdl 
    200        1.1      fvdl #agp* 	at pchb?
    201        1.1      fvdl 
    202        1.1      fvdl #
    203        1.1      fvdl 
    204        1.1      fvdl # ISA bus support
    205        1.1      fvdl isa0	at mainbus?
    206        1.1      fvdl isa0	at pcib?
    207        1.1      fvdl 
    208        1.1      fvdl # CardBus bridge support
    209        1.1      fvdl #cbb*		at pci? dev ? function ?
    210        1.1      fvdl #cardslot*	at cbb?
    211        1.1      fvdl 
    212        1.1      fvdl # CardBus bus support
    213        1.1      fvdl #cardbus*	at cardslot?
    214        1.1      fvdl #pcmcia* 	at cardslot?
    215        1.1      fvdl 
    216        1.1      fvdl # Coprocessor Support
    217        1.1      fvdl 
    218        1.1      fvdl # Console Devices
    219        1.1      fvdl 
    220        1.1      fvdl # wscons
    221        1.1      fvdl pckbc0		at isa?			# pc keyboard controller
    222        1.1      fvdl pckbd*		at pckbc?		# PC keyboard
    223   1.60.2.4    bouyer #pms*		at pckbc?		# PS/2 mouse for wsmouse
    224        1.1      fvdl #options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
    225       1.23       scw #options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
    226        1.1      fvdl vga*		at pci? dev ? function ?
    227        1.1      fvdl wsdisplay*	at vga? console ?
    228        1.1      fvdl wskbd*		at pckbd? console ?
    229   1.60.2.4    bouyer #wsmouse*	at pms? mux 0
    230        1.1      fvdl 
    231       1.28      cube attimer0	at isa?
    232        1.1      fvdl pcppi0		at isa?
    233        1.1      fvdl sysbeep0	at pcppi?
    234        1.1      fvdl 
    235        1.1      fvdl # Serial Devices
    236        1.1      fvdl 
    237        1.1      fvdl # PCI serial interfaces
    238        1.1      fvdl com*	at puc? port ?			# 16x50s on "universal" comm boards
    239       1.15   thorpej #cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
    240       1.15   thorpej #cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
    241        1.1      fvdl 
    242        1.1      fvdl # PCMCIA serial interfaces
    243        1.1      fvdl #com*	at pcmcia? function ?		# Modems and serial cards
    244        1.1      fvdl 
    245        1.1      fvdl #pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    246        1.1      fvdl #com*	at pcmcom? slave ?		# ...and the slave devices
    247        1.1      fvdl 
    248        1.1      fvdl # CardBus serial interfaces
    249       1.39  drochner #com*	at cardbus? function ?	# Modems and serial cards
    250        1.1      fvdl 
    251        1.1      fvdl # ISA serial interfaces
    252        1.1      fvdl #options 	COM_HAYESP		# adds Hayes ESP serial board support
    253        1.1      fvdl com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
    254        1.1      fvdl com1	at isa? port 0x2f8 irq 3
    255        1.1      fvdl 
    256        1.1      fvdl # Parallel Printer Interfaces
    257        1.1      fvdl 
    258        1.1      fvdl # PCI parallel printer interfaces
    259        1.4      fvdl #lpt*	at puc? port ?			# || ports on "universal" comm boards
    260        1.1      fvdl 
    261        1.1      fvdl # ISA parallel printer interfaces
    262        1.4      fvdl #lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    263        1.4      fvdl #lpt1	at isa? port 0x278
    264        1.1      fvdl 
    265        1.1      fvdl # Hardware monitors
    266        1.1      fvdl 
    267        1.1      fvdl # LM7[89] and compatible hardware monitors
    268        1.1      fvdl #lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
    269        1.1      fvdl 
    270        1.1      fvdl # I2O devices
    271        1.1      fvdl iop*	at pci? dev ? function ?	# I/O processor
    272        1.1      fvdl iopsp*	at iop? tid ?			# SCSI/FC-AL ports
    273        1.1      fvdl ld*	at iop? tid ?			# block devices
    274        1.1      fvdl # XXX dpti.c wants a processor type that is not assigned for x86-64
    275        1.1      fvdl #dpti*	at iop? tid 0			# DPT/Adaptec control interface
    276        1.1      fvdl 
    277        1.1      fvdl 
    278        1.1      fvdl # SCSI Controllers and Devices
    279        1.1      fvdl 
    280        1.1      fvdl # PCI SCSI controllers
    281        1.1      fvdl adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    282        1.1      fvdl adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    283        1.1      fvdl ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    284        1.9      fvdl ahd*	at pci? dev ? function ?	# Adaptec aic790x SCSI
    285        1.1      fvdl bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    286        1.1      fvdl dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    287        1.1      fvdl iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    288       1.42       dsl isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
    289   1.60.2.1      tron mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
    290        1.1      fvdl mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
    291        1.1      fvdl mpt*	at pci? dev ? function ?	# LSILogic 9x9 and 53c1030
    292        1.1      fvdl pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    293        1.1      fvdl siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
    294        1.1      fvdl #options 	SIOP_SYMLED		# drive the act. LED in software
    295        1.1      fvdl trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
    296        1.1      fvdl 
    297        1.1      fvdl # PCMCIA SCSI controllers
    298        1.1      fvdl #aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    299        1.1      fvdl #esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    300        1.1      fvdl 
    301        1.1      fvdl # CardBus SCSI cards
    302       1.39  drochner #adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    303       1.39  drochner #ahc*	at cardbus? function ?	# Adaptec ADP-1480
    304        1.1      fvdl 
    305        1.1      fvdl # SCSI bus support
    306        1.1      fvdl scsibus* at scsi?
    307        1.1      fvdl 
    308        1.1      fvdl # SCSI devices
    309        1.1      fvdl sd*	at scsibus? target ? lun ?	# SCSI disk drives
    310        1.1      fvdl st*	at scsibus? target ? lun ?	# SCSI tape drives
    311        1.1      fvdl cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    312        1.4      fvdl #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    313        1.4      fvdl #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    314        1.4      fvdl #ss*	at scsibus? target ? lun ?	# SCSI scanners
    315        1.4      fvdl #uk*	at scsibus? target ? lun ?	# SCSI unknown
    316        1.1      fvdl 
    317        1.1      fvdl 
    318        1.1      fvdl # RAID controllers and devices
    319   1.60.2.8   xtraeme aac*	at pci? dev ? function ?	# Adaptec AAC family
    320       1.34    martti amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
    321  1.60.2.10   xtraeme arcmsr*	at pci? dev ? function ? 	# Areca SATA RAID controllers
    322        1.1      fvdl cac*	at pci? dev ? function ?	# Compaq PCI array controllers
    323       1.50    martti ciss*	at pci? dev ? function ?	# HP Smart Array controllers
    324        1.1      fvdl icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
    325        1.1      fvdl mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
    326        1.1      fvdl twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
    327       1.54    bouyer twa*	at pci? dev ? function ?	# 3ware Escalade 9xxx RAID controllers
    328        1.1      fvdl 
    329   1.60.2.8   xtraeme ld*	at aac? unit ?
    330       1.34    martti ld*	at amr? unit ?
    331        1.1      fvdl ld*	at cac? unit ?
    332        1.1      fvdl ld*	at icp? unit ?
    333        1.1      fvdl ld*	at twe? unit ?
    334       1.54    bouyer ld*	at twa? unit ?
    335        1.1      fvdl ld*	at mlx? unit ?
    336        1.1      fvdl 
    337        1.1      fvdl icpsp*	at icp? unit ?			# SCSI pass-through
    338        1.1      fvdl 
    339        1.1      fvdl # IDE and related devices
    340        1.1      fvdl # PCI IDE controllers - see pciide(4) for supported hardware.
    341        1.1      fvdl # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    342        1.1      fvdl # how to set up DMA modes for this chip. This may work, or may cause
    343        1.1      fvdl # a machine hang with some controllers.
    344       1.58   xtraeme pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    345       1.58   xtraeme acardide* 	at pci? dev ? function ?	# Acard IDE controllers
    346       1.58   xtraeme aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    347       1.60    bouyer ahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
    348       1.58   xtraeme artsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
    349       1.58   xtraeme cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    350       1.58   xtraeme cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    351       1.58   xtraeme hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    352       1.58   xtraeme iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
    353       1.58   xtraeme ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
    354   1.60.2.7     pavel jmide* 		at pci? dev ? function ? 	# JMicron PCI-e PATA/SATA controllers
    355   1.60.2.7     pavel ahcisata* 	at jmide?
    356       1.58   xtraeme optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    357       1.58   xtraeme piixide* 	at pci? dev ? function ?	# Intel IDE controllers
    358       1.58   xtraeme pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    359       1.58   xtraeme pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
    360       1.58   xtraeme rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
    361       1.58   xtraeme satalink* 	at pci? dev ? function ?	# SiI SATALink controllers
    362       1.58   xtraeme siside* 	at pci? dev ? function ?	# SiS IDE controllers
    363       1.58   xtraeme slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    364       1.58   xtraeme svwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
    365       1.58   xtraeme stpcide* 	at pci? dev ? function ?	# STMicro STPC IDE controllers
    366       1.58   xtraeme viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    367        1.1      fvdl 
    368        1.1      fvdl # PCMCIA IDE controllers
    369        1.1      fvdl #wdc*	at pcmcia? function ?
    370        1.1      fvdl 
    371        1.1      fvdl # ISA ST506, ESDI, and IDE controllers
    372        1.1      fvdl # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
    373        1.1      fvdl # fall back to 16bits I/O if 32bits I/O are not functional).
    374        1.1      fvdl # Some controllers pass the initial 32bit test, but will fail later.
    375        1.4      fvdl #wdc0	at isa? port 0x1f0 irq 14 flags 0x00
    376        1.4      fvdl #wdc1	at isa? port 0x170 irq 15 flags 0x00
    377        1.1      fvdl 
    378        1.8     lukem # ATA (IDE) bus support
    379        1.8     lukem atabus* at ata?
    380        1.6    bouyer 
    381        1.1      fvdl # Flags are used only with controllers that support DMA operations
    382        1.1      fvdl # and mode settings (e.g. some pciide controllers)
    383        1.1      fvdl # The lowest order four bits (rightmost digit) of the flags define the PIO
    384        1.1      fvdl # mode to use, the next set of four bits the DMA mode and the third set the
    385        1.1      fvdl # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    386        1.1      fvdl # to use, and the last bit must be 1 for this setting to be used.
    387        1.1      fvdl # For DMA and UDMA, 0xf (1111) means 'disable'.
    388        1.1      fvdl # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    389        1.1      fvdl # (0xc=1100, 0xa=1010, 0xf=1111)
    390        1.1      fvdl # 0x0000 means "use whatever the drive claims to support".
    391        1.6    bouyer wd*	at atabus? drive ? flags 0x0000
    392        1.1      fvdl 
    393        1.1      fvdl # ATAPI bus support
    394        1.1      fvdl atapibus* at atapi?
    395        1.1      fvdl 
    396        1.9      fvdl # ATA RAID configuration support, as found on some Promise controllers.
    397        1.9      fvdl pseudo-device ataraid
    398        1.9      fvdl ld* 	at ataraid? vendtype ? unit ?
    399        1.9      fvdl 
    400        1.9      fvdl 
    401        1.1      fvdl # ATAPI devices
    402        1.1      fvdl # flags have the same meaning as for IDE drives.
    403        1.1      fvdl cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    404        1.1      fvdl sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    405        1.1      fvdl st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    406        1.4      fvdl #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    407        1.1      fvdl 
    408        1.1      fvdl 
    409        1.1      fvdl # Miscellaneous mass storage devices
    410        1.1      fvdl 
    411        1.1      fvdl # ISA floppy
    412        1.1      fvdl fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    413        1.1      fvdl #fdc1	at isa? port 0x370 irq ? drq ?
    414        1.1      fvdl fd*	at fdc? drive ?			# the drives themselves
    415        1.1      fvdl # some machines need you to do this instead of fd*
    416        1.1      fvdl #fd0	at fdc0 drive 0
    417        1.1      fvdl 
    418        1.1      fvdl # Network Interfaces
    419        1.1      fvdl 
    420        1.1      fvdl # PCI network interfaces
    421        1.1      fvdl an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
    422       1.36    sekiya ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
    423        1.9      fvdl bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
    424        1.1      fvdl bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
    425   1.60.2.2      tron bnx* 	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
    426        1.1      fvdl en*	at pci? dev ? function ?	# ENI/Adaptec ATM
    427        1.1      fvdl ep*	at pci? dev ? function ?	# 3Com 3c59x
    428        1.1      fvdl epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    429       1.42       dsl #esh*	at pci? dev ? function ?	# Essential HIPPI card
    430        1.1      fvdl ex*	at pci? dev ? function ?	# 3Com 90x[BC]
    431        1.1      fvdl fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
    432        1.1      fvdl fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    433        1.1      fvdl gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
    434        1.1      fvdl #hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
    435       1.41       dsl #le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
    436       1.42       dsl #lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
    437       1.56       riz mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
    438       1.56       riz msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
    439        1.1      fvdl mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
    440        1.1      fvdl ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    441       1.48       chs nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
    442       1.42       dsl #ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
    443        1.1      fvdl pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    444       1.16    toshii re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
    445        1.1      fvdl rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    446        1.1      fvdl sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
    447        1.1      fvdl sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
    448       1.40       dsl skc* 	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
    449       1.40       dsl sk* 	at skc?				# SysKonnect SK9821 Gigabit Ethernet
    450        1.1      fvdl ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
    451        1.1      fvdl stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
    452        1.1      fvdl ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
    453        1.1      fvdl tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
    454        1.1      fvdl tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    455        1.1      fvdl vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    456        1.1      fvdl wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
    457        1.1      fvdl wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
    458        1.1      fvdl 
    459        1.1      fvdl # PCMCIA network interfaces
    460        1.1      fvdl #an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    461        1.1      fvdl #awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    462        1.1      fvdl #cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    463        1.1      fvdl #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    464        1.1      fvdl #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    465        1.1      fvdl #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    466        1.1      fvdl #ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    467        1.1      fvdl #sm*	at pcmcia? function ?		# Megahertz Ethernet
    468        1.1      fvdl # tr at pcmcia has problems with Cardbus bridges
    469        1.1      fvdl #tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    470        1.1      fvdl #wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    471   1.60.2.6     pavel #xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    472   1.60.2.6     pavel #com*	at xirc?
    473   1.60.2.6     pavel #xi*	at xirc?
    474        1.1      fvdl 
    475        1.1      fvdl #mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    476        1.1      fvdl #com*	at mhzc?
    477        1.1      fvdl #sm*	at mhzc?
    478        1.1      fvdl 
    479        1.1      fvdl # CardBus network cards
    480       1.39  drochner #ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
    481       1.39  drochner #ex*	at cardbus? function ?	# 3Com 3C575TX
    482       1.39  drochner #fxp*	at cardbus? function ?	# Intel i8255x
    483       1.39  drochner #rtk*	at cardbus? function ?	# Realtek 8129/8139
    484       1.39  drochner #tlp*	at cardbus? function ?	# DECchip 21143
    485        1.1      fvdl 
    486        1.1      fvdl # MII/PHY support
    487        1.1      fvdl acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
    488        1.1      fvdl amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
    489        1.1      fvdl bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    490        1.1      fvdl brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
    491   1.60.2.9   xtraeme ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
    492        1.1      fvdl dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    493        1.1      fvdl exphy*	at mii? phy ?			# 3Com internal PHYs
    494   1.60.2.9   xtraeme gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    495        1.1      fvdl glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    496        1.1      fvdl gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    497        1.1      fvdl icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    498       1.10      fvdl igphy* 	at mii? phy ?			# Intel IGP01E1000
    499       1.59    bouyer ikphy*	at mii? phy ?			# Intel 82563 PHYs
    500        1.1      fvdl inphy*	at mii? phy ?			# Intel 82555 PHYs
    501        1.1      fvdl iophy*	at mii? phy ?			# Intel 82553 PHYs
    502        1.1      fvdl lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    503        1.1      fvdl makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    504        1.1      fvdl nsphy*	at mii? phy ?			# NS83840 PHYs
    505        1.1      fvdl nsphyter* at mii? phy ?			# NS83843 PHYs
    506        1.1      fvdl pnaphy*	at mii? phy ?			# generic HomePNA PHYs
    507        1.1      fvdl qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    508       1.49   xtraeme rgephy*	at mii? phy ?			# Realtek 8169S/8110 internal PHYs
    509       1.45   xtraeme rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    510        1.1      fvdl sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    511        1.1      fvdl tlphy*	at mii? phy ?			# ThunderLAN PHYs
    512        1.1      fvdl tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    513        1.1      fvdl ukphy*	at mii? phy ?			# generic unknown PHYs
    514        1.1      fvdl urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    515        1.1      fvdl 
    516        1.1      fvdl 
    517        1.1      fvdl # USB Controller and Devices
    518        1.1      fvdl 
    519        1.1      fvdl # PCI USB controllers
    520        1.1      fvdl # The EHCI is not ready for prime time.
    521        1.1      fvdl #ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
    522        1.1      fvdl ohci*	at pci?	dev ? function ?	# Open Host Controller
    523        1.1      fvdl uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
    524        1.1      fvdl 
    525        1.1      fvdl # CardBus USB controllers
    526       1.39  drochner #ehci*	at cardbus? function ?	# Enhanced Host Controller
    527       1.39  drochner #ohci*	at cardbus? function ?	# Open Host Controller
    528        1.1      fvdl 
    529        1.1      fvdl # ISA USB controllers
    530        1.1      fvdl #slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
    531        1.1      fvdl 
    532        1.1      fvdl # USB bus support
    533        1.1      fvdl #usb*	at ehci?
    534        1.1      fvdl usb*	at ohci?
    535        1.1      fvdl usb*	at uhci?
    536        1.1      fvdl #usb*	at slhci?
    537        1.1      fvdl 
    538        1.1      fvdl # USB Hubs
    539        1.1      fvdl uhub*	at usb?
    540        1.1      fvdl uhub*	at uhub? port ? configuration ? interface ?
    541        1.1      fvdl 
    542        1.1      fvdl # USB HID device
    543        1.1      fvdl uhidev*	at uhub? port ? configuration ? interface ?
    544        1.1      fvdl 
    545        1.1      fvdl # USB Mice
    546   1.60.2.4    bouyer #ums*	at uhidev? reportid ?
    547   1.60.2.4    bouyer #wsmouse* at ums? mux 0
    548        1.1      fvdl 
    549        1.1      fvdl # USB Keyboards
    550        1.1      fvdl ukbd*	at uhidev? reportid ?
    551        1.1      fvdl wskbd*	at ukbd? console ? mux 1
    552        1.1      fvdl 
    553       1.55     skrll # USB serial adapter
    554       1.37     skrll #ucycom*	at uhidev? reportid ?
    555       1.37     skrll 
    556        1.1      fvdl # USB Generic HID devices
    557        1.4      fvdl #uhid*	at uhidev? reportid ?
    558        1.1      fvdl 
    559        1.1      fvdl # USB Printer
    560        1.4      fvdl #ulpt*	at uhub? port ? configuration ? interface ?
    561        1.1      fvdl 
    562        1.1      fvdl # USB Modem
    563        1.4      fvdl #umodem*	at uhub? port ? configuration ?
    564        1.4      fvdl #ucom*	at umodem?
    565        1.1      fvdl 
    566        1.1      fvdl # USB Mass Storage
    567        1.1      fvdl umass*	at uhub? port ? configuration ? interface ?
    568        1.1      fvdl #wd* at umass?
    569        1.1      fvdl 
    570        1.1      fvdl # USB MIDI
    571        1.1      fvdl #umidi* at uhub? port ? configuration ?
    572        1.1      fvdl 
    573        1.1      fvdl # USB Ethernet adapters
    574        1.1      fvdl aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    575       1.19  augustss axe*	at uhub? port ?		# ASIX AX88172 based adapters
    576        1.1      fvdl cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    577        1.1      fvdl kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    578        1.1      fvdl url*	at uhub? port ?		# Realtek RTL8150L based adapters
    579        1.1      fvdl 
    580        1.1      fvdl # Prolific PL2301/PL2302 host-to-host adapter
    581        1.4      fvdl #upl*	at uhub? port ?
    582        1.1      fvdl 
    583        1.1      fvdl # Serial adapters
    584        1.4      fvdl #ubsa*	at uhub? port ?		# Belkin serial adapter
    585        1.4      fvdl #ucom*	at ubsa? portno ?
    586        1.1      fvdl 
    587        1.4      fvdl #uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    588        1.4      fvdl #ucom*	at uftdi? portno ?
    589        1.1      fvdl 
    590        1.4      fvdl #umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    591        1.4      fvdl #ucom*	at umct? portno ?
    592        1.1      fvdl 
    593        1.4      fvdl #uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    594        1.4      fvdl #ucom*	at uplcom? portno ?
    595        1.1      fvdl 
    596        1.4      fvdl #uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
    597        1.4      fvdl #ucom*	at uvscom? portno ?
    598        1.1      fvdl 
    599        1.1      fvdl # Diamond Multimedia Rio 500
    600        1.1      fvdl #urio*	at uhub? port ?
    601        1.1      fvdl 
    602        1.1      fvdl # USB Handspring Visor
    603        1.1      fvdl #uvisor*	at uhub? port ?
    604        1.1      fvdl #ucom*	at uvisor?
    605        1.1      fvdl 
    606       1.31     itohy # Kyocera AIR-EDGE PHONE
    607       1.31     itohy #ukyopon* at uhub? port ?
    608       1.31     itohy #ucom*	at ukyopon? portno ?
    609       1.31     itohy 
    610        1.1      fvdl # USB scanners
    611        1.1      fvdl #uscanner* at uhub? port ?
    612        1.1      fvdl 
    613        1.1      fvdl # USB scanners that use SCSI emulation, e.g., HP5300
    614        1.1      fvdl #usscanner* at uhub? port ?
    615        1.1      fvdl 
    616        1.1      fvdl # Y@P firmware loader
    617        1.1      fvdl #uyap* at uhub? port ?
    618        1.1      fvdl 
    619        1.1      fvdl # D-Link DSB-R100 USB radio
    620        1.4      fvdl #udsbr*	at uhub? port ?
    621        1.4      fvdl #radio*	at udsbr?
    622        1.1      fvdl 
    623        1.1      fvdl # USB Generic driver
    624        1.4      fvdl # ugen*	at uhub? port ?
    625        1.1      fvdl 
    626        1.1      fvdl 
    627        1.1      fvdl # IrDA and Consumer Ir devices
    628        1.1      fvdl 
    629        1.1      fvdl # Mice
    630        1.1      fvdl 
    631        1.1      fvdl # Middle Digital, Inc. PCI-Weasel serial console board control
    632        1.1      fvdl # devices (watchdog timer, etc.)
    633        1.4      fvdl #weasel* at pci?
    634        1.1      fvdl 
    635        1.1      fvdl # Pull in optional local configuration
    636        1.1      fvdl include	"arch/amd64/conf/GENERIC.local"
    637        1.1      fvdl 
    638        1.1      fvdl # Pseudo-Devices
    639        1.1      fvdl 
    640        1.1      fvdl # disk/mass storage pseudo-devices
    641        1.1      fvdl #pseudo-device	ccd		4	# concatenated/striped disk devices
    642        1.1      fvdl #pseudo-device	cgd		4	# cryptographic disk devices
    643   1.60.2.4    bouyer pseudo-device	raid		8	# RAIDframe disk driver
    644   1.60.2.4    bouyer options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    645        1.1      fvdl #Options to enable various other RAIDframe RAID types.
    646        1.1      fvdl #options 	RF_INCLUDE_EVENODD=1
    647        1.1      fvdl #options 	RF_INCLUDE_RAID5_RS=1
    648        1.1      fvdl #options 	RF_INCLUDE_PARITYLOGGING=1
    649        1.1      fvdl #options 	RF_INCLUDE_CHAINDECLUSTER=1
    650        1.1      fvdl #options 	RF_INCLUDE_INTERDECLUSTER=1
    651        1.1      fvdl #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    652        1.1      fvdl #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    653       1.24   hannken #pseudo-device	fss		4	# file system snapshot device
    654        1.1      fvdl 
    655        1.1      fvdl pseudo-device	md		1	# memory disk device (ramdisk)
    656       1.47      cube #pseudo-device	vnd			# disk-like interface to files
    657        1.1      fvdl 
    658        1.1      fvdl # network pseudo-devices
    659       1.46    rpaulo pseudo-device	bpfilter		# Berkeley packet filter
    660        1.1      fvdl pseudo-device	loop			# network loopback
    661   1.60.2.3    bouyer #pseudo-device	ppp			# Point-to-Point Protocol
    662       1.18      fvdl #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    663       1.47      cube #pseudo-device	sl			# Serial Line IP
    664       1.47      cube #pseudo-device	strip			# Starmode Radio IP (Metricom)
    665        1.4      fvdl #pseudo-device	irframetty		# IrDA frame line discipline
    666       1.47      cube #pseudo-device	tun			# network tunneling over tty
    667       1.22      cube #pseudo-device	tap			# virtual Ethernet
    668       1.47      cube #pseudo-device	gre			# generic L3 over IP tunnel
    669       1.47      cube #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    670       1.47      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    671       1.47      cube #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    672       1.18      fvdl #pseudo-device	vlan			# IEEE 802.1q encapsulation
    673        1.1      fvdl #pseudo-device	bridge			# simple inter-network bridging
    674        1.1      fvdl 
    675        1.1      fvdl # miscellaneous pseudo-devices
    676        1.1      fvdl pseudo-device	pty			# pseudo-terminals
    677        1.1      fvdl #pseudo-device	sequencer	1	# MIDI sequencer
    678        1.1      fvdl # rnd works; RND_COM does not on port i386 yet.
    679        1.1      fvdl pseudo-device	rnd			# /dev/random and in-kernel generator
    680        1.1      fvdl #options 	RND_COM			# use "com" randomness as well (BROKEN)
    681        1.1      fvdl pseudo-device	clockctl		# user control of clock subsystem
    682        1.1      fvdl 
    683        1.1      fvdl # wscons pseudo-devices
    684        1.1      fvdl pseudo-device	wsmux			# mouse & keyboard multiplexor
    685       1.11      fvdl #pseudo-device	wsfont
    686