Home | History | Annotate | Line # | Download | only in conf
MALTA revision 1.57.4.1
      1  1.57.4.1    bouyer #	$NetBSD: MALTA,v 1.57.4.1 2011/02/08 19:29:33 bouyer Exp $
      2       1.1    simonb 
      3      1.12    simonb include 	"arch/evbmips/conf/std.malta"
      4       1.1    simonb 
      5       1.9    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      6       1.9    atatat 
      7  1.57.4.1    bouyer #ident 		"MALTA-$Revision: 1.57.4.1 $"
      8       1.1    simonb 
      9       1.1    simonb maxusers	32
     10       1.1    simonb 
     11       1.1    simonb options 	MIPS32
     12       1.5    simonb options 	MIPS64
     13       1.1    simonb options 	NOFPU		# No FPU
     14       1.1    simonb options 	SOFTFLOAT	# emulate FPU insn
     15       1.1    simonb 
     16       1.1    simonb # Options for necessary to use MD
     17       1.1    simonb # options 	MEMORY_DISK_HOOKS
     18       1.1    simonb # options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     19       1.1    simonb # options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     20       1.4     lukem # options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
     21       1.4     lukem #options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
     22       1.1    simonb 
     23       1.1    simonb # Standard system options
     24       1.1    simonb options 	KTRACE		# system call tracing support
     25       1.1    simonb options 	SYSVMSG		# System V message queues
     26       1.1    simonb options 	SYSVSEM		# System V semaphores
     27       1.1    simonb options 	SYSVSHM		# System V shared memory
     28       1.1    simonb options 	NTP		# network time protocol
     29       1.1    simonb 
     30       1.1    simonb # Debugging options
     31       1.1    simonb options 	DIAGNOSTIC	# extra kernel sanity checking
     32       1.1    simonb options 	DEBUG		# extra kernel debugging support
     33      1.54      matt #options 	SYSCALL_DEBUG	# symbolic syscall names
     34       1.1    simonb #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     35      1.11     lukem options 	USERCONF	# userconf(4) support
     36      1.20    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     37       1.1    simonb options 	DDB		# kernel dynamic debugger
     38       1.1    simonb options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     39       1.1    simonb makeoptions 	DEBUG="-g"	# compile full symbol table
     40      1.54      matt options 	SYMTAB_SPACE=375000	# size for embedded symbol table
     41       1.1    simonb 
     42       1.1    simonb # Compatibility options
     43       1.1    simonb #options 	COMPAT_43	# compatibility with 4.3BSD binaries
     44      1.21    simonb #options 	COMPAT_09	# NetBSD 0.9 binary compatibility
     45       1.1    simonb #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     46       1.1    simonb #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     47       1.1    simonb #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     48       1.1    simonb #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     49       1.1    simonb #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     50      1.45      manu #options 	COMPAT_15	# NetBSD 1.5 binary compatibility
     51      1.16    simonb options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     52      1.28    simonb options 	COMPAT_20	# NetBSD 2.0 binary compatibility
     53      1.34  christos options 	COMPAT_30	# NetBSD 3.0 compatibility.
     54      1.47   tsutsui options 	COMPAT_40	# NetBSD 4.0 compatibility.
     55      1.52     rmind options 	COMPAT_50	# NetBSD 5.0 compatibility.
     56       1.1    simonb #options 	EXEC_ECOFF	# exec ECOFF binaries
     57       1.1    simonb #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     58      1.40    simonb options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     59       1.1    simonb 
     60       1.1    simonb # File systems
     61       1.1    simonb file-system	FFS		# Berkeley Fast Filesystem
     62       1.1    simonb file-system	MFS		# memory-based filesystem
     63       1.1    simonb #file-system 	EXT2FS		# second extended file system (linux)
     64       1.1    simonb file-system	NFS		# Sun NFS-compatible filesystem client
     65       1.1    simonb #file-system	KERNFS		# kernel data-structure filesystem
     66       1.1    simonb #file-system	NULLFS		# NULL layered filesystem
     67       1.1    simonb #file-system 	OVERLAY		# overlay file system
     68       1.1    simonb #file-system	FDESC		# user file descriptor filesystem
     69       1.1    simonb #file-system	UMAPFS		# uid/gid remapping filesystem
     70       1.1    simonb #file-system	LFS		# Log-based filesystem (still experimental)
     71       1.1    simonb #file-system	PROCFS		# /proc
     72       1.1    simonb #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     73      1.54      matt file-system	TMPFS		# Efficient memory file system
     74       1.1    simonb #file-system	UNION		# union file system
     75       1.1    simonb #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     76       1.1    simonb #file-system 	CODA		# Coda File System; also needs vcoda (below)
     77      1.35  christos #file-system	PTYFS		# /dev/pts/N support
     78       1.1    simonb 
     79       1.1    simonb # File system options
     80       1.1    simonb #options 	NFSSERVER	# Sun NFS-compatible filesystem server
     81  1.57.4.1    bouyer #options 	QUOTA		# legacy UFS quotas
     82  1.57.4.1    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     83       1.1    simonb #options 	FFS_EI		# FFS Endian Independant support
     84      1.48    simonb options 	WAPBL		# File system journaling support - Experimental
     85      1.36   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     86       1.1    simonb #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     87       1.1    simonb 				# immutable) behave as system flags.
     88       1.1    simonb 
     89       1.1    simonb # Networking options
     90       1.1    simonb #options 	GATEWAY		# IP packet forwarding
     91       1.1    simonb options 	INET		# Internet protocols
     92       1.1    simonb #options 	INET6		# IPV6
     93       1.1    simonb #options 	IPSEC		# IP security
     94       1.1    simonb #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     95      1.31      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     96       1.1    simonb #options 	IPSEC_DEBUG	# debug for IP security
     97       1.1    simonb #options 	MROUTING	# packet forwarding of multicast packets
     98      1.22      manu #options 	PIM		# Protocol Independent Multicast
     99       1.1    simonb #options 	ISO,TPIP	# OSI networking
    100       1.1    simonb #options 	EON		# OSI tunneling over IP
    101       1.1    simonb #options 	NETATALK	# AppleTalk (over Ethernet) protocol
    102       1.1    simonb #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    103       1.1    simonb #options 	PPP_DEFLATE	# Deflate compression support for PPP
    104       1.1    simonb #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    105       1.1    simonb #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    106       1.1    simonb #options 	IPFILTER_LOG	# ipmon(8) log support
    107      1.42  christos #options 	IPFILTER_LOOKUP	# ippool(8) support
    108      1.56       mrg #options 	IPFILTER_COMPAT # Compat for IP-Filter
    109      1.56       mrg #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    110       1.1    simonb 
    111       1.1    simonb # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    112       1.1    simonb #options 	TCP_COMPAT_42
    113       1.1    simonb 
    114       1.1    simonb # These options enable verbose messages for several subsystems.
    115       1.1    simonb # Warning, these may compile large string tables into the kernel!
    116       1.1    simonb #options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
    117       1.1    simonb options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    118       1.1    simonb #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    119       1.1    simonb #options 	SCSIVERBOSE	# human readable SCSI error messages
    120       1.1    simonb options 	MIIVERBOSE	# verbose PHY autoconfig messages
    121       1.1    simonb 
    122       1.1    simonb # Bitmask for enabling the PCI IDE channels in the southbridge.
    123       1.1    simonb # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
    124       1.1    simonb #
    125       1.1    simonb # Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
    126       1.1    simonb # channels for you (thus causing the NetBSD `pciide' driver to ignore them).
    127       1.1    simonb options 	PCI_NETBSD_ENABLE_IDE=0x1
    128       1.1    simonb 
    129       1.1    simonb options 	NFS_BOOT_DHCP
    130       1.1    simonb 
    131       1.1    simonb config		netbsd	root on ? type ?
    132       1.1    simonb 
    133       1.1    simonb 
    134       1.1    simonb mainbus0 	at root
    135       1.1    simonb cpu0 		at mainbus?
    136       1.1    simonb gt0		at mainbus?
    137       1.1    simonb 
    138       1.1    simonb #com2		at mainbus?	# CBUS UART (ugh, 64 bit register spacing)
    139       1.1    simonb 
    140       1.1    simonb pci*		at gt0
    141       1.1    simonb pchb*		at pci? dev ? function ?
    142       1.1    simonb pcib*		at pci? dev ? function ?
    143       1.1    simonb 
    144       1.1    simonb # ISA bus support
    145       1.1    simonb isa*		at pcib?
    146       1.1    simonb 
    147       1.1    simonb # ISA devices
    148       1.1    simonb mcclock*	at isa? port 0x70		# mc146818-compatible
    149       1.1    simonb com0		at isa? port 0x3f8 irq 4	# standard serial ports
    150       1.1    simonb com1		at isa? port 0x2f8 irq 3
    151       1.1    simonb #fdc0		at isa? port 0x3f0 irq 6 drq 2	# floppy controller
    152       1.1    simonb 
    153       1.1    simonb # Floppy drives
    154       1.1    simonb #fd*		at fdc? drive ?
    155       1.1    simonb 
    156       1.1    simonb # wscons
    157       1.1    simonb #vga*		at pci? dev ? function ?
    158       1.1    simonb #wsdisplay*	at vga? console ?
    159       1.1    simonb #pckbc*		at isa?				# PC keyboard controller
    160       1.1    simonb #pckbd*		at pckbc?			# PC keyboard (kbd port)
    161       1.1    simonb #pms*		at pckbc?			# PS/2-style mouse (aux port)
    162       1.1    simonb #wskbd*		at pckbd?
    163       1.1    simonb #wsmouse*	at pms?
    164       1.1    simonb 
    165       1.1    simonb # PCI SCSI controllers
    166       1.1    simonb #adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
    167       1.1    simonb #adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
    168       1.1    simonb #ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    169       1.1    simonb #bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
    170       1.1    simonb #dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    171       1.1    simonb #isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
    172       1.1    simonb #siop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
    173       1.1    simonb #pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    174       1.1    simonb 
    175       1.1    simonb # SCSI bus support
    176       1.1    simonb #scsibus* 	at adv?
    177       1.1    simonb #scsibus* 	at adw?
    178       1.1    simonb #scsibus* 	at ahc?
    179       1.1    simonb #scsibus* 	at bha?
    180       1.1    simonb #scsibus* 	at dpt?
    181       1.1    simonb #scsibus* 	at isp?
    182       1.1    simonb #scsibus* 	at siop?
    183       1.1    simonb #scsibus* 	at pcscp?
    184       1.1    simonb 
    185       1.1    simonb # SCSI devices
    186       1.1    simonb #sd*		at scsibus? target ? lun ?	# SCSI disk drives
    187       1.1    simonb #st*		at scsibus? target ? lun ?	# SCSI tape drives
    188       1.1    simonb #cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
    189       1.1    simonb #ch*		at scsibus? target ? lun ?	# SCSI autochangers
    190       1.1    simonb #ss*		at scsibus? target ? lun ?	# SCSI scanners
    191       1.1    simonb #uk*		at scsibus? target ? lun ?	# SCSI unknown
    192       1.1    simonb 
    193       1.1    simonb # IDE and related devices
    194       1.1    simonb # PCI IDE controllers - see pciide(4) for supported hardware.
    195       1.1    simonb # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    196       1.1    simonb # how to set up DMA modes for this chip. This may work, or may cause
    197       1.1    simonb # a machine hang with some controllers.
    198      1.15    bouyer pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    199      1.15    bouyer acardide*	at pci? dev ? function ?	# Acard IDE controllers
    200      1.15    bouyer aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    201      1.19   thorpej artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    202      1.15    bouyer cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    203      1.15    bouyer cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    204      1.15    bouyer hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    205      1.15    bouyer optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    206      1.15    bouyer pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    207      1.24    bouyer pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
    208      1.17   thorpej satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    209      1.15    bouyer siside* 	at pci? dev ? function ?	# SiS IDE controllers
    210      1.15    bouyer slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    211      1.15    bouyer viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    212      1.15    bouyer 
    213      1.18   thorpej atabus* 	at ata? channel ?
    214      1.14    bouyer 
    215       1.1    simonb # IDE drives
    216       1.1    simonb # Flags are used only with controllers that support DMA operations
    217       1.1    simonb # and mode settings (e.g. some pciide controllers)
    218       1.1    simonb # The lowest order four bits (rightmost digit) of the flags define the PIO
    219       1.1    simonb # mode to use, the next set of four bits the DMA mode and the third set the
    220       1.1    simonb # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    221       1.1    simonb # to use, and the last bit must be 1 for this setting to be used.
    222       1.1    simonb # For DMA and UDMA, 0xf (1111) means 'disable'.
    223       1.1    simonb # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    224       1.1    simonb # (0xc=1100, 0xa=1010, 0xf=1111)
    225       1.1    simonb # 0x0000 means "use whatever the drive claims to support".
    226      1.14    bouyer wd* 		at atabus? drive ? flags 0x0000
    227       1.1    simonb 
    228       1.1    simonb # PCI network interfaces
    229      1.44    simonb ath*		at pci? dev ? function ?	# Atheros WLAN 
    230       1.1    simonb #en*		at pci? dev ? function ?	# ENI/Adaptec ATM
    231       1.1    simonb #ep*		at pci? dev ? function ?	# 3Com 3c59x
    232       1.1    simonb #ex*		at pci? dev ? function ?	# 3Com 90x[B]
    233       1.1    simonb #epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    234       1.1    simonb #esh*		at pci? dev ? function ?	# Essential HIPPI card
    235       1.1    simonb #fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
    236       1.1    simonb #fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
    237       1.1    simonb #le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
    238       1.1    simonb pcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    239       1.1    simonb options 	PCN_EVENT_COUNTERS
    240       1.1    simonb #ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
    241       1.1    simonb #ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
    242       1.1    simonb sip*		at pci? dev ? function ?	# SiS 900 Ethernet
    243       1.1    simonb options 	SIP_EVENT_COUNTERS
    244       1.1    simonb #tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
    245       1.8   mycroft #tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
    246       1.1    simonb #vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    247       1.1    simonb #lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
    248       1.1    simonb #rtk*		at pci? dev ? function ?	# Realtek 8129/8139
    249       1.1    simonb 
    250       1.1    simonb # MII/PHY support
    251       1.1    simonb #acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
    252       1.1    simonb #amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
    253       1.1    simonb #bmtphy* 	at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
    254       1.1    simonb #brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
    255       1.1    simonb #dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
    256       1.1    simonb #exphy*		at mii? phy ?		# 3Com internal PHYs
    257       1.1    simonb #glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
    258       1.1    simonb #gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
    259       1.1    simonb #icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
    260       1.1    simonb #inphy*		at mii? phy ?		# Intel 82555 PHYs
    261       1.1    simonb #iophy*		at mii? phy ?		# Intel 82553 PHYs
    262       1.1    simonb #lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
    263       1.1    simonb #makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
    264       1.1    simonb #nsphy*		at mii? phy ?		# NS83840 PHYs
    265       1.1    simonb nsphyter*	at mii? phy ?		# NS83843 PHYs
    266       1.1    simonb #pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
    267       1.1    simonb #qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
    268       1.1    simonb #sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
    269       1.1    simonb #tlphy*		at mii? phy ?		# ThunderLAN PHYs
    270       1.1    simonb #tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
    271       1.1    simonb ukphy*		at mii? phy ?		# generic unknown PHYs
    272       1.1    simonb 
    273       1.1    simonb 
    274       1.1    simonb # USB
    275       1.1    simonb ohci*		at pci? dev ? function ?	# USB Open Host Controller
    276       1.1    simonb uhci*		at pci? dev ? function ?	# USB Univ. Host Controller
    277       1.1    simonb 
    278       1.1    simonb # USB bus support
    279       1.1    simonb usb*		at uhci?
    280       1.1    simonb usb*		at ohci?
    281       1.1    simonb 
    282       1.1    simonb # USB Hubs
    283       1.1    simonb uhub*		at usb?
    284      1.46  drochner uhub*		at uhub? port ?
    285       1.1    simonb 
    286       1.1    simonb # ....
    287       1.1    simonb 
    288       1.1    simonb # USB Generic driver
    289       1.1    simonb ugen*		at uhub? port ?
    290       1.1    simonb 
    291       1.1    simonb # Audio Devices
    292       1.1    simonb 
    293       1.1    simonb # PCI audio devices
    294       1.1    simonb clct*		at pci? dev ? function ?	# Cirrus Logic CS4281
    295       1.1    simonb 
    296       1.1    simonb # Audio support
    297       1.1    simonb audio*		at clct?
    298       1.1    simonb 
    299       1.1    simonb # Pseudo-devices
    300       1.1    simonb 
    301       1.1    simonb # Disk/mass storage pseudo-devices
    302       1.1    simonb #pseudo-device	ccd		4		# concatenated disk devices
    303       1.1    simonb #pseudo-device	raid		4		# RAIDframe disk driver
    304       1.1    simonb #options 	RAID_AUTOCONFIG			# auto-configuration of RAID
    305      1.55     pooka #pseudo-device	fss				# file system snapshot device
    306      1.57   hannken #pseudo-device	md				# memory disk device (ramdisk)
    307      1.41    simonb pseudo-device	vnd				# disk-like interface to files
    308       1.1    simonb 
    309       1.1    simonb # Network pseudo-devices
    310      1.38    rpaulo pseudo-device	bpfilter			# Berkeley packet filter
    311      1.41    simonb pseudo-device	ipfilter			# IP filter (firewall) and NAT
    312       1.1    simonb pseudo-device	loop				# network loopback
    313      1.39      cube #pseudo-device	ppp				# Point-to-Point Protocol
    314      1.39      cube #pseudo-device	sl				# Serial Line IP
    315      1.39      cube #pseudo-device	strip				# Starmode Radio IP (Metricom)
    316      1.39      cube #pseudo-device	tun				# network tunneling over tty
    317      1.41    simonb #pseudo-device	tap				# virtual Ethernet
    318      1.39      cube #pseudo-device	gre				# generic L3 over IP tunnel
    319       1.1    simonb #pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
    320      1.39      cube #pseudo-device	gif				# RFC1933 tunnel
    321      1.39      cube #pseudo-device	faith				# IPv[46] tcp relay translation
    322      1.39      cube #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    323      1.41    simonb pseudo-device	vlan				# IEEE 802.1q encapsulation
    324      1.41    simonb pseudo-device	bridge				# simple inter-network bridging
    325       1.1    simonb 
    326       1.1    simonb # Miscellaneous pseudo-devices
    327       1.1    simonb pseudo-device	pty				# pseudo-terminals
    328       1.1    simonb #pseudo-device	sequencer	1		# MIDI sequencer
    329       1.1    simonb pseudo-device	rnd				# /dev/random & kernel generator
    330      1.41    simonb pseudo-device	clockctl			# user control of clock subsystem
    331      1.41    simonb pseudo-device	ksyms				# /dev/ksyms
    332       1.1    simonb 
    333       1.1    simonb # A pseudo device needed for Coda		# also needs CODA (above)
    334       1.1    simonb #pseudo-device	vcoda		4		# coda minicache <-> venus comm.
    335