IYONIX revision 1.1
11.1Smacallan#	$NetBSD: IYONIX,v 1.1 2019/02/14 21:47:52 macallan Exp $
21.1Smacallan#
31.1Smacallan# GENERIC machine description file
41.1Smacallan#
51.1Smacallan# This machine description file is used to generate the default NetBSD
61.1Smacallan# kernel.  The generic kernel does not include all options, subsystems
71.1Smacallan# and device drivers, but should be useful for most applications.
81.1Smacallan#
91.1Smacallan# The machine description file can be customised for your specific
101.1Smacallan# machine to reduce the kernel size and improve its performance.
111.1Smacallan#
121.1Smacallan# For further information on compiling NetBSD kernels, see the config(8)
131.1Smacallan# man page.
141.1Smacallan#
151.1Smacallan# For further information on hardware support for this architecture, see
161.1Smacallan# the intro(4) man page.  For further information about kernel options
171.1Smacallan# for this architecture, see the options(4) man page.  For an explanation
181.1Smacallan# of each device driver in this file see the section 4 man page for the
191.1Smacallan# device.
201.1Smacallan
211.1Smacallaninclude	"arch/evbarm/conf/std.iyonix"
221.1Smacallan
231.1Smacallanoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Smacallan
251.1Smacallan#ident 		"GENERIC-$Revision: 1.1 $"
261.1Smacallan
271.1Smacallanmaxusers	32		# estimated number of users
281.1Smacallan
291.1Smacallanoptions 	MSGBUFSIZE=65536
301.1Smacallan
311.1Smacallan# CPU options
321.1Smacallan
331.1Smacallan# For XScale systems
341.1Smacallanoptions 	CPU_XSCALE_80321	# Support the XScale core
351.1Smacallanmakeoptions	CPUFLAGS="-mcpu=xscale"
361.1Smacallan
371.1Smacallan# Architecture options
381.1Smacallanoptions 	XSCALE_CACHE_READ_WRITE_ALLOCATE
391.1Smacallan#options 	HZ=512
401.1Smacallanmakeoptions	CPUFLAGS="-mcpu=xscale"
411.1Smacallan
421.1Smacallan# Standard system options
431.1Smacallan
441.1Smacallanoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
451.1Smacallan#options 	NTP		# NTP phase/frequency locked loop
461.1Smacallan
471.1Smacallan#options 	KTRACE		# system call tracing via ktrace(1)
481.1Smacallan
491.1Smacallan
501.1Smacallan#options 	SYSVMSG		# System V-like message queues
511.1Smacallan#options 	SYSVSEM		# System V-like semaphores
521.1Smacallan#options 	SYSVSHM		# System V-like memory sharing
531.1Smacallan
541.1Smacallan# Device options
551.1Smacallan
561.1Smacallan# Console options.  The default console is speed is 115200 baud.
571.1Smacallan#options 	CONSPEED=9600		# Console speed
581.1Smacallan
591.1Smacallan# Miscellaneous kernel options
601.1Smacallanoptions 	KTRACE		# system call tracing, a la ktrace(1)
611.1Smacallanoptions 	IRQSTATS	# manage IRQ statistics
621.1Smacallan#options 	SCSIVERBOSE	# Verbose SCSI errors
631.1Smacallanoptions 	PCIVERBOSE	# Verbose PCI descriptions
641.1Smacallanoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
651.1Smacallan#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
661.1Smacallan
671.1Smacallanoptions 	USERCONF	# userconf(4) support
681.1Smacallan#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
691.1Smacallan#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
701.1Smacallan
711.1Smacallan# Development and Debugging options
721.1Smacallan
731.1Smacallan# Alternate buffer queue strategies for better responsiveness under high
741.1Smacallan# disk I/O load.
751.1Smacallan#options 	BUFQ_READPRIO
761.1Smacallan#options 	BUFQ_PRIOCSCAN
771.1Smacallan
781.1Smacallan# Diagnostic/debugging support options
791.1Smacallan#options 	DIAGNOSTIC	# expensive kernel consistency checks
801.1Smacallan#options 	DEBUG		# expensive debugging checks/support
811.1Smacallanoptions 	DDB		# in-kernel debugger
821.1Smacallan#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
831.1Smacallanoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
841.1Smacallan#options 	DDB_KEYCODE=0x40
851.1Smacallan#options 	KGDB		# remote debugger
861.1Smacallan#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
871.1Smacallan#makeoptions	DEBUG="-g"	# compile full symbol table
881.1Smacallanmakeoptions	COPY_SYMTAB=1
891.1Smacallan#options 	PMAP_DEBUG	# Enable pmap_debug_level code
901.1Smacallan#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
911.1Smacallan
921.1Smacallan#options 	PMAP_INCLUDE_PTE_SYNC
931.1Smacallan#options 	LOCKDEBUG
941.1Smacallan
951.1Smacallan
961.1Smacallan# Compatibility options
971.1Smacallan
981.1Smacallaninclude 	"conf/compat_netbsd70.config"
991.1Smacallanoptions 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
1001.1Smacallan
1011.1Smacallan# File systems
1021.1Smacallanfile-system 	FFS		# UFS
1031.1Smacallan#file-system 	EXT2FS		# second extended file system (linux)
1041.1Smacallan#file-system 	LFS		# log-structured file system
1051.1Smacallan#file-system 	MFS		# memory file system
1061.1Smacallanfile-system 	NFS		# Network File System client
1071.1Smacallan#file-system 	NTFS		# Windows/NT file system (experimental)
1081.1Smacallanfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1091.1Smacallanfile-system 	MSDOSFS		# MS-DOS file system
1101.1Smacallan#file-system 	FDESC		# /dev/fd
1111.1Smacallanfile-system 	KERNFS		# /kern
1121.1Smacallan#file-system 	NULLFS		# loopback file system
1131.1Smacallan#file-system 	OVERLAY		# overlay file system
1141.1Smacallanfile-system 	PROCFS		# /proc
1151.1Smacallan#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1161.1Smacallan#file-system 	UNION		# union file system
1171.1Smacallan#file-system	CODA		# Coda File System; also needs vcoda (below)
1181.1Smacallan#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1191.1Smacallanfile-system	PTYFS		# /dev/ptm support
1201.1Smacallanfile-system	TMPFS		# Efficient memory file-system
1211.1Smacallan#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1221.1Smacallan#file-system	HFS		# experimental - Apple HFS+ (read-only)
1231.1Smacallanfile-system     FILECORE        # Acorn filecore file system
1241.1Smacallan
1251.1Smacallan# File system options
1261.1Smacallan#options 	QUOTA		# legacy UFS quotas
1271.1Smacallan#options 	QUOTA2		# new, in-filesystem UFS quotas
1281.1Smacallan#options 	FFS_EI		# FFS Endian Independent support
1291.1Smacallanoptions 	WAPBL		# File system journaling support
1301.1Smacallan# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
1311.1Smacallan# It is not recommended for general use.
1321.1Smacallan#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1331.1Smacallan#options 	NFSSERVER	# Network File System server
1341.1Smacallanoptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1351.1Smacallan#options 	UFS_EXTATTR	# Extended attribute support for UFS1
1361.1Smacallan#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1371.1Smacallan				# immutable) behave as system flags.
1381.1Smacallan
1391.1Smacallan# Networking options
1401.1Smacallan#options 	GATEWAY		# packet forwarding
1411.1Smacallanoptions 	INET		# IP + ICMP + TCP + UDP
1421.1Smacallanoptions 	INET6		# IPV6
1431.1Smacallan#options 	IPSEC		# IP security
1441.1Smacallan#options 	IPSEC_DEBUG	# debug for IP security
1451.1Smacallan#options 	MROUTING	# IP multicast routing
1461.1Smacallan#options 	PIM		# Protocol Independent Multicast
1471.1Smacallan#options 	NETATALK	# AppleTalk networking protocols
1481.1Smacallan#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1491.1Smacallan#options 	PPP_DEFLATE	# Deflate compression support for PPP
1501.1Smacallan#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1511.1Smacallan#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1521.1Smacallan
1531.1Smacallan#options 	ALTQ		# Manipulate network interfaces' output queues
1541.1Smacallan#options 	ALTQ_BLUE	# Stochastic Fair Blue
1551.1Smacallan#options 	ALTQ_CBQ	# Class-Based Queueing
1561.1Smacallan#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1571.1Smacallan#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1581.1Smacallan#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1591.1Smacallan#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1601.1Smacallan#options 	ALTQ_LOCALQ	# Local queueing discipline
1611.1Smacallan#options 	ALTQ_PRIQ	# Priority Queueing
1621.1Smacallan#options 	ALTQ_RED	# Random Early Detection
1631.1Smacallan#options 	ALTQ_RIO	# RED with IN/OUT
1641.1Smacallan#options 	ALTQ_WFQ	# Weighted Fair Queueing
1651.1Smacallan
1661.1Smacallan
1671.1Smacallanoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1681.1Smacallan
1691.1Smacallanoptions 	DKWEDGE_AUTODISCOVER
1701.1Smacallanoptions 	DKWEDGE_METHOD_BSDLABEL
1711.1Smacallan#options 	DKWEDGE_METHOD_MBR
1721.1Smacallan
1731.1Smacallanoptions 	INSECURE
1741.1Smacallan
1751.1Smacallan# Kernel root file system and dump configuration.
1761.1Smacallan#config		netbsd	root on ? type ?
1771.1Smacallan#config		netbsd	root on wd1a type ffs
1781.1Smacallan#config		netbsd	root on wm0 type nfs
1791.1Smacallanconfig		netbsd	root on "wedge:system/a" type ffs
1801.1Smacallan
1811.1Smacallan#
1821.1Smacallan# Device configuration
1831.1Smacallan#
1841.1Smacallan
1851.1Smacallanmainbus0 at root
1861.1Smacallan
1871.1Smacallancpu0 at mainbus?
1881.1Smacallan
1891.1Smacallan# i80321 I/O Processor peripheral support
1901.1Smacallaniopxs*          at mainbus?
1911.1Smacallan
1921.1Smacallaniopaau*         at iopxs?               # Application Accelerator Unit
1931.1Smacallaniopiic*         at iopxs?               # I2C Controller Unit(s) 
1941.1Smacallaniic0            at iopiic?
1951.1Smacallaniic1            at iopiic?
1961.1Smacallaniopwdog*        at iopxs?               # Watchdog timer
1971.1Smacallanpci0            at iopxs? bus ?         # PCI/PCI-X support
1981.1Smacallan
1991.1Smacallan# The curious can see their RAM timings.
2001.1Smacallanspdmem* at iic1 addr 0x56
2011.1Smacallan
2021.1Smacallan# onboard RTC. RISC OS starts counting years at 2000
2031.1Smacallandsrtc0 	at iic0 addr 0x68
2041.1Smacallan
2051.1Smacallan# PCI bridges
2061.1Smacallanppb*	at pci? dev ? function ?	# PCI-PCI bridges
2071.1Smacallanpci*	at ppb? bus ?
2081.1Smacallan# XXX 'puc's aren't really bridges, but there's no better place for them here
2091.1Smacallan#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2101.1Smacallan
2111.1Smacallan#options COMCONSOLE
2121.1Smacallan
2131.1Smacallan# VGA
2141.1Smacallan#vga*            at pci? dev ? function ?
2151.1Smacallangenfb*		at pci? dev ? function ?
2161.1Smacallan#options 	GENFB_PCI_DEBUG
2171.1Smacallan#gffb*		at pci? dev ? function ?
2181.1Smacallan
2191.1Smacallan# these exist but aren't configured by RISC OS
2201.1Smacallan#alipm*		at pci?
2211.1Smacallan#iic*		at alipm?
2221.1Smacallan
2231.1Smacallan# Display
2241.1Smacallanwsdisplay0      at wsemuldisplaydev? console 1
2251.1Smacallanwsdisplay*      at wsemuldisplaydev?
2261.1Smacallan
2271.1Smacallan#options 	WSEMUL_SUN		# sun terminal emulation
2281.1Smacallanoptions 	WSEMUL_VT100		# vt100 terminal emulation
2291.1Smacallanoptions 	WS_DEFAULT_FG=WSCOL_BLACK
2301.1Smacallanoptions 	WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
2311.1Smacallanoptions 	WS_KERNEL_FG=WSCOL_GREEN
2321.1Smacallanoptions 	WS_KERNEL_BG=WSCOL_LIGHT_WHITE
2331.1Smacallanoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
2341.1Smacallanoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
2351.1Smacallanoptions 	WSDISPLAY_COMPAT_USL		# VT handling
2361.1Smacallanoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
2371.1Smacallan#options 	WSDISPLAY_DEFAULTSCREENS=4
2381.1Smacallanoptions 	FONT_GO_MONO12x23
2391.1Smacallanoptions		WSDISPLAY_SCROLLSUPPORT
2401.1Smacallanoptions 	VCONS_DRAW_INTR
2411.1Smacallanoptions 	RASOPS_DEFAULT_WIDTH=100
2421.1Smacallanoptions 	RASOPS_DEFAULT_HEIGHT=30
2431.1Smacallan
2441.1Smacallan# IDE and related devices
2451.1Smacallan# PCI IDE controllers - see pciide(4) for supported hardware.
2461.1Smacallan# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
2471.1Smacallan# how to set up DMA modes for this chip. This may work, or may cause
2481.1Smacallan# a machine hang with some controllers.
2491.1Smacallan#pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2501.1Smacallanaceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2511.1Smacallanmvsata* 	at pci? dev ? function ?
2521.1Smacallan
2531.1Smacallan# ATA (IDE) bus support
2541.1Smacallanatabus* at ata?
2551.1Smacallan#options	ATADEBUG
2561.1Smacallan
2571.1Smacallan# IDE drives
2581.1Smacallan# Flags are used only with controllers that support DMA operations
2591.1Smacallan# and mode settings (e.g. some pciide controllers)
2601.1Smacallan# The lowest order four bits (rightmost digit) of the flags define the PIO
2611.1Smacallan# mode to use, the next set of four bits the DMA mode and the third set the
2621.1Smacallan# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2631.1Smacallan# to use, and the last bit must be 1 for this setting to be used.
2641.1Smacallan# For DMA and UDMA, 0xf (1111) means 'disable'.
2651.1Smacallan# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2661.1Smacallan# (0xc=1100, 0xa=1010, 0xf=1111)
2671.1Smacallan# 0x0000 means "use whatever the drive claims to support".
2681.1Smacallanwd*	at atabus? drive ? flags 0x0000
2691.1Smacallan
2701.1Smacallan# ATAPI bus support
2711.1Smacallanatapibus* at atapi?
2721.1Smacallan
2731.1Smacallan# ATAPI devices
2741.1Smacallan# flags have the same meaning as for IDE drives.
2751.1Smacallan# XXX No DMA on IDE devices for now
2761.1Smacallancd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
2771.1Smacallansd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2781.1Smacallanst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
2791.1Smacallanuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2801.1Smacallan
2811.1Smacallan
2821.1Smacallan# Network Interfaces
2831.1Smacallan
2841.1Smacallan# onboard ethernet
2851.1Smacallanwm*	at pci? dev ? function ?	# Intel 8254x gigabit
2861.1Smacallan
2871.1Smacallan# MII/PHY support
2881.1Smacallanmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2891.1Smacallanukphy*	at mii? phy ?			# generic unknown PHYs
2901.1Smacallan
2911.1Smacallan
2921.1Smacallan# USB Controller and Devices
2931.1Smacallan
2941.1Smacallan# Iyonix ships with an ehci/ohci card
2951.1Smacallanehci*	at pci?	dev ? function ?	# Enhanced Host Controller
2961.1Smacallanohci*	at pci?	dev ? function ?	# Open Host Controller
2971.1Smacallan#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
2981.1Smacallan
2991.1Smacallan# USB bus support
3001.1Smacallanusb*	at ehci?
3011.1Smacallanusb*	at ohci?
3021.1Smacallan#usb*	at uhci?
3031.1Smacallan#usb*	at slhci?
3041.1Smacallan
3051.1Smacallan# USB Hubs
3061.1Smacallanuhub*	at usb?
3071.1Smacallanuhub*	at uhub? port ?
3081.1Smacallan
3091.1Smacallan# USB HID device
3101.1Smacallanuhidev*	at uhub? port ? configuration ? interface ?
3111.1Smacallan
3121.1Smacallan# USB Mice
3131.1Smacallanums*	at uhidev? reportid ?
3141.1Smacallanwsmouse* at ums? mux 0
3151.1Smacallan
3161.1Smacallan# USB eGalax touch-panel
3171.1Smacallan#uep*	at uhub? port ?
3181.1Smacallan#wsmouse* at uep? mux 0
3191.1Smacallan
3201.1Smacallan# USB Keyboards
3211.1Smacallanukbd*	at uhidev? reportid ?
3221.1Smacallanwskbd*	at ukbd? console ? mux 1
3231.1Smacallan
3241.1Smacallan# USB Generic HID devices
3251.1Smacallanuhid*	at uhidev? reportid ?
3261.1Smacallan
3271.1Smacallan# USB Mass Storage
3281.1Smacallanumass*	at uhub? port ? configuration ? interface ?
3291.1Smacallan
3301.1Smacallan# USB audio
3311.1Smacallanuaudio*	at uhub? port ? configuration ?
3321.1Smacallan
3331.1Smacallan# USB MIDI
3341.1Smacallan#umidi* at uhub? port ? configuration ?
3351.1Smacallan
3361.1Smacallan# USB Ethernet adapters
3371.1Smacallan#axe*	at uhub? port ?		# ASIX AX88172 based adapters
3381.1Smacallan
3391.1Smacallanuplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
3401.1Smacallanucom*	at uplcom? portno ?
3411.1Smacallan
3421.1Smacallan# USB Generic driver
3431.1Smacallan#ugen*	at uhub? port ?
3441.1Smacallan
3451.1Smacallan
3461.1Smacallan# Iyonix onboard audio
3471.1Smacallanautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
3481.1Smacallan
3491.1Smacallan# Audio support
3501.1Smacallanaudio*	at audiobus?
3511.1Smacallan
3521.1Smacallanspkr*	at audio?		# PC speaker (synthesized)
3531.1Smacallan
3541.1Smacallan# On-board device support
3551.1Smacallan
3561.1Smacallanobio*	at mainbus?
3571.1Smacallancom1	at obio? addr 0x900003e8 xint 1 # on-board UART
3581.1Smacallancom0	at obio? addr 0x900002f8 xint 1 # on-board UART
3591.1Smacallan#com*	at obio? addr 0x900003e8 xint 1 # on-board UART
3601.1Smacallan#com*	at obio? addr 0x900003f8 xint 1 # on-board UART
3611.1Smacallan
3621.1Smacallan# Pseudo-Devices
3631.1Smacallan
3641.1Smacallan#pseudo-device 	crypto		# /dev/crypto device
3651.1Smacallan#pseudo-device	swcrypto	# software crypto implementation
3661.1Smacallan
3671.1Smacallan# disk/mass storage pseudo-devices
3681.1Smacallan
3691.1Smacallanpseudo-device	fss			# file system snapshot device
3701.1Smacallan
3711.1Smacallan# network pseudo-devices
3721.1Smacallanpseudo-device	bpfilter		# Berkeley packet filter
3731.1Smacallan#pseudo-device	carp			# Common Address Redundancy Protocol
3741.1Smacallan#pseudo-device	npf			# NPF packet filter
3751.1Smacallanpseudo-device	loop			# network loopback
3761.1Smacallan#pseudo-device	ppp			# Point-to-Point Protocol
3771.1Smacallan#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3781.1Smacallan#pseudo-device	sl			# Serial Line IP
3791.1Smacallan#pseudo-device	strip			# Starmode Radio IP (Metricom)
3801.1Smacallan#pseudo-device	irframetty		# IrDA frame line discipline
3811.1Smacallan#pseudo-device	tap			# virtual Ethernet
3821.1Smacallan#pseudo-device	tun			# network tunneling over tty
3831.1Smacallan#pseudo-device	gre			# generic L3 over IP tunnel
3841.1Smacallan#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3851.1Smacallan#pseudo-device	faith			# IPv[46] tcp relay translation i/f#
3861.1Smacallan#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3871.1Smacallan#pseudo-device	vlan			# IEEE 802.1q encapsulation
3881.1Smacallan#pseudo-device	bridge			# simple inter-network bridging
3891.1Smacallan#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3901.1Smacallan#pseudo-device	agr			# IEEE 802.3ad link aggregation
3911.1Smacallan# srt is EXPERIMENTAL
3921.1Smacallan#pseudo-device	srt			# source-address-based routing
3931.1Smacallan
3941.1Smacallan#
3951.1Smacallan# accept filters
3961.1Smacallanpseudo-device   accf_data		# "dataready" accept filter
3971.1Smacallanpseudo-device   accf_http		# "httpready" accept filter
3981.1Smacallan
3991.1Smacallan# miscellaneous pseudo-devices
4001.1Smacallanpseudo-device	pty			# pseudo-terminals
4011.1Smacallan#options 	RND_COM			# use "com" randomness as well (BROKEN)
4021.1Smacallanpseudo-device	clockctl		# user control of clock subsystem
4031.1Smacallanpseudo-device	ksyms			# /dev/ksyms
4041.1Smacallan
4051.1Smacallan# wscons pseudo-devices
4061.1Smacallanpseudo-device	wsmux			# mouse & keyboard multiplexor
4071.1Smacallanpseudo-device	wsfont
4081.1Smacallan
4091.1Smacallan#options       FILEASSOC               # fileassoc(9) - required for Veriexec
4101.1Smacallan                                       # and PAX_SEGVGUARD
4111.1Smacallan
4121.1Smacallan# Veriexec
4131.1Smacallan#pseudo-device veriexec
4141.1Smacallan#
4151.1Smacallan# Uncomment the fingerprint methods below that are desired. Note that
4161.1Smacallan# removing fingerprint methods will have almost no impact on the kernel
4171.1Smacallan# code size.
4181.1Smacallan#
4191.1Smacallan#options VERIFIED_EXEC_FP_SHA256
4201.1Smacallan#options VERIFIED_EXEC_FP_SHA384
4211.1Smacallan#options VERIFIED_EXEC_FP_SHA512
4221.1Smacallan
4231.1Smacallan#options PAX_MPROTECT=0                        # PaX mprotect(2) restrictions
424