GENERIC revision 1.107
11.107Sphx# $NetBSD: GENERIC,v 1.107 2007/12/15 16:09:08 phx Exp $
21.1Sws#
31.47Sgmcgarry# GENERIC machine description file
41.47Sgmcgarry# 
51.47Sgmcgarry# This machine description file is used to generate the default NetBSD
61.47Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.47Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sws#
91.47Sgmcgarry# The machine description file can be customised for your specific
101.47Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.47Sgmcgarry#
121.47Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.47Sgmcgarry# man page.
141.47Sgmcgarry#
151.47Sgmcgarry# For further information on hardware support for this architecture, see
161.47Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.47Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.47Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.47Sgmcgarry# device.
201.1Sws
211.47Sgmcgarryinclude 	"arch/ofppc/conf/std.ofppc"
221.23Shubertf
231.52Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.52Satatat
251.107Sphx#ident 		"GENERIC-$Revision: 1.107 $"
261.1Sws
271.1Swsmaxusers	32
281.1Sws
291.100Sgarbledoptions		PIC_OPENPIC
301.100Sgarbledoptions		PIC_I8259
311.106Sgarbled#options		PIC_PREPIVR
321.100Sgarbled
331.1Sws# various hacks due to bugs in Openfirmware implementation
341.6Slukemoptions 	FIRMWORKSBUGS
351.1Sws
361.34Sthorpej# Standard system options
371.34Sthorpej#options 	INSECURE	# disable kernel security checks
381.34Sthorpej#options 	NTP		# NTP phase/frequency locked loop
391.34Sthorpejoptions 	KTRACE		# system call tracing via ktrace(1)
401.93Schristos#options 	SYSTRACE	# system call vetting via systrace(1)
411.34Sthorpej
421.34Sthorpejoptions 	SYSVMSG		# System V message queues
431.34Sthorpejoptions 	SYSVSEM		# System V semaphores
441.34Sthorpejoptions 	SYSVSHM		# System V shared memory
451.67Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
461.34Sthorpej
471.34Sthorpejoptions 	LKM		# loadable kernel modules
481.50Sjdolecek
491.55Slukemoptions 	USERCONF	# userconf(4) support
501.50Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
511.68Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
521.34Sthorpej
531.34Sthorpej# Diagnostic/debugging support options
541.85Schs#options 	DIAGNOSTIC	# cheap kernel consistency checks
551.45Slukem#options 	DEBUG		# expensive debugging checks/support
561.102Sgarbled#options	KMEMSTATS	# kernel memory statistics (vmstat -m)
571.34Sthorpejoptions 	DDB		# in-kernel debugger
581.34Sthorpejoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
591.102Sgarbledoptions		DDB_VERBOSE_HELP
601.34Sthorpejoptions 	TRAP_PANICWAIT
611.1Sws
621.54Schsmakeoptions	DEBUG="-g"	# compile full symbol table
631.5Sthorpej
641.34Sthorpej# Compatibility option
651.34Sthorpejoptions 	COMPAT_09	# NetBSD 0.9,
661.34Sthorpejoptions 	COMPAT_10	# NetBSD 1.0,
671.34Sthorpejoptions 	COMPAT_11	# NetBSD 1.1,
681.34Sthorpejoptions 	COMPAT_12	# NetBSD 1.2,
691.34Sthorpejoptions 	COMPAT_13	# NetBSD 1.3,
701.34Sthorpejoptions 	COMPAT_14	# NetBSD 1.4,
711.96Smanuoptions 	COMPAT_15	# NetBSD 1.5,
721.76Ssimonboptions 	COMPAT_16	# NetBSD 1.6,
731.76Ssimonboptions 	COMPAT_20	# NetBSD 2.0,
741.82Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
751.34Sthorpejoptions 	COMPAT_43	# and 4.3BSD
761.11Sdrochneroptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
771.45Slukem#options 	COMPAT_LINUX	# Linux binary compatibility
781.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
791.70Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
801.1Sws
811.34Sthorpej# File systems
821.34Sthorpejfile-system 	FFS		# UFS
831.34Sthorpejfile-system 	EXT2FS		# second extended file system (linux)
841.34Sthorpejfile-system 	LFS		# log-structured file system
851.34Sthorpejfile-system 	MFS		# memory file system
861.34Sthorpejfile-system 	NFS		# Network file System client
871.34Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
881.34Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
891.34Sthorpejfile-system 	FDESC		# /dev/fd
901.34Sthorpejfile-system 	KERNFS		# /kern
911.34Sthorpejfile-system 	NULLFS		# loopback file system
921.22Swrstudenfile-system 	OVERLAY		# overlay file system
931.34Sthorpejfile-system 	PORTAL		# portal file system (still experimental)
941.34Sthorpejfile-system 	PROCFS		# /proc
951.34Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
961.34Sthorpejfile-system 	UNION		# union file system
971.34Sthorpejfile-system 	NTFS		# Windows NT file system
981.83Schristosfile-system	PTYFS		# /dev/pts/N support
991.97Sjmmv#file-system	TMPFS		# Efficient memory file-system
1001.88Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1011.34Sthorpej
1021.34Sthorpej# File system options
1031.34Sthorpejoptions 	QUOTA		# UFS quotas
1041.34Sthorpejoptions 	FFS_EI		# FFS Endian Independent support
1051.34Sthorpejoptions 	SOFTDEP		# FFS soft updates support
1061.72Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1071.34Sthorpejoptions 	NFSSERVER	# Network File System server
1081.86Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1091.45Slukem#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
1101.45Slukem					# immutable) behave as system flags.
1111.34Sthorpej
1121.34Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1131.34Sthorpej
1141.34Sthorpej# Networking options
1151.34Sthorpej#options 	GATEWAY		# packet forwarding
1161.34Sthorpejoptions 	INET		# IP + ICMP + TCP + UDP
1171.21Sitojunoptions 	INET6		# IPV6
1181.21Sitojun#options 	IPSEC		# IP security
1191.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1201.78Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1211.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1221.45Slukem#options 	MROUTING	# IP multicast routing
1231.69Smanu#options 	PIM		# Protocol Independent Multicast
1241.34Sthorpej#options 	ISO,TPIP	# OSI
1251.34Sthorpej#options 	EON		# OSI tunneling over IP
1261.34Sthorpej#options 	NETATALK	# AppleTalk networking protocols
1271.34Sthorpejoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1281.34Sthorpejoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1291.34Sthorpejoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
1301.34Sthorpejoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1311.34Sthorpejoptions 	IPFILTER_LOG	# ipmon(8) log support
1321.95Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1331.57Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1341.6Slukemoptions 	NMBCLUSTERS=1024
1351.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1361.34Sthorpej
1371.66Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1381.66Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1391.66Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1401.66Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1411.66Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1421.66Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1431.66Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1441.66Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1451.66Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1461.66Sabs#options 	ALTQ_RED	# Random Early Detection
1471.66Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1481.66Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1491.66Sabs
1501.102Sgarbled# These options enable verbose messages for several subsystems.
1511.102Sgarbled# Warning, these may compile large string tables into the kernel!
1521.102Sgarbledoptions		MIIVERBOSE	# verbose PHY autoconfig messages
1531.102Sgarbledoptions		PCIVERBOSE	# verbose PCI device autoconfig messages
1541.102Sgarbled#options		PCI_CONFIG_DUMP	# verbosely dump PCI config space
1551.102Sgarbledoptions		SCSIVERBOSE	# human readable SCSI error messages
1561.102Sgarbledoptions		USBVERBOSE	# verbose USB device autoconfig messages
1571.102Sgarbled
1581.100Sgarbledoptions		WSEMUL_VT100
1591.100Sgarbledoptions		WS_DEFAULT_FG=WSCOL_BLACK
1601.100Sgarbledoptions		WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
1611.100Sgarbledoptions		WS_KERNEL_FG=WSCOL_GREEN
1621.100Sgarbledoptions		WS_KERNEL_BG=WSCOL_LIGHT_WHITE
1631.107Sphx#options		FONT_GALLANT12x22
1641.107Sphxoptions		FONT_BOLD8x16
1651.100Sgarbled
1661.34Sthorpej# Kernel root file system and dump configuration
1671.4Sthorpejconfig		netbsd	root on ? type ?
1681.1Sws
1691.34Sthorpej#
1701.34Sthorpej# Device configuration
1711.34Sthorpej#
1721.34Sthorpej
1731.34Sthorpejmainbus*	at root
1741.1Sws
1751.106Sgarbled# CPUs
1761.106Sgarbledcpu*		at mainbus?
1771.106Sgarbled
1781.100Sgarbled# Generic OpenFirmware console support
1791.104Sgarbledrtas*		at mainbus?
1801.40Smatt
1811.101Sgarbled# PCI root nodes
1821.100Sgarbledofwpci*		at mainbus?
1831.100Sgarbledpci*		at ofwpci? bus ?
1841.101Sgarbledpegasospci*	at mainbus?
1851.101Sgarbledpci*		at pegasospci? bus ?
1861.101Sgarbled
1871.106Sgarbled# PCI bridges
1881.100Sgarbledpchb*		at pci? dev ? function ?
1891.100Sgarbledppb*		at pci? dev ? function ?
1901.100Sgarbledpcib*		at pci? dev ? function ?
1911.106Sgarbled
1921.106Sgarbled# ISA bus support
1931.106Sgarbledisa*		at pcib?
1941.106Sgarbled
1951.106Sgarbled# Console Devices
1961.105Sgarbled#genfb*		at pci? dev ? function ?
1971.106Sgarbled#pckbc0		at isa?			# pc keyboard controller
1981.106Sgarbled#pckbd*		at pckbc?		# PC keyboard
1991.106Sgarbled#pms*		at pckbc?		# PS/2 mouse for wsmouse
2001.106Sgarbled#wscons stuff
2011.106Sgarbled#wskbd*		at pckbd? console ?
2021.106Sgarbled#wsmouse*	at pms? mux 0
2031.106Sgarbled# make sure the console display is always wsdisplay0 XXX Why?
2041.105Sgarbled#wsdisplay0      at wsemuldisplaydev? console 1
2051.105Sgarbled#wsdisplay*      at wsemuldisplaydev?
2061.1Sws
2071.106Sgarbledattimer0	at isa?			# AT Timer
2081.106Sgarbledpcppi0		at isa?			# PC prog. periph. interface
2091.106Sgarbled# FIX ISABEEP LATER
2101.106Sgarbled
2111.106Sgarbled# Serial Devices
2121.106Sgarbled# ISA serial interfaces
2131.106Sgarbledcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2141.106Sgarbledcom1	at isa? port 0x2f8 irq 3
2151.1Sws
2161.105Sgarbled# Parallel Printer Interfaces
2171.105Sgarbled# ISA parallel printer interfaces
2181.105Sgarbledlpt0		at isa? port 0x3bc irq 7	# standard PC parallel ports
2191.105Sgarbled
2201.106Sgarbled# SCSI Controllers and Devices
2211.106Sgarbledsiop*		at pci? dev ? function ?	# Symbios 53c8xx SCSI
2221.106Sgarbledesiop*		at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2231.106Sgarbled
2241.106Sgarbled# SCSI bus support
2251.106Sgarbledscsibus*	at siop?
2261.106Sgarbledscsibus*	at esiop?
2271.106Sgarbled
2281.106Sgarbled# SCSI devices
2291.106Sgarbledsd*		at scsibus? target ? lun ?	# SCSI disk drives
2301.106Sgarbledst*		at scsibus? target ? lun ?	# SCSI tape drives
2311.106Sgarbledcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2321.106Sgarbled#ch*		at scsibus? target ? lun ?	# SCSI autochangers
2331.106Sgarbled#ss*		at scsibus? target ? lun ?	# SCSI scanners
2341.106Sgarbled#uk*		at scsibus? target ? lun ?	# SCSI unknown
2351.106Sgarbled
2361.106Sgarbled# IDE and related devices
2371.106Sgarbled# PCI IDE controllers
2381.106Sgarbledpciide*		at pci? dev ? function ? flags 0x0000
2391.106Sgarbledviaide*		at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2401.106Sgarbled
2411.106Sgarbled# ATA (IDE) bus support
2421.106Sgarbledatabus*		at ata?
2431.106Sgarbled
2441.106Sgarbled# IDE drives
2451.106Sgarbled# Flags are used only with controllers that support DMA operations
2461.106Sgarbled# and mode settings (e.g. some pciide controllers)
2471.106Sgarbled# The lowest order four bits (rightmost digit) of the flags define the PIO
2481.106Sgarbled# mode to use, the next set of four bits the DMA mode and the third set the
2491.106Sgarbled# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2501.106Sgarbled# to use, and the last bit must be 1 for this setting to be used.
2511.106Sgarbled# For DMA and UDMA, 0xf (1111) means 'disable'.
2521.106Sgarbled# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2531.106Sgarbled# (0xc=1100, 0xa=1010, 0xf=1111)
2541.106Sgarbled# 0x0000 means "use whatever the drive claims to support".
2551.106Sgarbledwd*	at atabus? drive ? flags 0x0000
2561.106Sgarbled
2571.106Sgarbled# ATAPI bus support
2581.106Sgarbledatapibus*	at atapi?
2591.106Sgarbled
2601.106Sgarbled# ATAPI devices
2611.106Sgarbled# flags have the same meaning as for IDE drives.
2621.106Sgarbledcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2631.106Sgarbledsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2641.106Sgarbleduk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2651.106Sgarbled
2661.106Sgarbled# Network Interfaces
2671.106Sgarbledep*	at pci? dev ? function ?	# 3Com 3c59x
2681.106Sgarbledex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
2691.106Sgarbledfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
2701.106Sgarbledne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
2711.106Sgarbledpcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
2721.106Sgarbledrtk*	at pci? dev ? function ?	# Realtek 8129/8139
2731.106Sgarbledsip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
2741.106Sgarbledtlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
2751.106Sgarbledvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2761.106Sgarbled
2771.106Sgarbled# MII/PHY support
2781.106Sgarbledacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
2791.106Sgarbledamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
2801.106Sgarbledbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
2811.106Sgarbledbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
2821.106Sgarbledciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
2831.106Sgarbleddmphy*	at mii? phy ?			# Davicom DM9101 PHYs
2841.106Sgarbledexphy*	at mii? phy ?			# 3Com internal PHYs
2851.106Sgarbledgentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
2861.106Sgarbledglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
2871.106Sgarbledgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2881.106Sgarbledicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
2891.106Sgarbledigphy*	at mii? phy ?			# Intel IGP01E1000
2901.106Sgarbledikphy*	at mii? phy ?			# Intel 82563 PHYs
2911.106Sgarbledinphy*	at mii? phy ?			# Intel 82555 PHYs
2921.106Sgarblediophy*	at mii? phy ?			# Intel 82553 PHYs
2931.106Sgarbledlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
2941.106Sgarbledmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2951.106Sgarblednsphy*	at mii? phy ?			# NS83840 PHYs
2961.106Sgarblednsphyter* at mii? phy ? 		# NS83843 PHYs
2971.106Sgarbledpnaphy* at mii? phy ?			# generic HomePNA PHYs
2981.106Sgarbledqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2991.106Sgarbledrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
3001.106Sgarbledrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
3011.106Sgarbledsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3021.106Sgarbledtlphy*	at mii? phy ?			# ThunderLAN PHYs
3031.106Sgarbledtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3041.106Sgarbledukphy*	at mii? phy ?			# generic unknown PHYs
3051.106Sgarbledurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
3061.106Sgarbled
3071.1Sws
3081.90Scubepseudo-device	vnd			# disk-like interface to files
3091.79Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3101.34Sthorpejpseudo-device	ccd		4	# concatenated/striped disk devices
3111.59Selric#pseudo-device	cgd		4	# cryptographic disk devices
3121.99Stsutsui#pseudo-device	raid		8	# RAIDframe disk driver
3131.34Sthorpej#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3141.49Soster# Options to enable various other RAIDframe RAID types.
3151.49Soster# options	RF_INCLUDE_EVENODD=1
3161.49Soster# options	RF_INCLUDE_RAID5_RS=1
3171.49Soster# options	RF_INCLUDE_PARITYLOGGING=1
3181.49Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
3191.49Soster# options	RF_INCLUDE_INTERDECLUSTER=1
3201.49Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3211.49Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3221.73Shannkenpseudo-device	fss		4	# file system snapshot device
3231.34Sthorpejpseudo-device	md		1	# memory disk device
3241.34Sthorpejpseudo-device	loop			# network loopback
3251.89Srpaulopseudo-device	bpfilter		# packet filter
3261.92Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
3271.34Sthorpejpseudo-device	ipfilter		# IP Filter (firewall) and NAT
3281.90Scubepseudo-device	ppp			# Point-to-Point Protocol
3291.48Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3301.90Scubepseudo-device	sl			# Serial Line IP
3311.90Scubepseudo-device	tun			# network tunneling over tty
3321.71Scubepseudo-device	tap			# virtual Ethernet
3331.90Scube#pseudo-device	gre			# generic L3 over IP tunnel
3341.34Sthorpejpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3351.34Sthorpej#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3361.91Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3371.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3381.46Satatatpseudo-device	bridge			# simple inter-network bridging
3391.60Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3401.98Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
3411.32Sjdolecekpseudo-device	pty			# pseudo-terminals
3421.33Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
3431.53Slukempseudo-device	clockctl		# user control of clock subsystem
3441.54Schspseudo-device	openfirm		# /dev/openfirm
3451.62Sraggepseudo-device	ksyms			# /dev/ksyms
3461.107Sphxpseudo-device	wsmux			# mouse and keyboard multiplexor
3471.65Sitojun#pseudo-device	pf			# PF packet filter
3481.65Sitojun#pseudo-device	pflog			# PF log if
3491.54Schs
3501.54Schsoptions	FIREPOWER_ES			# Firepower ES
3511.54Schsoptions	FIREPOWER_MX			# Firepower MX
3521.54Schsoptions	FIREPOWER_LX			# Firepower LX
3531.87Selad
3541.87Selad# Veriexec
3551.87Selad#
3561.87Selad# a pseudo device needed for veriexec
3571.87Selad#pseudo-device	veriexec		1
3581.87Selad#
3591.87Selad# Uncomment the fingerprint methods below that are desired. Note that
3601.87Selad# removing fingerprint methods will have almost no impact on the kernel
3611.87Selad# code size.
3621.87Selad#
3631.87Selad#options VERIFIED_EXEC_FP_RMD160
3641.87Selad#options VERIFIED_EXEC_FP_SHA256
3651.87Selad#options VERIFIED_EXEC_FP_SHA384
3661.87Selad#options VERIFIED_EXEC_FP_SHA512
3671.87Selad#options VERIFIED_EXEC_FP_SHA1
3681.87Selad#options VERIFIED_EXEC_FP_MD5
369