Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.66.6.1
      1  1.66.6.1    simonb #	$NetBSD: RAMDISK,v 1.66.6.1 2006/04/22 11:37:16 simonb Exp $
      2       1.1      soda #
      3       1.4      soda #	memory disk based configuration file for MIPS R4x00 ARC Systems
      4       1.1      soda #
      5       1.1      soda 
      6      1.33   tsutsui include		"arch/arc/conf/std.arc"
      7      1.33   tsutsui 
      8      1.33   tsutsui #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9      1.33   tsutsui 
     10  1.66.6.1    simonb #ident		"GENERIC-$Revision: 1.66.6.1 $"
     11      1.33   tsutsui 
     12      1.33   tsutsui maxusers	32		# estimated number of users
     13      1.33   tsutsui 
     14      1.33   tsutsui # Platform support
     15      1.36   tsutsui options 	PLATFORM_ACER_PICA_61		# PICA, NEC ImageRISCstation
     16      1.38   tsutsui options 	PLATFORM_DESKTECH_ARCSTATION_I	# DeskStation rPC44
     17      1.38   tsutsui options 	PLATFORM_DESKTECH_TYNE		# DeskStation Tyne
     18      1.33   tsutsui options 	PLATFORM_MICROSOFT_JAZZ		# MIPS Magnum
     19      1.33   tsutsui options 	PLATFORM_NEC_J96A		# NEC Express 5800/240 EISA R4K
     20      1.33   tsutsui options 	PLATFORM_NEC_JC94		# NEC Express 5800/230 PCI R4K
     21      1.33   tsutsui options 	PLATFORM_NEC_R94		# NEC RISCstation 2200 EISA
     22      1.33   tsutsui options 	PLATFORM_NEC_R96	# NEC Express RISCserver, RISCserver 2200
     23      1.33   tsutsui options 	PLATFORM_NEC_RAX94		# NEC RISCstation 2200 PCI
     24      1.33   tsutsui options 	PLATFORM_NEC_RD94		# NEC RISCstation 2250
     25      1.33   tsutsui options 	PLATFORM_SNI_RM200PCI
     26      1.33   tsutsui 
     27      1.33   tsutsui # Standard system options
     28      1.33   tsutsui 
     29      1.33   tsutsui options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     30      1.33   tsutsui #options 	NTP		# NTP phase/frequency locked loop
     31      1.33   tsutsui 
     32      1.33   tsutsui #options 	KTRACE		# system call tracing via ktrace(1)
     33      1.33   tsutsui #options 	SYSTRACE	# system call vetting via systrace(1)
     34      1.33   tsutsui 
     35      1.33   tsutsui #options 	SYSVMSG		# System V-like message queues
     36      1.33   tsutsui #options 	SYSVSEM		# System V-like semaphores
     37      1.33   tsutsui #options 	SEMMNI=10	# number of semaphore identifiers
     38      1.33   tsutsui #options 	SEMMNS=60	# number of semaphores in system
     39      1.33   tsutsui #options 	SEMUME=10	# max number of undo entries per process
     40      1.33   tsutsui #options 	SEMMNU=30	# number of undo structures in system
     41      1.33   tsutsui #options 	SYSVSHM		# System V-like memory sharing
     42      1.33   tsutsui #options 	SHMMAXPGS=1024	# 1024 pages is the default
     43      1.33   tsutsui 
     44      1.33   tsutsui options 	LKM		# loadable kernel modules
     45      1.33   tsutsui 
     46      1.33   tsutsui options 	USERCONF	# userconf(4) support
     47      1.33   tsutsui options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     48      1.48    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     49      1.33   tsutsui 
     50      1.33   tsutsui # Enable experimental buffer queue strategy for better responsiveness under 
     51      1.33   tsutsui # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     52      1.58   tsutsui #options 	BUFQ_READPRIO
     53      1.58   tsutsui #options 	BUFQ_PRIOCSCAN
     54      1.33   tsutsui 
     55      1.33   tsutsui # Diagnostic/debugging support options
     56      1.33   tsutsui #options 	DIAGNOSTIC		# cheap kernel consistency checks
     57      1.33   tsutsui #options 	DEBUG			# expensive debugging checks/support
     58      1.33   tsutsui #options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
     59      1.33   tsutsui options 	DDB			# in-kernel debugger
     60      1.33   tsutsui #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     61      1.33   tsutsui #options 	KGDB			# remote gdb
     62      1.33   tsutsui #options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
     63      1.33   tsutsui #options 	KGDB_DEV="17*256+0"	# device for kernel gdb
     64      1.33   tsutsui #makeoptions	DEBUG="-g"		# compile full symbol table
     65      1.33   tsutsui options 	SYMTAB_SPACE=262144
     66      1.33   tsutsui 
     67      1.33   tsutsui # Compatibility options
     68      1.33   tsutsui #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     69      1.33   tsutsui #options 	COMPAT_10	# NetBSD 1.0,
     70      1.33   tsutsui #options 	COMPAT_11	# NetBSD 1.1,
     71      1.33   tsutsui #options 	COMPAT_12	# NetBSD 1.2,
     72      1.33   tsutsui options 	COMPAT_13	# NetBSD 1.3,
     73      1.33   tsutsui options 	COMPAT_14	# NetBSD 1.4,
     74      1.41   tsutsui options 	COMPAT_16	# NetBSD 1.6,
     75      1.53   tsutsui options 	COMPAT_20	# NetBSD 2.0,
     76      1.62  christos options 	COMPAT_30	# NetBSD 3.0 compatibility.
     77      1.33   tsutsui options 	COMPAT_43	# and 4.3BSD
     78      1.33   tsutsui options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     79      1.33   tsutsui 
     80      1.33   tsutsui # mipsel specific
     81      1.33   tsutsui #options 	COMPAT_ULTRIX	# Ultrix binary compatibility
     82      1.33   tsutsui #options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
     83      1.64   tsutsui options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     84      1.33   tsutsui 
     85      1.33   tsutsui # File systems
     86      1.33   tsutsui file-system 	FFS		# fast filesystem
     87      1.33   tsutsui #file-system 	EXT2FS		# second extended file system (linux)
     88      1.33   tsutsui #file-system 	LFS		# log-structured file system
     89      1.33   tsutsui file-system 	MFS		# memory file system
     90      1.33   tsutsui file-system 	NTFS		# Windows/NT file system (experimental)
     91      1.33   tsutsui file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     92      1.33   tsutsui file-system 	MSDOSFS		# MS-DOS file system
     93      1.33   tsutsui file-system 	NFS		# Network File System client
     94      1.33   tsutsui file-system 	FDESC		# /dev/fd
     95      1.33   tsutsui file-system 	KERNFS		# /kern
     96      1.33   tsutsui file-system 	NULLFS		# loopback file system
     97      1.33   tsutsui #file-system 	OVERLAY		# overlay file system
     98      1.33   tsutsui #file-system 	PORTAL		# portal filesystem (still experimental)
     99      1.33   tsutsui file-system 	PROCFS		# /proc
    100      1.33   tsutsui #file-system 	UMAPFS		# NULLFS + uid and gid remapping
    101      1.33   tsutsui #file-system 	UNION		# union file system
    102      1.33   tsutsui #file-system	CODA		# Coda File System; also needs vcoda (below)
    103      1.63  christos file-system	PTYFS		# /dev/pts/N support
    104      1.33   tsutsui 
    105      1.33   tsutsui # File system options
    106      1.33   tsutsui #options 	QUOTA		# FFS quotas
    107      1.33   tsutsui #options 	FFS_EI		# FFS Endian Independent support
    108      1.33   tsutsui #options 	SOFTDEP		# FFS soft updates support.
    109      1.33   tsutsui #options 	NFSSERVER	# Network File System server
    110      1.65   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    111      1.33   tsutsui #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    112      1.33   tsutsui 				# immutable) behave as system flags.
    113      1.33   tsutsui 
    114      1.33   tsutsui # Networking options
    115      1.33   tsutsui #options 	GATEWAY		# IP packet forwarding
    116      1.33   tsutsui options 	INET		# IP + ICMP + TCP + UDP
    117      1.33   tsutsui options 	INET6		# IPV6
    118      1.33   tsutsui #options 	IPSEC		# IP security
    119      1.33   tsutsui #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    120      1.59      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    121      1.33   tsutsui #options 	IPSEC_DEBUG	# debug for IP security
    122      1.33   tsutsui #options 	MROUTING	# IP multicast routing
    123      1.49      manu #options 	PIM		# Protocol Independent Multicast
    124      1.33   tsutsui #options 	NS		# XNS
    125      1.33   tsutsui #options 	NSIP		# XNS tunneling over IP
    126      1.33   tsutsui #options 	ISO,TPIP	# OSI networking
    127      1.33   tsutsui #options 	EON		# OSI tunneling over IP
    128      1.33   tsutsui #options 	CCITT,LLC,HDLC	# X.25
    129      1.33   tsutsui #options 	NETATALK	# AppleTalk networking protocols
    130      1.33   tsutsui #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    131      1.33   tsutsui #options 	PPP_DEFLATE	# Deflate compression support for PPP
    132      1.33   tsutsui #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    133      1.33   tsutsui #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    134      1.33   tsutsui #options 	IPFILTER_LOG	# ipmon(8) log support
    135      1.33   tsutsui #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    136      1.33   tsutsui #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    137      1.33   tsutsui 
    138      1.33   tsutsui # These options enable verbose messages for several subsystems.
    139      1.33   tsutsui # Warning, these may compile large string tables into the kernel!
    140      1.33   tsutsui #options 	EISAVERBOSE	# verbose EISA device autoconfig messages
    141      1.33   tsutsui #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    142      1.33   tsutsui #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    143      1.33   tsutsui #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    144      1.33   tsutsui #options 	SCSIVERBOSE	# human readable SCSI error messages
    145      1.33   tsutsui 
    146      1.33   tsutsui # wscons terminal emulation
    147      1.33   tsutsui options 	WSEMUL_VT100	# VT100 emulation
    148      1.14      soda 
    149       1.4      soda # Enable the hooks used for initializing the root memory-disk.
    150       1.4      soda options 	MEMORY_DISK_HOOKS
    151      1.29   tsutsui options 	MEMORY_DISK_IS_ROOT		# force root on memory disk
    152      1.29   tsutsui options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
    153      1.32   tsutsui options 	MEMORY_DISK_ROOT_SIZE=5120	# size of memory disk, in blocks
    154       1.4      soda 
    155      1.29   tsutsui makeoptions	COPTS="-Os -mmemcpy"	# generates smaller code than -O2, -O1
    156       1.1      soda 
    157      1.33   tsutsui # Kernel root file system and dump configuration.
    158      1.33   tsutsui options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    159      1.33   tsutsui config		netbsd	root on ? type ?
    160      1.33   tsutsui #config		netbsd	root on sd0a type ffs
    161      1.33   tsutsui #config		netbsd	root on ? type nfs
    162      1.33   tsutsui 
    163      1.33   tsutsui #
    164      1.33   tsutsui # Device configuration
    165      1.33   tsutsui #
    166      1.33   tsutsui 
    167      1.33   tsutsui mainbus0	at root
    168      1.33   tsutsui cpu*		at mainbus0
    169      1.33   tsutsui 
    170      1.33   tsutsui #### Jazz-Internal bus devices
    171      1.33   tsutsui 
    172      1.33   tsutsui # PLATFORM_ACER_PICA_61
    173      1.33   tsutsui # PLATFORM_MICROSOFT_JAZZ
    174      1.33   tsutsui # PLATFORM_NEC_J96A
    175      1.33   tsutsui # PLATFORM_NEC_JC94
    176      1.33   tsutsui # PLATFORM_NEC_R94
    177      1.33   tsutsui # PLATFORM_NEC_R96
    178      1.33   tsutsui # PLATFORM_NEC_RAX94
    179      1.33   tsutsui # PLATFORM_NEC_RD94
    180      1.33   tsutsui jazzio*		at mainbus0	# Jazz-Internal bus host bridge.
    181      1.33   tsutsui 
    182      1.33   tsutsui timer0		at jazzio?
    183      1.33   tsutsui mcclock0 	at jazzio?
    184      1.33   tsutsui #pc0		at jazzio?
    185      1.33   tsutsui #opms0		at jazzio?
    186      1.33   tsutsui vga0		at jazzio?	# Jazz localbus VGA
    187      1.33   tsutsui pckbc0		at jazzio?	# PC keyboard controller
    188      1.33   tsutsui com0		at jazzio?
    189      1.33   tsutsui com1		at jazzio?
    190      1.33   tsutsui lpt0		at jazzio?
    191      1.33   tsutsui sn0		at jazzio?
    192      1.33   tsutsui 
    193      1.33   tsutsui fdc0		at jazzio?
    194      1.33   tsutsui fd*		at fdc? drive ?
    195      1.33   tsutsui 
    196      1.35   tsutsui asc0		at jazzio? flags 0x000000	# NCR53C9x SCSI
    197      1.34   tsutsui osiop*		at jazzio? flags 0x00000	# NCR53C710 SCSI
    198      1.45   tsutsui oosiop* 	at jazzio?			# NCR53C700 SCSI
    199      1.33   tsutsui 
    200      1.33   tsutsui #### ISA bus devices
    201      1.33   tsutsui 
    202      1.33   tsutsui # PLATFORM_ACER_PICA_61
    203      1.33   tsutsui # PLATFORM_MICROSOFT_JAZZ
    204      1.33   tsutsui # PLATFORM_NEC_J96A
    205      1.33   tsutsui # PLATFORM_NEC_R94
    206      1.33   tsutsui # PLATFORM_NEC_R96
    207      1.33   tsutsui jazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
    208      1.33   tsutsui isa*		at jazzisabr?
    209      1.33   tsutsui 
    210      1.33   tsutsui # PLATFORM_DESKTECH_ARCSTATION_I
    211      1.38   tsutsui arcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
    212      1.33   tsutsui isa*		at arcsisabr?
    213      1.33   tsutsui 
    214      1.33   tsutsui # PLATFORM_DESKTECH_TYNE
    215      1.38   tsutsui tyneisabr*	at mainbus0	# DeskStation Tyne ISA host bridge.
    216      1.33   tsutsui isa*		at tyneisabr?
    217      1.33   tsutsui 
    218      1.33   tsutsui #isadma0 	at isa?
    219      1.33   tsutsui 
    220      1.40   tsutsui isapnp0 	at isa?
    221      1.40   tsutsui 
    222      1.33   tsutsui timer0		at isa? port 0x40 irq 0
    223      1.33   tsutsui mcclock0 	at isa? port 0x70
    224      1.33   tsutsui 
    225      1.37   tsutsui #pc0		at isa? irq 1			# generic PC console device
    226      1.37   tsutsui #opms0		at isa? irq 12			# PS/2 auxiliary port mouse
    227      1.33   tsutsui vga0		at isa?
    228      1.33   tsutsui #options 	VGA_RASTERCONSOLE
    229      1.33   tsutsui options 	VGA_RESET
    230      1.37   tsutsui pckbc0		at isa?				# PC keyboard controller
    231      1.33   tsutsui com0		at isa? port 0x3f8 irq 4
    232      1.33   tsutsui com1		at isa? port 0x2f8 irq 3
    233      1.33   tsutsui com2		at isa? port 0x3e8 irq 4
    234      1.33   tsutsui com3		at isa? port 0x2e8 irq 3
    235      1.33   tsutsui ast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
    236      1.33   tsutsui com*		at ast? slave ?
    237      1.33   tsutsui 
    238      1.33   tsutsui # Joystick driver. Probe is a little strange; add only if you have one.
    239      1.33   tsutsui #joy0		at isa? port 0x201
    240      1.33   tsutsui 
    241      1.33   tsutsui # ISA ST506, ESDI, and IDE controllers
    242      1.33   tsutsui # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
    243      1.33   tsutsui # fall back to 16bits I/O if 32bits I/O are not functional).
    244      1.33   tsutsui # Some controllers pass the initial 32bit test, but will fail later.
    245      1.40   tsutsui wdc0		at isa? port 0x1f0 irq 14 flags 0x00
    246      1.33   tsutsui #wdc1		at isa? port 0x170 irq 15 flags 0x00
    247      1.40   tsutsui wdc*		at isapnp?
    248      1.33   tsutsui 
    249      1.33   tsutsui # ISA parallel printer interfaces
    250      1.33   tsutsui lpt0		at isa? port 0x378 irq 7
    251      1.33   tsutsui 
    252      1.33   tsutsui # ISA network interfaces
    253      1.33   tsutsui #ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
    254      1.40   tsutsui ep*		at isa? port ? irq ?		# 3C509 ethernet cards
    255      1.40   tsutsui ep*		at isapnp?			# 3C509B ethernet card
    256      1.40   tsutsui ne0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
    257      1.40   tsutsui ne1		at isa? port 0x300 irq 10
    258      1.40   tsutsui ne*		at isapnp?			# NE[12]000 PnP ethernet
    259      1.40   tsutsui we0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    260      1.40   tsutsui we1		at isa? port 0x300 iomem 0xcc000 irq 10
    261      1.33   tsutsui 
    262      1.33   tsutsui # XXX - should be configured
    263      1.33   tsutsui #btl0		at isa? port 0x330 irq ? drq ?
    264      1.33   tsutsui 
    265      1.33   tsutsui #### PCI bus devices
    266      1.33   tsutsui 
    267      1.33   tsutsui # PLATFORM_NEC_JC94
    268      1.33   tsutsui # PLATFORM_NEC_RAX94
    269      1.33   tsutsui # PLATFORM_NEC_RD94
    270      1.33   tsutsui necpb*		at mainbus0	# NEC RISCstation PCI host bridge.
    271      1.33   tsutsui pci*		at necpb?
    272  1.66.6.1    simonb pci*		at ppb? bus ?
    273  1.66.6.1    simonb options 	PCI_NETBSD_CONFIGURE
    274  1.66.6.1    simonb 
    275  1.66.6.1    simonb ppb*		at pci? dev ? function ?
    276      1.33   tsutsui 
    277      1.33   tsutsui #vga*	 	at pci? dev ? function ?
    278      1.33   tsutsui tga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
    279      1.33   tsutsui 
    280      1.33   tsutsui ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    281      1.33   tsutsui iha*		at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    282      1.33   tsutsui pcscp*		at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
    283      1.33   tsutsui siop*		at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
    284      1.33   tsutsui trm*		at pci? dev ? function ?	# Tekram DC-395/315 SCSI
    285      1.33   tsutsui 
    286      1.33   tsutsui # PCI IDE controllers - see pciide(4) for supported hardware.
    287      1.33   tsutsui # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    288      1.33   tsutsui # how to set up DMA modes for this chip. This may work, or may cause
    289      1.33   tsutsui # a machine hang with some controllers.
    290      1.43    bouyer pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    291      1.43    bouyer acardide*	at pci? dev ? function ?	# Acard IDE controllers
    292      1.45   tsutsui #aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    293      1.47   thorpej artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    294      1.43    bouyer cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    295      1.43    bouyer cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    296      1.43    bouyer hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    297      1.43    bouyer optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    298      1.43    bouyer pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    299      1.51    bouyer pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
    300      1.46   thorpej satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    301      1.45   tsutsui #siside* 	at pci? dev ? function ?	# SiS IDE controllers
    302      1.43    bouyer slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    303      1.45   tsutsui #viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    304      1.45   tsutsui 
    305      1.45   tsutsui epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    306      1.45   tsutsui ex*		at pci? dev ? function ?	# 3Com 90x[BC]
    307      1.45   tsutsui fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
    308      1.45   tsutsui ne*		at pci? dev ? function ?	# NE2000-compatible
    309      1.45   tsutsui pcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    310      1.45   tsutsui rtk*		at pci? dev ? function ?	# Realtek 8129/8139
    311      1.45   tsutsui sip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
    312      1.45   tsutsui tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
    313      1.33   tsutsui 
    314      1.33   tsutsui #### MII/PHY support
    315      1.33   tsutsui 
    316  1.66.6.1    simonb bmtphy*		at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
    317      1.33   tsutsui exphy*		at mii? phy ?		# 3Com internal PHYs
    318      1.33   tsutsui icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
    319      1.33   tsutsui inphy*		at mii? phy ?		# Intel 82555 PHYs
    320      1.33   tsutsui iophy*		at mii? phy ?		# Intel 82553 PHYs
    321      1.33   tsutsui lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
    322      1.33   tsutsui nsphy*		at mii? phy ?		# NS83840 PHYs
    323      1.33   tsutsui nsphyter*	at mii? phy ?		# NS83843 PHYs
    324      1.33   tsutsui qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
    325      1.33   tsutsui sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
    326      1.33   tsutsui tlphy*		at mii? phy ?		# ThunderLAN PHYs
    327      1.33   tsutsui tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
    328      1.33   tsutsui ukphy*		at mii? phy ?		# generic unknown PHYs
    329      1.33   tsutsui 
    330      1.45   tsutsui # SCSI bus support
    331      1.45   tsutsui scsibus*	at scsi?
    332      1.45   tsutsui 
    333      1.33   tsutsui #### SCSI bus devices
    334      1.33   tsutsui 
    335      1.33   tsutsui sd*		at scsibus? target ? lun ?
    336      1.33   tsutsui st*		at scsibus? target ? lun ?
    337      1.33   tsutsui cd*		at scsibus? target ? lun ?
    338      1.33   tsutsui ch*		at scsibus? target ? lun ?
    339      1.33   tsutsui ss*		at scsibus? target ? lun ?
    340      1.33   tsutsui uk*		at scsibus? target ? lun ?
    341      1.45   tsutsui 
    342      1.45   tsutsui # ATA (IDE) bus support
    343      1.45   tsutsui atabus* 	at ata?
    344      1.45   tsutsui 
    345      1.45   tsutsui # IDE drives
    346      1.45   tsutsui # Flags are used only with controllers that support DMA operations
    347      1.45   tsutsui # and mode settings (e.g. some pciide controllers)
    348      1.45   tsutsui # The lowest order four bits (rightmost digit) of the flags define the PIO
    349      1.45   tsutsui # mode to use, the next set of four bits the DMA mode and the third set the
    350      1.45   tsutsui # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    351      1.45   tsutsui # to use, and the last bit must be 1 for this setting to be used.
    352      1.45   tsutsui # For DMA and UDMA, 0xf (1111) means 'disable'.
    353      1.45   tsutsui # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    354      1.45   tsutsui # (0xc=1100, 0xa=1010, 0xf=1111)
    355      1.45   tsutsui # 0x0000 means "use whatever the drive claims to support".
    356      1.45   tsutsui wd*		at atabus? drive ? flags 0x0000
    357      1.45   tsutsui 
    358      1.45   tsutsui # ATAPI bus support
    359      1.45   tsutsui atapibus*	at atapi?
    360      1.33   tsutsui 
    361      1.33   tsutsui #### ATAPI bus devices
    362      1.33   tsutsui 
    363      1.33   tsutsui # flags have the same meaning as for IDE drives.
    364      1.33   tsutsui cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    365      1.33   tsutsui sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    366      1.33   tsutsui uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
    367      1.33   tsutsui 
    368      1.33   tsutsui #### Workstation Console attachments
    369      1.33   tsutsui 
    370      1.33   tsutsui wsdisplay*	at vga?
    371      1.33   tsutsui wsdisplay*	at tga?
    372      1.33   tsutsui pckbd*		at pckbc?	# PC keyboard (kbd port)
    373      1.33   tsutsui wskbd*		at pckbd?
    374      1.33   tsutsui pms*		at pckbc?	# PS/2-style mouse (aux port)
    375      1.33   tsutsui wsmouse*	at pms?
    376      1.33   tsutsui 
    377      1.33   tsutsui #### Pseudo devices
    378      1.33   tsutsui 
    379      1.33   tsutsui # disk/mass storage pseudo-devices
    380      1.33   tsutsui #pseudo-device	ccd		4	# concatenated/striped disk devices
    381      1.33   tsutsui #pseudo-device	cgd		4	# cryptographic disk devices
    382      1.33   tsutsui #pseudo-device	raid		8	# RAIDframe disk driver
    383      1.33   tsutsui # Options to enable various other RAIDframe RAID types.
    384      1.64   tsutsui #options 	RF_INCLUDE_EVENODD=1
    385      1.64   tsutsui #options 	RF_INCLUDE_RAID5_RS=1
    386      1.64   tsutsui #options 	RF_INCLUDE_PARITYLOGGING=1
    387      1.64   tsutsui #options 	RF_INCLUDE_CHAINDECLUSTER=1
    388      1.64   tsutsui #options 	RF_INCLUDE_INTERDECLUSTER=1
    389      1.64   tsutsui #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    390      1.64   tsutsui #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    391      1.54   hannken #pseudo-device	fss		4	# file system snapshot device
    392      1.33   tsutsui pseudo-device	md		1	# memory disk device (ramdisk)
    393  1.66.6.1    simonb #pseudo-device	vnd			# disk-like interface to files
    394      1.33   tsutsui 
    395      1.33   tsutsui # network pseudo-devices
    396  1.66.6.1    simonb pseudo-device	bpfilter		# Berkeley packet filter
    397      1.33   tsutsui #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    398      1.33   tsutsui pseudo-device	loop		1	# network loopback
    399  1.66.6.1    simonb pseudo-device	ppp			# Point-to-Point Protocol
    400      1.33   tsutsui #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    401  1.66.6.1    simonb pseudo-device	sl			# Serial Line IP
    402  1.66.6.1    simonb #pseudo-device	strip			# Starmode Radio IP (Metricom)
    403  1.66.6.1    simonb #pseudo-device	tun			# network tunneling over tty
    404      1.52      cube #pseudo-device	tap			# virtual Ethernet
    405  1.66.6.1    simonb #pseudo-device	gre			# generic L3 over IP tunnel
    406  1.66.6.1    simonb #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    407  1.66.6.1    simonb #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    408  1.66.6.1    simonb #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    409      1.33   tsutsui #pseudo-device	vlan			# IEEE 802.1q encapsulation
    410      1.33   tsutsui #pseudo-device	bridge			# simple inter-network bridging
    411      1.33   tsutsui 
    412      1.33   tsutsui # miscellaneous pseudo-devices
    413      1.33   tsutsui pseudo-device	pty		2	# pseudo-terminals
    414      1.33   tsutsui #pseudo-device	sequencer	1	# MIDI sequencer
    415      1.33   tsutsui # rnd works; RND_COM does not on port arc yet.
    416      1.33   tsutsui pseudo-device	rnd			# /dev/random and in-kernel generator
    417      1.33   tsutsui #options 	RND_COM			# use "com" randomness as well (BROKEN)
    418      1.33   tsutsui pseudo-device	clockctl		# user control of clock subsystem
    419      1.33   tsutsui 
    420      1.33   tsutsui # a pseudo device needed for Coda	# also needs CODA (above)
    421      1.33   tsutsui #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    422      1.33   tsutsui 
    423      1.33   tsutsui # mouse & keyboard multiplexor pseudo-devices
    424      1.33   tsutsui #pseudo-device	wsmux
    425