GENERIC32 revision 1.128
11.128Schs# 	$NetBSD: GENERIC32,v 1.128 2006/01/15 20:37:18 chs Exp $
21.1Seeh
31.1Seehinclude "arch/sparc64/conf/std.sparc64"
41.1Seeh
51.36Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.36Satatat
71.128Schs#ident 		"GENERIC-$Revision: 1.128 $"
81.1Seeh
91.8Seehmaxusers	64
101.1Seeh
111.1Seeh## System kernel configuration.  See options(4) for more detail.
121.1Seeh
131.1Seeh
141.1Seeh# Options for variants of the Sun SPARC architecure.
151.1Seeh# We currently support three architecture types; at least one is required.
161.14Smrgoptions 	SUN4U		# sun4u - UltraSPARC
171.26Smrg#options 	BLINK		# blink the system LED
181.1Seeh
191.1Seeh#### System options that are the same for all ports
201.1Seeh
211.1Seeh## Root device configuration: change the ?'s if you are going to use a
221.1Seeh## nonstandard root partition (other than where the kernel is booted from)
231.1Seeh## and/or nonstandard root type (not ffs or nfs).  Normally this can be
241.1Seeh## automagically determined at boot time.
251.1Seeh
261.1Seehconfig		netbsd	root on ? type ?
271.1Seeh
281.1Seeh## UVM options.
291.1Seeh#options 	UVM_PAGE_TRKOWN
301.1Seeh#options 	UVMHIST
311.1Seeh#options 	UVMHIST_PRINT	# Loud!
321.1Seeh
331.1Seeh## System call tracing (see ktrace(1)).
341.1Seehoptions 	KTRACE
351.50Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
361.1Seeh
371.1Seeh## Collect statistics on kernel malloc's and free's.  This does have a
381.1Seeh## significant performance hit on slower machines, so it is intended for
391.1Seeh## diagnostic use only.
401.1Seeh#options 	KMEMSTATS
411.1Seeh
421.1Seeh## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))
431.1Seehoptions 	SYSVMSG		# System V message queues
441.1Seehoptions 	SYSVSEM		# System V semaphores
451.1Seehoptions 	SYSVSHM		# System V shared memory
461.1Seeh#options 	SHMMAXPGS=1024	# 1024 pages is the default
471.74Schristosoptions 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support 
481.74Schristos
491.1Seeh
501.1Seeh## Loadable kernel module support; still under development.
511.1Seehoptions 	LKM
521.30Sjdolecek
531.45Slukemoptions 	USERCONF	# userconf(4) support
541.69Snakayama#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
551.85Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
561.54Sjunyoung
571.55Swiz# Enable experimental buffer queue strategy for better responsiveness under 
581.54Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
591.107Stsutsui#options 	BUFQ_READPRIO
601.107Stsutsui#options 	BUFQ_PRIOCSCAN
611.1Seeh
621.48Schs## NFS boot options; tries DHCP/BOOTP then BOOTPARAM
631.1Seehoptions 	NFS_BOOT_BOOTPARAM
641.1Seeh#options 	NFS_BOOT_BOOTP
651.48Schsoptions 	NFS_BOOT_DHCP
661.1Seeh
671.1Seeh#### Debugging options
681.1Seeh
691.1Seeh## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
701.1Seeh## serial console break or keyboard reset, where the PROM would normally
711.1Seeh## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
721.1Seeh# we enable DDB in GENERIC for now.
731.1Seehoptions 	DDB			# kernel dynamic debugger
741.1Seehoptions 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
751.1Seeh#options 	DDB_ONPANIC		# see also sysctl(8): `ddb.onpanic'
761.1Seeh
771.1Seeh## You may also use gdb, on another computer connected to this machine over
781.67Smartin## a serial port.
791.67Smartin# ttyb on an Ultra5 is aliased to: "/pci@1f,0/pci@1,1/ebus@1/se:b", which is
801.67Smartin# "/pci@1f,0/pci@1,1/ebus@1/se@14,400000", port b.
811.68Smartin# options 	KGDB			# support for kernel gdb
821.69Snakayama# options 	KGDB_DEVNAME="\"sab\""	# driver name for the kgdb serial chip
831.69Snakayama# options 	KGDB_DEVADDR=0x400000	# physical address of the chip
841.69Snakayama# options 	KGDB_DEVPORT=1		# port b
851.69Snakayama# options 	KGDB_DEVRATE=38400	# baud rate
861.1Seeh
871.1Seeh
881.1Seeh## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
891.1Seeh## such that gdb(1) can be used on a kernel coredump.
901.1Seeh
911.25Slukem#makeoptions	DEBUG="-g"
921.1Seeh
931.1Seeh
941.1Seeh## Adds code to the kernel that does internal consistency checks, and will
951.1Seeh## cause the kernel to panic if corruption of internal data structures
961.1Seeh## is detected.
971.1Seeh#options 	DIAGNOSTIC	# extra kernel sanity checking
981.1Seeh
991.1Seeh## Enable (possibly expensive) debugging code that may also display messages
1001.1Seeh## on the system console
1011.6Seeh#options 	DEBUG
1021.1Seeh
1031.1Seeh## Make SCSI error messages more verbose when explaining their meanings.
1041.1Seehoptions 	SCSIVERBOSE
1051.1Seehoptions 	PCIVERBOSE
1061.1Seehoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1071.1Seeh#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1081.1Seeh
1091.1Seeh## `INSECURE' turns off the kernel security level (securelevel = 0 always).
1101.1Seeh## This allows writing to /dev/mem, loading kernel modules while multi-user,
1111.1Seeh## and other insecurities good only for development work.  Do not use this
1121.1Seeh## option on a production machine.
1131.1Seeh#options 	INSECURE
1141.1Seeh
1151.1Seeh## `FDSCRIPTS' allows non-readable but executable scripts by providing a
1161.1Seeh## pre-opened opaque file to the script interpreter.  `SETUIDSCRIPTS',
1171.1Seeh## which implies FDSCRIPTS, allows scripts to be set-user-id using the same
1181.1Seeh## opaque file mechanism.  Perl calls this "secure setuid scripts."
1191.1Seeh
1201.1Seeh#options 	FDSCRIPTS
1211.1Seeh#options 	SETUIDSCRIPTS
1221.1Seeh
1231.1Seeh## Options for compatibility with previous releases foreign system binaries.
1241.1Seeh## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up
1251.1Seeh## additional user-level utilities or system configuration files. See
1261.1Seeh## compat_sunos(8) and compat_svr4(8).
1271.1Seeh
1281.1Seehoptions 	COMPAT_43	# 4.3BSD system interfaces
1291.12Seehoptions 	COMPAT_09	# NetBSD 0.9 binary compatibility
1301.1Seehoptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
1311.1Seehoptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
1321.1Seehoptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
1331.1Seehoptions 	COMPAT_13	# NetBSD 1.3 binary compatibility
1341.1Seehoptions 	COMPAT_14	# NetBSD 1.4 binary compatibility
1351.67Smartinoptions 	COMPAT_15	# NetBSD 1.5 binary compatibility
1361.67Smartinoptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
1371.80Schristosoptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
1381.116Schristosoptions 	COMPAT_30	# NetBSD 3.0 binary compatibility
1391.1Seehoptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
1401.1Seehoptions 	COMPAT_SVR4	# SunOS 5.x binary compatibility
1411.14Smrg#options 	COMPAT_SVR4_32	# SunOS 5.x 32-bit binary compatibility -- 64-bit only
1421.1Seeh#options 	COMPAT_NETBSD32	# NetBSD/sparc binary compatibility -- 64-bit only
1431.1Seehoptions 	EXEC_AOUT	# execve(2) support for a.out binaries
1441.1Seehoptions 	EXEC_ELF32	# Exec module for SunOS 5.x binaries.
1451.1Seeh#options 	SYSCALL_DEBUG
1461.1Seeh
1471.16Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1481.90Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1491.16Sabs
1501.1Seeh## File systems.  You probably need at least one of FFS or NFS.
1511.1Seehfile-system	FFS		# Berkeley Fast Filesystem
1521.1Seehfile-system	NFS		# Sun NFS-compatible filesystem client
1531.1Seehfile-system	KERNFS		# kernel data-structure filesystem
1541.1Seehfile-system	NULLFS		# NULL layered filesystem
1551.1Seehfile-system 	OVERLAY		# overlay file system
1561.1Seehfile-system	MFS		# memory-based filesystem
1571.1Seehfile-system	FDESC		# user file descriptor filesystem
1581.1Seehfile-system	UMAPFS		# uid/gid remapping filesystem
1591.1Seehfile-system	LFS		# Log-based filesystem (still experimental)
1601.1Seehfile-system	PORTAL		# portal filesystem (still experimental)
1611.1Seehfile-system	PROCFS		# /proc
1621.1Seehfile-system	CD9660		# ISO 9660 + Rock Ridge file system
1631.1Seehfile-system	UNION		# union file system
1641.1Seehfile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
1651.117Schristosfile-system	PTYFS		# /dev/pts/N support
1661.1Seeh
1671.1Seeh## File system options.
1681.1Seehoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
1691.1Seehoptions 	QUOTA		# FFS quotas
1701.1Seeh#options 	FFS_EI		# FFS Endian Independent support
1711.25Slukemoptions 	SOFTDEP		# FFS soft updates support.
1721.123Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1731.1Seeh
1741.1Seeh## Network protocol support.  In most environments, INET is required.
1751.1Seehoptions 	INET		# IP (Internet Protocol) v4
1761.1Seehoptions 	INET6		# IPV6
1771.1Seeh#options 	IPSEC		# IP security
1781.1Seeh#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1791.110Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1801.1Seeh#options 	IPSEC_DEBUG	# debug for IP security
1811.1Seeh#options 	GATEWAY		# packet forwarding ("router switch")
1821.1Seehoptions 	MROUTING	# packet forwarding of multicast packets
1831.88Smanuoptions 	PIM		# Protocol Independent Multicast
1841.1Seeh#options 	DIRECTED_BROADCAST	# allow broadcasts through routers
1851.1Seehoptions 	NS		# Xerox NS networking
1861.1Seeh#options 	NSIP		# Xerox NS tunneling over IP
1871.1Seehoptions 	ISO,TPIP	# OSI networking
1881.6Seehoptions 	EON		# OSI tunneling over IP
1891.1Seeh#options 	CCITT,LLC,HDLC	# X.25 packet switched protocol
1901.1Seehoptions 	NETATALK	# AppleTalk (over Ethernet) protocol
1911.1Seehoptions 	NTP		# Network Time Protocol in-kernel support
1921.1Seeh#options 	PPS_SYNC	# Add serial line synchronization for NTP
1931.1Seehoptions 	PFIL_HOOKS	# Add pfil(9) hooks, intended for custom LKMs.
1941.1Seehoptions 	IPFILTER_LOG	# Add ipmon(8) logging for ipfilter device
1951.47Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1961.1Seehoptions 	PPP_BSDCOMP	# Add BSD compression to ppp device
1971.1Seehoptions 	PPP_DEFLATE	# Add deflate (libz) compression to ppp device
1981.1Seehoptions 	PPP_FILTER	# Add active filters for ppp (via bpf)
1991.16Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
2001.1Seeh
2011.84Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
2021.84Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
2031.84Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
2041.84Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
2051.84Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
2061.84Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
2071.84Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
2081.84Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
2091.84Sabs#options 	ALTQ_PRIQ	# Priority Queueing
2101.84Sabs#options 	ALTQ_RED	# Random Early Detection
2111.84Sabs#options 	ALTQ_RIO	# RED with IN/OUT
2121.84Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
2131.84Sabs
2141.1Seeh
2151.1Seeh#### Main bus and CPU .. all systems.
2161.1Seehmainbus0 at root
2171.1Seehcpu0	at mainbus0
2181.1Seeh
2191.1Seeh#### Bus types found on SPARC systems.
2201.1Seeh
2211.128Schssbus*	at mainbus0				# SBus-based systems
2221.128Schspsycho*	at mainbus0				# PCI-based systems
2231.39Sthorpejpci*	at psycho?
2241.39Sthorpejpci*	at ppb?
2251.39Sthorpejppb*	at pci?					# `APB' support.
2261.39Sthorpejebus*	at pci?					# ebus devices
2271.18Seeh# XXX 'puc's aren't really bridges, but there's no better place for them here
2281.39Sthorpejpuc*	at pci? dev ? function ?		# PCI "universal" comm. cards
2291.1Seeh
2301.1Seeh#### Standard system devices -- all required for a given architecture
2311.1Seeh
2321.1Seeh## PROM console driver -- if all else fails
2331.1Seehpcons0	at mainbus0				# PROM console
2341.1Seeh
2351.1Seeh## Auxiliary system registers -- We use the OBP for power management
2361.1Seehauxio*	at ebus?				# auxio registers
2371.1Seehauxio*	at sbus? slot ? offset ?		# auxio registers
2381.1Seeh
2391.1Seeh# We also need:
2401.1Seehbpp*	at sbus? slot ? offset ?		# parallel port
2411.1Seehlpt*	at ebus?				# parallel port
2421.1Seeh
2431.1Seeh## Mostek clock found on 4/300, sun4c, sun4m and sun4u systems.
2441.1Seeh## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
2451.1Seehclock*	at sbus? slot ? offset ?
2461.1Seehclock*	at ebus?
2471.38Seehrtc*	at ebus?
2481.1Seeh
2491.1Seeh## Timer chip found on 4/300, sun4c, sun4m and (some) sun4u systems.
2501.1Seehtimer*	at mainbus0				# sun4c
2511.1Seeh
2521.1Seeh#### Serial port configuration
2531.1Seeh
2541.1Seeh## Zilog 8530 serial chips.  Each has two-channels.
2551.1Seeh## zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
2561.8Seehzs*	at sbus? slot ? offset ?
2571.8Seehzstty*	at zs? channel ?			# ttya
2581.8Seehkbd0	at zstty?
2591.8Seehms0	at zstty?
2601.8Seeh
2611.1Seeh## PCI machines have serial ports:
2621.1Seeh##	Siemens SAB82532 controller: ttya and ttyb (`su'; sab)
2631.1Seeh##	Part of NS PC87332VLJ Super I/O controller: kbd/mouse (`se'; com)
2641.1Seeh
2651.14Smrg## The SAB82532 controller has two serial ports
2661.43Spetrovsab*	at ebus?				# ttya/ttyb
2671.43Spetrovsabtty*	at sab? channel ?
2681.1Seeh
2691.9Smrg## Part of a PC87332VLJ
2701.8Seehcom*	at ebus?				# `com' driver for `su'
2711.8Seehkbd0	at com?					# keyboard
2721.8Seehms0	at com?					# mouse
2731.1Seeh
2741.86Smrg## Magma Serial/Parallel driver (not tested)
2751.86Smrg#magma*	at sbus? slot ? offset ?
2761.86Smrg#mtty*	at magma?
2771.86Smrg#mbpp*	at magma?
2781.86Smrg
2791.86Smrg## SUNW,spif Serial/Parallel driver (not tested)
2801.86Smrg#spif*  at sbus? slot ? offset ?
2811.86Smrg#stty*  at spif?
2821.86Smrg#sbpp*  at spif?
2831.86Smrg
2841.86Smrg## PCI serial interfaces
2851.18Seehcom*	at puc? port ?			# 16x50s on "universal" comm boards
2861.39Sthorpejcy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2871.39Sthorpejcz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
2881.18Seeh
2891.86Smrg
2901.1Seeh#### Disk controllers and disks
2911.1Seeh
2921.1Seeh## The following flags may be set for the NCR53c94 based esp driver:
2931.1Seeh##	bits 0-7:  disable disconnect/reselect for the corresponding target
2941.1Seeh##	bits 8-15: disable synchronous negotiation for target [bit-8]
2951.126Schs##	bits 16-23: disable tagged queuing for target [bit-16]
2961.1Seeh
2971.1Seeh## sun4u on-board SCSI, and FSBE/S SBus SCSI cards, an NCR53c94 or
2981.1Seeh## equivalent behind an LSI Logic DMA controller
2991.1Seeh
3001.8Seehdma*	at sbus? slot ? offset ?		# SBus
3011.126Schsesp*	at dma?					# SBus
3021.1Seeh
3031.126Schsesp*	at sbus? slot ? offset ?
3041.1Seehisp*	at sbus? slot ? offset ?
3051.42Smrgisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
3061.70Sbouyersiop*	at pci? 			# 53C8xx ("glm" compatible)
3071.70Sbouyeresiop*	at pci? 			# 53C875 and newer ("glm" compatible)
3081.1Seeh
3091.78Sjonathan# PCI cryptographic devices
3101.78Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
3111.78Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
3121.78Sjonathan
3131.23Stsutsui# PCI SCSI controllers
3141.23Stsutsui# 	UT marks untested.
3151.39Sthorpejadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI UT
3161.39Sthorpejadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI UT
3171.61Stsutsuiahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3181.39Sthorpejbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI UT
3191.39Sthorpejdpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID UT
3201.39Sthorpejiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
3211.87Sitohynjs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
3221.61Stsutsuipcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
3231.39Sthorpejtrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
3241.18Seeh
3251.18Seehscsibus* at scsi?
3261.18Seeh
3271.1Seeh## These entries find devices on all SCSI busses and assign
3281.1Seeh## unit numbers dynamically.
3291.1Seehsd*	at scsibus? target ? lun ?		# SCSI disks
3301.1Seehst*	at scsibus? target ? lun ?		# SCSI tapes
3311.1Seehcd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
3321.1Seehch*	at scsibus? target ? lun ?		# SCSI changer devices
3331.1Seehss*	at scsibus? target ? lun ?		# SCSI scanners
3341.13Smjacobses*	at scsibus? target ? lun ?		# SCSI SES/SAF-TE devices
3351.1Seehuk*	at scsibus? target ? lun ?		# unknown SCSI
3361.1Seeh
3371.52Sgrant# IDE and related devices
3381.52Sgrant# PCI IDE controllers - see pciide(4) for supported hardware.
3391.52Sgrant# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
3401.52Sgrant# how to set up DMA modes for this chip. This may work, or may cause
3411.52Sgrant# a machine hang with some controllers.
3421.72Sbouyerpciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3431.72Sbouyeracardide* at pci? dev ? function ?	# Acard IDE controllers
3441.72Sbouyeraceride* at pci? dev ? function ?	# Acer Lab IDE controllers
3451.77Sthorpejartsata* at pci? dev ? function ?	# Intel i31244 SATA controller
3461.72Sbouyercmdide* at pci? dev ? function ?	# CMD tech IDE controllers
3471.72Sbouyercypide* at pci? dev ? function ?	# Cypress IDE controllers
3481.72Sbouyerhptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
3491.72Sbouyeroptiide* at pci? dev ? function ?	# Opti IDE controllers
3501.72Sbouyerpdcide* at pci? dev ? function ?	# Promise IDE controllers
3511.91Sbouyerpdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
3521.76Sthorpejsatalink* at pci? dev ? function ?	# SiI SATALink controllers
3531.72Sbouyersiside* at pci? dev ? function ?	# SiS IDE controllers
3541.72Sbouyerslide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
3551.72Sbouyerviaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
3561.96Sjdc
3571.96Sjdc# ATA (IDE) bus support
3581.73Slukematabus* at ata?
3591.73Slukematapibus* at atapi?
3601.21Seeh
3611.52Sgrant# IDE drives
3621.52Sgrant# Flags are used only with controllers that support DMA operations
3631.52Sgrant# and mode settings (e.g. some pciide controllers)
3641.52Sgrant# The lowest order four bits (rightmost digit) of the flags define the PIO
3651.52Sgrant# mode to use, the next set of four bits the DMA mode and the third set the
3661.52Sgrant# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3671.52Sgrant# to use, and the last bit must be 1 for this setting to be used.
3681.52Sgrant# For DMA and UDMA, 0xf (1111) means 'disable'.
3691.52Sgrant# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3701.52Sgrant# (0xc=1100, 0xa=1010, 0xf=1111)
3711.52Sgrant# 0x0000 means "use whatever the drive claims to support".
3721.52Sgrant
3731.21Seeh## Disable UDMA 4 which causes data corruption on the Acer Labs
3741.21Seeh## chipset on Sun Blade 100 and Netra X1 machines.
3751.71Sbouyerwd*     at atabus? drive ? flags 0x0000
3761.1Seeh
3771.1Seehcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3781.1Seehsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3791.1Seehuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3801.1Seeh
3811.18Seeh# RAID controllers and devices (untested)
3821.39Sthorpejcac*	at pci? dev ? function ?	# Compaq PCI array controllers
3831.39Sthorpejmlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
3841.39Sthorpejtwe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
3851.18Seeh
3861.18Seehld*	at cac? unit ?			# logical disk devices
3871.18Seehld*	at twe? unit ?
3881.18Seehld*	at mlx? unit ?
3891.18Seeh
3901.1Seeh## Floppy controller and drive found on SPARCstations.
3911.1Seeh
3921.1Seeh# need share with the sparc, and everyone else.  needs to use auxio.
3931.1Seeh# actually, the ebus version has (will have) direct access to it's AUXIO
3941.1Seeh# register space (it is mapped in to fdthree not auxio).
3951.1Seeh#fdc0	at sbus? slot ? offset ?		# SUNW,fdtwo
3961.1Seeh#fdc0	at ebus?				# fdthree
3971.1Seeh#fd*	at fdc0 	 			# the drive itself
3981.1Seeh
3991.1Seeh## A disk-like interface to files.  Can be used to create floppy, CD,
4001.1Seeh## miniroot images, etc.
4011.1Seeh
4021.1Seehpseudo-device	vnd	4
4031.112Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
4041.1Seeh
4051.1Seeh## Concatenated and striped disks; with this, you can create a software-based
4061.1Seeh## disk array similar to a "RAID 0" setup.  See ccd(4).
4071.1Seeh
4081.1Seehpseudo-device	ccd	4
4091.51Selric
4101.51Selric## Cryptographic disk devices.  See cgd(4).
4111.51Selric
4121.51Selric#pseudo-device	cgd	4
4131.1Seeh
4141.1Seeh## RAIDframe disk driver: software RAID driver.  See raid(4).
4151.1Seeh
4161.29Sosterpseudo-device	raid	8
4171.29Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4181.29Soster# Options to enable various other RAIDframe RAID types.
4191.69Snakayama# options 	RF_INCLUDE_EVENODD=1
4201.69Snakayama# options 	RF_INCLUDE_RAID5_RS=1
4211.69Snakayama# options 	RF_INCLUDE_PARITYLOGGING=1
4221.69Snakayama# options 	RF_INCLUDE_CHAINDECLUSTER=1
4231.69Snakayama# options 	RF_INCLUDE_INTERDECLUSTER=1
4241.29Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4251.69Snakayama# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4261.29Soster
4271.1Seeh
4281.1Seeh## Memory disk device, used on boot floppies with compressed
4291.1Seeh## kernel-plus-root-disk images.
4301.1Seeh
4311.1Seehpseudo-device	md	1
4321.1Seeh
4331.1Seeh
4341.1Seeh#### Network interfaces
4351.1Seeh
4361.1Seeh## LANCE Ethernet - an AMD 7990 LANCE behind specialized DMA glue
4371.1Seeh## Three flavors of additional SBus ethernets are available.  One attaches
4381.1Seeh## directly like the sun4c on-board, one uses the ledma device like the
4391.1Seeh## sun4m on-board, and one uses the lebuffer device.
4401.1Seeh
4411.8Seehledma0		at sbus? slot ? offset ?	# sun4m on-board
4421.8Seehle0		at ledma0			# sun4m on-board
4431.8Seehle*		at sbus? slot ? offset ?	# SBus
4441.8Seehledma*		at sbus? slot ? offset ?	# SBus
4451.8Seehle*		at ledma?			# SBus
4461.8Seehlebuffer0	at sbus? slot ? offset ?	# SBus
4471.8Seehle0		at lebuffer?			# SBus
4481.8Seehlebuffer*	at sbus? slot ? offset ?	# SBus
4491.8Seehle*		at lebuffer?			# SBus
4501.1Seeh
4511.1Seeh## Happy Meal Ethernet
4521.1Seehhme*		at sbus? slot ? offset ?
4531.39Sthorpejhme*		at pci?	dev ? function ?	# network "hme" compatible
4541.17Smatt
4551.18Seeh## qec/be, qec/hme
4561.18Seehqec*		at sbus? slot ? offset ?
4571.18Seehbe*		at qec?
4581.18Seehqe*		at qec?
4591.18Seeh
4601.18Seeh# PCI network interfaces
4611.18Seeh# 	UT marks untested.
4621.39Sthorpejan*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11) UT
4631.39Sthorpejen*	at pci? dev ? function ?	# ENI/Adaptec ATM UT
4641.18Seeh# XXX causes ICE
4651.39Sthorpej#ep*	at pci? dev ? function ?	# 3Com 3c59x
4661.61Stsutsuiex*	at pci? dev ? function ?	# 3Com 90x[B]
4671.61Stsutsuiepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
4681.39Sthorpejesh*	at pci? dev ? function ?	# Essential HIPPI card UT
4691.39Sthorpejfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI UT
4701.53Sgrantfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
4711.39Sthorpejgem*	at pci? dev ? function ?	# Apple GMAC and Sun ERI gigabit enet
4721.62Stsutsui# XXX lacks bus_dmamap_sync()
4731.62Stsutsui#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
4741.18Seeh# XXX uses vtophys()
4751.39Sthorpej#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
4761.39Sthorpejne*	at pci? dev ? function ?	# NE2000-compatible Ethernet UT
4771.39Sthorpejntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial UT
4781.61Stsutsui# XXX cause uncorrectable DMA error
4791.61Stsutsui#pcn*	at pci? dev ? function ?	# PCnet-PCI Ethernet
4801.127Smrgre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
4811.53Sgrantrtk*	at pci? dev ? function ?	# Realtek 8129/8139
4821.125Smrgsip*	at pci? dev ? function ?	# SiS 900 Ethernet
4831.39Sthorpejti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet UT
4841.39Sthorpejtl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
4851.39Sthorpejtlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
4861.39Sthorpejvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
4871.56Sgrantwi*	at pci? dev ? function ?	# Lucent/Intersil WaveLAN/IEEE
4881.122Ssekiyawm*	at pci? dev ? function ?	# Intel 8254x gigabit
4891.1Seeh
4901.1Seeh# MII/PHY support
4911.122Ssekiya# XXX: only nsphy and igphy "tested"
4921.18Seehdmphy*	at mii? phy ?			# Davicom DM9101 PHYs
4931.18Seehexphy*	at mii? phy ?			# 3Com internal PHYs
4941.32Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
4951.18Seehinphy*	at mii? phy ?			# Intel 82555 PHYs
4961.18Seehiophy*	at mii? phy ?			# Intel 82553 PHYs
4971.122Ssekiyaigphy*	at mii? phy ?			# Intel IGP01E1000
4981.18Seehlxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
4991.18Seehnsphy*	at mii? phy ?			# NS83840 PHYs
5001.18Seehnsphyter* at mii? phy ?			# NS83843 PHYs
5011.18Seehqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
5021.18Seehsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
5031.18Seehtlphy*	at mii? phy ?			# ThunderLAN PHYs
5041.18Seehtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
5051.18Seehukphy*	at mii? phy ?			# generic unknown PHYs
5061.18Seeh
5071.18Seeh# PCI USB controllers
5081.66Snakayamaehci*	at pci? dev ? function ?	# Enhanced Host Controller
5091.66Snakayamaohci*	at pci? dev ? function ?	# Open Host Controller
5101.94Smartinuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
5111.66Snakayama
5121.101Smartin# USB bus support
5131.101Smartinusb*	at ehci?
5141.66Snakayamausb*	at ohci?
5151.94Smartinusb*	at uhci?
5161.101Smartin#usb*	at slhci?
5171.18Seeh
5181.101Smartin# USB Hubs
5191.101Smartinuhub*	at usb?
5201.20Seehuhub*	at uhub? port ? configuration ? interface ?
5211.18Seeh
5221.101Smartin# USB HID device
5231.101Smartinuhidev*	at uhub? port ? configuration ? interface ?
5241.28Saugustss
5251.101Smartin# USB Mice
5261.101Smartinums*	at uhidev? reportid ?
5271.101Smartinwsmouse* at ums? mux 0
5281.18Seeh
5291.101Smartin# USB eGalax touch-panel
5301.101Smartinuep*	at uhub? port ?
5311.101Smartinwsmouse* at uep? mux 0
5321.101Smartin
5331.101Smartin# USB Keyboards
5341.101Smartinukbd*	at uhidev? reportid ?
5351.101Smartinwskbd*	at ukbd? console ? mux 1
5361.101Smartin
5371.115Sskrll# USB serial adpater
5381.115Sskrllucycom*	at uhidev? reportid ?
5391.115Sskrll
5401.101Smartin# USB Generic HID devices
5411.101Smartinuhid*	at uhidev? reportid ?
5421.101Smartin
5431.101Smartin# USB Printer
5441.101Smartinulpt*	at uhub? port ? configuration ? interface ?
5451.101Smartin
5461.101Smartin# USB Modem
5471.101Smartinumodem*	at uhub? port ? configuration ?
5481.20Seehucom*	at umodem?
5491.18Seeh
5501.101Smartin# USB Mass Storage
5511.101Smartinumass*	at uhub? port ? configuration ? interface ?
5521.101Smartinscsibus* at umass?
5531.101Smartinwd*	at umass?
5541.101Smartin
5551.101Smartin# USB audio
5561.101Smartinuaudio*	at uhub? port ? configuration ?
5571.101Smartin
5581.101Smartin# USB MIDI
5591.101Smartinumidi* at uhub? port ? configuration ?
5601.101Smartin
5611.101Smartin# USB IrDA
5621.101Smartin# USB-IrDA bridge spec
5631.101Smartinuirda* at uhub? port ? configuration ? interface ?
5641.101Smartinirframe* at uirda?
5651.101Smartin
5661.101Smartin# SigmaTel STIr4200 USB/IrDA Bridge
5671.101Smartinustir* at uhub? port ?
5681.101Smartinirframe* at ustir?
5691.18Seeh
5701.18Seeh# USB Ethernet adapters
5711.20Seehaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5721.89Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
5731.101Smartincdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
5741.20Seehcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5751.20Seehkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5761.101Smartinudav*	at uhub? port ?		# Davicom DM9601 based adapters
5771.57Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5781.20Seeh
5791.101Smartin# USB 802.11b adapters
5801.101Smartinatu*	at uhub? port ?		# Atmel AT76C50XX based adapters
5811.101Smartin
5821.101Smartin# Prolific PL2301/PL2302 host-to-host adapter
5831.101Smartinupl*	at uhub? port ?
5841.101Smartin
5851.101Smartin# Serial adapters
5861.101Smartinubsa*	at uhub? port ?		# Belkin serial adapter
5871.101Smartinucom*	at ubsa? portno ?
5881.101Smartin
5891.101Smartinuftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
5901.101Smartinucom*	at uftdi? portno ?
5911.101Smartin
5921.101Smartinumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
5931.101Smartinucom*	at umct? portno ?
5941.101Smartin
5951.101Smartinuplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
5961.101Smartinucom*	at uplcom? portno ?
5971.101Smartin
5981.101Smartinuvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
5991.101Smartinucom*	at uvscom? portno ?
6001.101Smartin
6011.101Smartin# Diamond Multimedia Rio 500
6021.101Smartinurio*	at uhub? port ?
6031.101Smartin
6041.101Smartin# USB Handspring Visor
6051.101Smartinuvisor*	at uhub? port ?
6061.101Smartinucom*	at uvisor?
6071.101Smartin
6081.101Smartin# Kyocera AIR-EDGE PHONE
6091.101Smartinukyopon* at uhub? port ?
6101.99Sitohyucom*	at ukyopon? portno ?
6111.99Sitohy
6121.101Smartin# USB scanners
6131.101Smartinuscanner* at uhub? port ?
6141.101Smartin
6151.101Smartin# USB scanners that use SCSI emulation, e.g., HP5300
6161.101Smartinusscanner* at uhub? port ?
6171.101Smartin
6181.101Smartin# Y@P firmware loader
6191.101Smartinuyap* at uhub? port ?
6201.101Smartin
6211.101Smartin# D-Link DSB-R100 USB radio
6221.101Smartinudsbr*	at uhub? port ?
6231.101Smartinradio*	at udsbr?
6241.101Smartin
6251.101Smartin# USB Generic driver
6261.101Smartinugen*	at uhub? port ?
6271.20Seeh
6281.1Seeh## Loopback network interface; required
6291.1Seehpseudo-device	loop
6301.1Seeh
6311.1Seeh## SLIP and CSLIP interfaces, for IP over a serial line.
6321.1Seehpseudo-device	sl		2
6331.1Seeh
6341.1Seeh## PPP, the successor to SLIP.  See pppd(8).
6351.1Seehpseudo-device	ppp		2
6361.27Smartin
6371.27Smartin## PPP over Ethernet (RFC 2516)
6381.27Smartinpseudo-device	pppoe
6391.1Seeh
6401.1Seeh## Starmode Radio IP, a special hardware network device.
6411.1Seehpseudo-device	strip		1
6421.1Seeh
6431.1Seeh## Network "tunnel" device, allowing protocol stacks to run in the userland.
6441.1Seeh## This is used by the third-party user-mode "ppp" program, and others.
6451.1Seehpseudo-device	tun		4
6461.92Scubepseudo-device	tap			# virtual Ethernet
6471.1Seeh
6481.1Seeh## Generic L3 over IP tunnel
6491.1Seeh#pseudo-device	gre		2	# generic L3 over IP tunnel
6501.1Seeh
6511.1Seeh## Berkeley Packet Filter, required to run RARPD.  A generic C-language
6521.1Seeh## interface that allows selective examining of incoming packets.
6531.1Seehpseudo-device	bpfilter	8
6541.58Sseb
6551.58Sseb## IEEE 802.1q encapsulation
6561.58Ssebpseudo-device	vlan
6571.19Satatat
6581.19Satatat## Simple inter-network traffic bridging
6591.19Satatatpseudo-device	bridge
6601.69Snakayama#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
6611.1Seeh
6621.1Seeh## IP Filter, used in firewall and NAT applications.  See ipnat(8) for
6631.1Seeh## one example of the use of the IP Filter.
6641.1Seehpseudo-device	ipfilter
6651.1Seeh
6661.1Seeh## for IPv6
6671.1Seehpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
6681.1Seeh#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
6691.1Seeh#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
6701.60Snakayama
6711.60Snakayama
6721.60Snakayama#### CardBus and PCMCIA devices
6731.60Snakayama
6741.60Snakayama# PCI CardBus bridge support
6751.60Snakayama#cbb*	at pci? dev ? function ?
6761.60Snakayama#cardslot* at cbb?
6771.60Snakayama
6781.60Snakayama# CardBus bus support
6791.60Snakayama#cardbus* at cardslot?
6801.60Snakayama#pcmcia* at cardslot?
6811.60Snakayama
6821.96Sjdc## SBus to PCMCIA bridge
6831.96Sjdc#nell*	at sbus? slot ? offset ?		# PCMCIA bridge
6841.96Sjdc#pcmcia*	at nell?
6851.96Sjdc
6861.60Snakayama## CardBus cards; UT marks untested.
6871.60Snakayama
6881.60Snakayama# CardBus serial interfaces
6891.118Sdrochner#com*	at cardbus? function ?	# Modems and serial cards UT
6901.60Snakayama
6911.60Snakayama# CardBus SCSI controllers
6921.118Sdrochner#adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI UT
6931.118Sdrochner#ahc*	at cardbus? function ?	# Adaptec ADP-1480 UT
6941.118Sdrochner#njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
6951.60Snakayama
6961.60Snakayama# CardBus network interfaces
6971.118Sdrochner#ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11 UT
6981.118Sdrochner#atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11) UT
6991.118Sdrochner#ex*	at cardbus? function ?	# 3Com 3C575TX UT
7001.118Sdrochner#fxp*	at cardbus? function ?	# Intel i8255x UT
7011.118Sdrochner#rtk*	at cardbus? function ?	# Realtek 8129/8139 UT
7021.118Sdrochner#tlp*	at cardbus? function ?	# DECchip 21143 UT
7031.60Snakayama
7041.60Snakayama# CardBus USB controllers
7051.118Sdrochner#ehci*	at cardbus? function ?	# Enhanced Host Controller
7061.118Sdrochner#ohci*	at cardbus? function ?	# Open Host Controller
7071.60Snakayama
7081.60Snakayama## PCMCIA cards; UT marks untested.
7091.60Snakayama
7101.60Snakayama# PCMCIA serial interfaces
7111.60Snakayama#com*	at pcmcia? function ?		# Modems and serial cards
7121.60Snakayama
7131.60Snakayama#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards UT
7141.60Snakayama#com*	at pcmcom? slave ?		# ...and the slave devices
7151.60Snakayama
7161.60Snakayama# PCMCIA SCSI controllers
7171.60Snakayama#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI UT
7181.60Snakayama#esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI UT
7191.60Snakayama
7201.60Snakayama# PCMCIA IDE controllers
7211.60Snakayama#wdc*	at pcmcia? function ?
7221.60Snakayama
7231.60Snakayama# PCMCIA network interfaces
7241.60Snakayama#an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11) UT
7251.60Snakayama#awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS) UT
7261.60Snakayama#cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer UT
7271.96Sjdc#cs*	at pcmcia? function ?		# CS89xx Ethernet UT
7281.60Snakayama#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
7291.60Snakayama#mbe*	at pcmcia? function ?		# MB8696x based Ethernet UT
7301.60Snakayama#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
7311.60Snakayama#ray*	at pcmcia? function ?		# Raytheon Raylink (802.11) UT
7321.60Snakayama#sm*	at pcmcia? function ?		# Megahertz Ethernet UT
7331.60Snakayama# tr at pcmcia has problems with Cardbus bridges
7341.60Snakayama#tr*	at pcmcia? function ?		# TROPIC based Token-Ring UT
7351.60Snakayama#wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
7361.96Sjdc#xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet UT
7371.96Sjdc#com*	at xirc?
7381.96Sjdc#xi*	at xirc?
7391.96Sjdc#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards UT
7401.60Snakayama#com*	at mhzc?
7411.60Snakayama#sm*	at mhzc?
7421.1Seeh
7431.96Sjdc# PCMCIA audio devices
7441.96Sjdc#esl*	at pcmcia? function ?			# ESS 1688 AudioDrive UT
7451.1Seeh
7461.1Seeh#### Audio and video devices
7471.1Seeh
7481.1Seeh## /dev/audio support (`audiocs' plus `audio')
7491.1Seeh##
7501.8Seehaudiocs*	at sbus? slot ? offset ?	# SUNW,CS4231
7511.40Smartinaudiocs*	at ebus?			# SUNW,CS4231 in U5/U10
7521.39Sthorpejautri*		at pci? dev ? function ?	# Blade 100 'sound'
7531.31Seeh
7541.65Snakayamaaudio*		at audiobus?
7551.38Seeh
7561.65Snakayama#midi*		at midibus?
7571.1Seeh
7581.1Seeh
7591.1Seeh## Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m
7601.1Seeh## systems.  If your sun4 system has a cgfour installed in the P4 slot,
7611.1Seeh## the P4 entries for "bwtwo" will attach to the overlay plane of the
7621.1Seeh## "cgfour".
7631.1Seeh
7641.8Seeh#bwtwo0		at sbus? slot ? offset ?	# sun4c and sun4m
7651.8Seeh#bwtwo*		at sbus? slot ? offset ?
7661.1Seeh
7671.1Seeh## Sun "cgthree" Sbus color framebuffer
7681.1Seeh#cgthree0	at sbus? slot ? offset ?
7691.1Seeh#cgthree*	at sbus? slot ? offset ?
7701.1Seeh
7711.1Seeh## Sun "cgsix" accelerated color framebuffer.
7721.1Seehcgsix*		at sbus? slot ? offset ?
7731.1Seeh
7741.98Smartin## Sun FFB
7751.98Smartinffb*		at mainbus0
7761.98Smartin
7771.98Smartin# On board vga on U5/U10 etc.
7781.98Smartinmachfb*		at pci?
7791.106Smacallan
7801.106Smacallan# make sure the console display is always wsdisplay0
7811.106Smacallanwsdisplay0	at wsemuldisplaydev? console 1
7821.106Smacallanwsdisplay*	at wsemuldisplaydev?
7831.1Seeh
7841.100Smartin# wsmouse for sun ms
7851.100Smartinwsmouse*        at ms0
7861.100Smartin
7871.100Smartin# wskbd for sun kbd
7881.100Smartinwskbd0 at kbd0
7891.100Smartin
7901.100Smartin# various options for wscons - we try to look as much like a standard
7911.100Smartin# sun console as possible
7921.100Smartinoptions 	WSEMUL_SUN		# sun terminal emulation
7931.100Smartinoptions 	WS_DEFAULT_FG=WSCOL_BLACK
7941.104Smartinoptions 	WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
7951.100Smartinoptions 	WSDISPLAY_COMPAT_USL		# VT handling
7961.100Smartinoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
7971.100Smartinoptions 	WSDISPLAY_DEFAULTSCREENS=4
7981.100Smartinoptions 	FONT_GALLANT12x22		# PROM font look-alike
7991.100Smartin
8001.1Seeh#### Other device configuration
8011.1Seeh
8021.78Sjonathan### Other pseudo-devices
8031.78Sjonathan
8041.120Sthorpejpseudo-device 	crypto			# /dev/crypto device
8051.121Sthorpejpseudo-device	swcrypto		# software crypto implementation
8061.78Sjonathan
8071.1Seeh## Pseudo ttys, required for network logins and programs like screen.
8081.1Seeh
8091.7Sjdolecekpseudo-device	pty			# pseudo-ttys (for network, etc.)
8101.1Seeh
8111.1Seeh## Random device, used to implement /dev/random (a source of random noise),
8121.1Seeh## and generate randomness for some kernel formulae.
8131.1Seeh
8141.1Seehpseudo-device	rnd
8151.41Slukem
8161.102Smartinpseudo-device	wsmux			# mouse & keyboard multiplexor
8171.102Smartinpseudo-device	wsfont
8181.41Slukempseudo-device	clockctl		# user control of clock subsystem
8191.64Sraggepseudo-device	ksyms			# /dev/ksyms
8201.83Sitojun#pseudo-device	pf			# PF packet filter
8211.83Sitojun#pseudo-device	pflog			# PF log if
8221.93Shannkenpseudo-device	fss		4	# file system snapshot device
8231.124Stsutsui
8241.124Stsutsui# Veriexec
8251.124Stsutsui#options VERIFIED_EXEC
8261.124Stsutsui#
8271.124Stsutsui# a pseudo device needed for veriexec
8281.124Stsutsui#pseudo-device	veriexec		1
8291.124Stsutsui#
8301.124Stsutsui# Uncomment the fingerprint methods below that are desired. Note that
8311.124Stsutsui# removing fingerprint methods will have almost no impact on the kernel
8321.124Stsutsui# code size.
8331.124Stsutsui#
8341.124Stsutsui#options VERIFIED_EXEC_FP_RMD160
8351.124Stsutsui#options VERIFIED_EXEC_FP_SHA256
8361.124Stsutsui#options VERIFIED_EXEC_FP_SHA384
8371.124Stsutsui#options VERIFIED_EXEC_FP_SHA512
8381.124Stsutsui#options VERIFIED_EXEC_FP_SHA1
8391.124Stsutsui#options VERIFIED_EXEC_FP_MD5
8401.124Stsutsui
841