Home | History | Annotate | Line # | Download | only in conf
GENERIC_601 revision 1.16
      1  1.16     sevan # $NetBSD: GENERIC_601,v 1.16 2018/01/23 14:47:55 sevan Exp $
      2   1.1  macallan #
      3   1.1  macallan # GENERIC machine description file
      4   1.1  macallan # 
      5   1.1  macallan # This machine description file is used to generate the default NetBSD
      6   1.1  macallan # kernel.  The generic kernel does not include all options, subsystems
      7   1.1  macallan # and device drivers, but should be useful for most applications.
      8   1.1  macallan #
      9   1.1  macallan # The machine description file can be customised for your specific
     10   1.1  macallan # machine to reduce the kernel size and improve its performance.
     11   1.1  macallan #
     12   1.1  macallan # For further information on compiling NetBSD kernels, see the config(8)
     13   1.1  macallan # man page.
     14   1.1  macallan #
     15   1.1  macallan # For further information on hardware support for this architecture, see
     16   1.1  macallan # the intro(4) man page.  For further information about kernel options
     17   1.1  macallan # for this architecture, see the options(4) man page.  For an explanation
     18   1.1  macallan # of each device driver in this file see the section 4 man page for the
     19   1.1  macallan # device.
     20   1.1  macallan #
     21   1.1  macallan # For PPC 601, need "CPUFLAGS+= -mcpu=601"
     22   1.1  macallan #
     23   1.1  macallan # Openfirmware 1.0.5 require a kernel < 4M for netbooting
     24   1.1  macallan #
     25   1.1  macallan # this config more or less matches a Power Macintosh 7200 with a USB card
     26   1.1  macallan 
     27  1.15       mrg include 	"arch/macppc/conf/std.macppc.601"
     28   1.1  macallan 
     29   1.1  macallan options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     30   1.1  macallan 
     31  1.16     sevan ident 		"GENERIC-$Revision: 1.16 $"
     32   1.1  macallan 
     33   1.1  macallan maxusers	32
     34   1.1  macallan 
     35   1.1  macallan # Standard system options
     36   1.1  macallan options 	INSECURE	# disable kernel security levels
     37   1.1  macallan 
     38   1.1  macallan options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     39   1.1  macallan options 	NTP		# NTP phase/frequency locked loop
     40   1.1  macallan options 	KTRACE		# system call tracing via ktrace(1)
     41   1.1  macallan 
     42   1.1  macallan options 	SYSVMSG		# System V message queues
     43   1.1  macallan options 	SYSVSEM		# System V semaphores
     44   1.1  macallan options 	SYSVSHM		# System V shared memory
     45   1.1  macallan 
     46   1.1  macallan options 	MODULAR		# new style module(7) framework
     47   1.5   jnemeth options 	MODULAR_DEFAULT_AUTOLOAD
     48   1.1  macallan 
     49   1.1  macallan #options 	USERCONF	# userconf(4) support
     50   1.1  macallan #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     51   1.1  macallan options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     52   1.1  macallan 
     53  1.16     sevan # Alternate buffer queue strategies for better responsiveness under high
     54  1.16     sevan # disk I/O load.
     55   1.1  macallan #options 	BUFQ_READPRIO
     56   1.1  macallan #options 	BUFQ_PRIOCSCAN
     57   1.1  macallan 
     58   1.1  macallan # Diagnostic/debugging support options
     59   1.1  macallan #options 	DIAGNOSTIC	# cheap kernel consistency checks
     60   1.1  macallan #options 	DEBUG		# expensive debugging checks/support
     61   1.1  macallan options 	ZS_CONSOLE_ABORT# allow break to get into DDB on serial
     62   1.1  macallan options 	DDB		# in-kernel debugger
     63   1.1  macallan #options 	DDB_ONPANIC=0	# don't go into ddb on panic.
     64   1.1  macallan options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     65   1.1  macallan #options 	TRAP_PANICWAIT
     66   1.1  macallan options		DDB_COMMANDONENTER="bt"
     67   1.1  macallan 
     68   1.1  macallan #makeoptions 	DEBUG="-g"	# compile full symbol table
     69   1.1  macallan 
     70   1.1  macallan # Compatibility options
     71  1.15       mrg include 	"conf/compat_netbsd50.config"
     72  1.15       mrg 
     73   1.1  macallan #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     74   1.1  macallan #options 	COMPAT_LINUX	# Linux binary compatibility
     75   1.1  macallan 
     76   1.1  macallan # Wedge support
     77   1.1  macallan options         DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances
     78   1.1  macallan options         DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
     79  1.12       rin #options	DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
     80  1.12       rin #options	DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
     81   1.3  christos options		DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
     82  1.12       rin #options	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
     83   1.1  macallan 
     84   1.1  macallan # File systems
     85   1.1  macallan file-system 	FFS		# UFS
     86   1.1  macallan #file-system 	EXT2FS		# second extended file system (linux)
     87   1.1  macallan #file-system 	LFS		# log-structured file system
     88   1.1  macallan #file-system 	MFS		# memory file system
     89   1.1  macallan file-system 	NFS		# Network File System client
     90   1.1  macallan file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     91   1.1  macallan #file-system 	MSDOSFS		# MS-DOS file system
     92   1.1  macallan file-system 	FDESC		# /dev/fd
     93   1.1  macallan file-system 	KERNFS		# /kern
     94   1.1  macallan #file-system 	NULLFS		# loopback file system
     95   1.1  macallan #file-system 	OVERLAY		# overlay file system
     96   1.1  macallan #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     97   1.1  macallan file-system 	PROCFS		# /proc
     98   1.1  macallan #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     99   1.1  macallan #file-system 	UNION		# union file system
    100   1.1  macallan #file-system	SMBFS		# CIFS; also needs nsmb (below)
    101   1.1  macallan file-system	PTYFS		# /dev/pts/N support
    102   1.1  macallan file-system	TMPFS		# Efficient memory file-system
    103   1.1  macallan #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    104   1.1  macallan #file-system	HFS		# experimental - Apple HFS+ (read-only)
    105   1.1  macallan 
    106   1.1  macallan # File system options
    107   1.1  macallan #options 	QUOTA		# legacy UFS quotas
    108   1.1  macallan #options 	QUOTA2		# new, in-filesystem UFS quotas
    109   1.1  macallan #options 	FFS_EI		# FFS Endian Independent support
    110   1.1  macallan options 	WAPBL		# File system journaling support
    111   1.1  macallan #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    112   1.1  macallan #options 	NFSSERVER	# Network File System server
    113   1.1  macallan #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    114   1.1  macallan #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    115   1.1  macallan 				# immutable) behave as system flags.
    116   1.1  macallan #options 	APPLE_UFS	# Apple UFS support in FFS
    117   1.1  macallan 
    118   1.1  macallan options 	NFS_BOOT_DHCP	# Support DHCP NFS root
    119   1.1  macallan 
    120   1.1  macallan # Networking options
    121   1.1  macallan #options 	GATEWAY		# packet forwarding
    122   1.1  macallan options 	INET		# IP + ICMP + TCP + UDP
    123   1.1  macallan options 	INET6		# IPV6
    124   1.1  macallan #options 	IPSEC		# IP security
    125   1.1  macallan #options 	IPSEC_DEBUG	# debug for IP security
    126   1.1  macallan #options 	MROUTING	# IP multicast routing
    127   1.1  macallan #options 	PIM		# Protocol Independent Multicast
    128   1.1  macallan #options 	NETATALK	# AppleTalk networking protocols
    129   1.1  macallan #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    130   1.1  macallan #options 	PPP_DEFLATE	# Deflate compression support for PPP
    131   1.1  macallan #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    132   1.1  macallan #options 	IPFILTER_LOG	# ipmon(8) log support
    133   1.1  macallan #options 	IPFILTER_LOOKUP	# ippool(8) support
    134   1.1  macallan #options 	IPFILTER_COMPAT # Compat for IP-Filter
    135   1.1  macallan #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    136   1.1  macallan #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    137   1.1  macallan 
    138   1.1  macallan #options 	ALTQ		# Manipulate network interfaces' output queues
    139   1.1  macallan #options 	ALTQ_BLUE	# Stochastic Fair Blue
    140   1.1  macallan #options 	ALTQ_CBQ	# Class-Based Queueing
    141   1.1  macallan #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    142   1.1  macallan #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    143   1.1  macallan #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    144   1.1  macallan #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    145   1.1  macallan #options 	ALTQ_LOCALQ	# Local queueing discipline
    146   1.1  macallan #options 	ALTQ_PRIQ	# Priority Queueing
    147   1.1  macallan #options 	ALTQ_RED	# Random Early Detection
    148   1.1  macallan #options 	ALTQ_RIO	# RED with IN/OUT
    149   1.1  macallan #options 	ALTQ_WFQ	# Weighted Fair Queueing
    150   1.1  macallan 
    151   1.1  macallan # These options enable verbose messages for several subsystems.
    152   1.1  macallan # Warning, these may compile large string tables into the kernel!
    153   1.1  macallan options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    154   1.1  macallan options 	MIIVERBOSE	# verbose PHY autoconfig messages
    155   1.1  macallan #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    156   1.1  macallan options 	SCSIVERBOSE	# human readable SCSI error messages
    157   1.1  macallan options 	USBVERBOSE	# verbose USB device autoconfig messages
    158   1.1  macallan 
    159   1.1  macallan # wscons options
    160   1.1  macallan #options 	WSEMUL_SUN			# sun terminal emulation
    161   1.1  macallan options 	WSEMUL_VT100			# VT100 / VT220 emulation
    162   1.1  macallan options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    163   1.1  macallan options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    164   1.1  macallan options 	WSDISPLAY_COMPAT_USL		# VT handling
    165   1.1  macallan 
    166   1.1  macallan options 	WS_DEFAULT_FG=WSCOL_BLACK
    167   1.1  macallan options 	WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
    168   1.1  macallan options 	WS_KERNEL_FG=WSCOL_GREEN
    169   1.1  macallan options 	WS_KERNEL_BG=WSCOL_LIGHT_WHITE
    170   1.1  macallan 
    171   1.1  macallan #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    172   1.1  macallan options 	FONT_GALLANT12x22
    173   1.1  macallan options 	FONT_QVSS8x15		# a smaller font for lower resolutions
    174   1.1  macallan options         FONT_DROID_SANS_MONO12x22
    175   1.1  macallan #options         FONT_DROID_SANS_MONO8x16
    176   1.1  macallan 
    177   1.1  macallan # Optional Mac keyboard tweaks
    178   1.1  macallan 
    179   1.1  macallan # Tweak the keyboard driver to treat the caps lock key on an ADB
    180   1.1  macallan # keyboard as a control key; requires special remapping because of
    181   1.1  macallan # ADB's strange emulation of a mechanically-locked key.
    182   1.1  macallan #options 	CAPS_IS_CONTROL
    183   1.1  macallan 
    184   1.1  macallan # On Mac laptops, several function keys double as "hot keys"
    185   1.1  macallan # (brightness, volume, eject) when the Fn modifier is held down.  Mac
    186   1.1  macallan # OS X likes to reprogram the keyboard controller to send hot key
    187   1.1  macallan # events when Fn is not held down and send function key events when it
    188   1.1  macallan # is.  This option transforms the non-keyboard "button" events back
    189   1.1  macallan # into function key events.
    190   1.1  macallan # enabled by default since trying to control brightness with those causes
    191   1.1  macallan # trouble on pretty much all halfway recent Apple laptops
    192   1.1  macallan options 	FORCE_FUNCTION_KEYS
    193   1.1  macallan 
    194   1.1  macallan # Kernel root file system and dump configuration.
    195   1.1  macallan config		netbsd	root on ? type ?
    196   1.1  macallan 
    197   1.1  macallan #
    198   1.1  macallan # Device configuration
    199   1.1  macallan #
    200   1.1  macallan 
    201   1.1  macallan mainbus* at root
    202   1.1  macallan 
    203   1.1  macallan cpu*	at mainbus?
    204   1.1  macallan bandit*	at mainbus?
    205   1.1  macallan 
    206   1.1  macallan pci*	at bandit? bus ?
    207   1.1  macallan pci*	at ppb? bus ?
    208   1.1  macallan 
    209   1.1  macallan pchb*	at pci? dev ? function ?	# PCI-Host bridges
    210   1.1  macallan ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    211   1.1  macallan 
    212   1.1  macallan # PCI SCSI controllers
    213   1.1  macallan #ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
    214   1.1  macallan 
    215   1.1  macallan # Display devices
    216   1.1  macallan #
    217   1.8  macallan # The 7200's onboard video is unsupported by OF so we need either a
    218   1.1  macallan # graphics card that works as OF console or a serial console.
    219   1.1  macallan # The only cards known to work ( so far ) are PCI Voodoo3s flashed with the
    220   1.1  macallan # official Macintosh firmware from 3Dfx. The others should work but are
    221   1.1  macallan # untested with OF 1.0.5
    222   1.1  macallan 
    223   1.8  macallan # this will take over the console if output-device is set to 'screen' or
    224   1.8  macallan # 'platinum'. It will provide a NetBSD console, but still won't work with OF
    225   1.8  macallan platinumfb0 	at mainbus?
    226   1.8  macallan 
    227   1.1  macallan #gffb*		at pci?	function ?	# NVIDIA GeForce2 MX
    228   1.1  macallan #machfb*		at pci? function ?	# ATI Mach 64, Rage, Rage Pro
    229   1.1  macallan #r128fb*		at pci? function ?	# ATI Rage 128
    230   1.1  macallan voodoofb*	at pci? function ?	# 3Dfx Voodoo3 
    231   1.1  macallan 
    232   1.1  macallan # ATI Radeon. Still has problems on some hardware
    233   1.1  macallan #radeonfb*	at pci? function ?
    234   1.1  macallan 
    235   1.1  macallan # generic PCI framebuffer, should work with everything supported by OF
    236   1.1  macallan genfb*		at pci? function ?
    237   1.1  macallan 
    238   1.1  macallan # make sure the console display is always wsdisplay0
    239   1.1  macallan wsdisplay0	at wsemuldisplaydev? console 1
    240   1.1  macallan wsdisplay*	at wsemuldisplaydev?
    241   1.1  macallan 
    242   1.1  macallan #macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
    243   1.1  macallan 
    244   1.1  macallan obio*	at pci? dev ? function ?
    245   1.1  macallan 
    246   1.1  macallan mc*	at obio?			# MACE ethernet
    247   1.1  macallan esp*	at obio? flags 0x00ff		# 53c9x SCSI
    248   1.1  macallan # the 7200 has no mesh but other PMacs with 601 cards may
    249   1.1  macallan mesh*	at obio? flags 0xffff		# MESH SCSI
    250   1.1  macallan nvram*	at obio?			# nvram
    251   1.1  macallan 
    252   1.1  macallan # the new, improved ADB subsystem
    253   1.1  macallan 
    254   1.1  macallan cuda*	at obio?			# CUDA, for Old World PowerMacs
    255   1.1  macallan nadb*	at adb_bus?			# ADB bus enumerator, at cuda or pmu
    256   1.1  macallan adbkbd* at nadb?			# ADB keyboard
    257   1.1  macallan adbms*	at nadb?			# ADB mice and touchpads
    258   1.1  macallan 
    259   1.1  macallan wskbd*		at wskbddev? console ?
    260   1.1  macallan wsmouse*	at wsmousedev?
    261   1.1  macallan 
    262   1.1  macallan iic0	at cuda0		# CUDA's IIC bus
    263   1.1  macallan 
    264   1.1  macallan zsc*	at obio?
    265   1.1  macallan zstty*	at zsc? channel ?
    266   1.1  macallan 
    267   1.1  macallan # awacs is disabled because on most systems (7300 - 9600 PowerMacs,
    268   1.1  macallan # many kinds of G4s), very heavy load can cause the machine to lock
    269   1.1  macallan # up. ONLY enable this if your machine is never under heavy load, or
    270   1.1  macallan # you'd rather have audio than worry about occasional lockups.
    271   1.1  macallan awacs*	at obio?			# Apple audio device
    272   1.1  macallan 
    273   1.1  macallan # Cryptographic Devices
    274   1.1  macallan 
    275   1.1  macallan # PCI cryptographic devices
    276   1.1  macallan # (disabled, requires opencrypto framework which requires generic softints
    277   1.1  macallan #hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
    278   1.1  macallan #ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
    279   1.1  macallan 
    280   1.1  macallan 
    281   1.1  macallan scsibus* at scsi?
    282   1.1  macallan 
    283   1.1  macallan sd*	at scsibus? target ? lun ?	# SCSI disks
    284   1.1  macallan #st*	at scsibus? target ? lun ?	# SCSI tape drives
    285   1.1  macallan cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    286   1.1  macallan #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    287   1.1  macallan #ss*	at scsibus? target ? lun ?	# SCSI scanners
    288   1.1  macallan #uk*	at scsibus? target ? lun ?	# SCSI unknown
    289   1.1  macallan 
    290   1.1  macallan # PCI USB controllers
    291   1.1  macallan ohci*	at pci? dev ? function ?	# USB Open Host Controller
    292   1.1  macallan #ehci*	at pci? dev ? function ?	# USB Enhanced Host Controller
    293   1.1  macallan 
    294   1.1  macallan #usb*	at ehci?					# USB bus support
    295   1.1  macallan usb*	at ohci?					# USB bus support
    296   1.1  macallan uhub*	at usb?						# USB Hubs
    297   1.1  macallan uhub*	at uhub? port ?
    298   1.1  macallan 
    299   1.1  macallan uhidev*	at uhub? port ? configuration ? interface ?	# USB HID device
    300   1.1  macallan 
    301   1.1  macallan ums*	at uhidev? reportid ?				# USB Mice
    302   1.1  macallan ukbd*	at uhidev? reportid ?				# USB Keyboards
    303   1.1  macallan uhid*	at uhidev? reportid ?				# USB Generic HID
    304   1.1  macallan 
    305   1.1  macallan umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
    306   1.1  macallan ugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
    307   1.1  macallan 
    308   1.1  macallan # Audio Devices
    309   1.1  macallan 
    310   1.1  macallan # Audio support
    311   1.1  macallan audio*	at audiobus?
    312   1.1  macallan 
    313  1.11  christos spkr*	at audio?		# PC speaker (synthesized)
    314   1.9       nat 
    315   1.1  macallan #
    316   1.1  macallan # accept filters
    317   1.1  macallan #pseudo-device   accf_data		# "dataready" accept filter
    318   1.1  macallan #pseudo-device   accf_http		# "httpready" accept filter
    319   1.1  macallan 
    320   1.1  macallan #pseudo-device 	crypto			# /dev/crypto device
    321   1.1  macallan 					# (disabled, requires generic softints)
    322   1.1  macallan #pseudo-device	swcrypto		# software crypto implementation
    323   1.1  macallan pseudo-device	vnd			# disk-like interface to files
    324   1.1  macallan #options 	VND_COMPRESSION		# compressed vnd(4)
    325   1.1  macallan #pseudo-device	ccd			# concatenated/striped disk devices
    326   1.1  macallan #pseudo-device	cgd			# cryptographic disk devices
    327   1.1  macallan #pseudo-device	raid			# RAIDframe disk driver
    328   1.1  macallan #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    329   1.1  macallan # Options to enable various other RAIDframe RAID types.
    330   1.1  macallan # options 	RF_INCLUDE_EVENODD=1
    331   1.1  macallan # options 	RF_INCLUDE_RAID5_RS=1
    332   1.1  macallan # options 	RF_INCLUDE_PARITYLOGGING=1
    333   1.1  macallan # options 	RF_INCLUDE_CHAINDECLUSTER=1
    334   1.1  macallan # options 	RF_INCLUDE_INTERDECLUSTER=1
    335   1.1  macallan # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    336   1.1  macallan # options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    337   1.1  macallan pseudo-device	fss			# file system snapshot device
    338   1.1  macallan #pseudo-device	md			# memory disk device
    339   1.1  macallan pseudo-device	loop			# network loopback
    340   1.1  macallan #pseudo-device	bpfilter		# packet filter
    341   1.1  macallan #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    342   1.1  macallan #pseudo-device	ppp			# Point-to-Point Protocol
    343   1.1  macallan #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    344   1.1  macallan #pseudo-device	sl			# Serial Line IP
    345   1.1  macallan #pseudo-device	tun			# network tunneling over tty
    346   1.1  macallan pseudo-device	tap			# virtual Ethernet
    347   1.1  macallan #pseudo-device	gre			# generic L3 over IP tunnel
    348   1.1  macallan #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    349   1.1  macallan #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    350   1.1  macallan #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    351   1.1  macallan #pseudo-device	vlan			# IEEE 802.1q encapsulation
    352   1.1  macallan #pseudo-device	bridge			# simple inter-network bridging
    353   1.1  macallan #options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    354   1.1  macallan #pseudo-device	agr			# IEEE 802.3ad link aggregation
    355   1.1  macallan pseudo-device	pty			# pseudo-terminals
    356   1.1  macallan pseudo-device	openfirm		# /dev/openfirm
    357   1.1  macallan pseudo-device	wsmux			# mouse and keyboard multiplexer
    358   1.1  macallan #pseudo-device	swwdog			# software watchdog driver - swwdog(4)
    359   1.1  macallan pseudo-device	clockctl		# user control of clock subsystem
    360   1.1  macallan pseudo-device	ksyms			# /dev/ksyms
    361   1.1  macallan #pseudo-device	nsmb			# SMB requester
    362   1.1  macallan #pseudo-device	pf			# PF packet filter
    363   1.1  macallan #pseudo-device	pflog			# PF log if
    364   1.1  macallan #pseudo-device	putter			# for puffs and pud
    365   1.1  macallan 
    366   1.1  macallan # userland interface to drivers, including autoconf and properties retrieval
    367   1.1  macallan pseudo-device   drvctl
    368   1.1  macallan 
    369   1.1  macallan # Veriexec
    370   1.1  macallan #
    371   1.1  macallan # a pseudo device needed for veriexec
    372   1.1  macallan #pseudo-device	veriexec
    373   1.1  macallan #
    374   1.1  macallan # Uncomment the fingerprint methods below that are desired. Note that
    375   1.1  macallan # removing fingerprint methods will have almost no impact on the kernel
    376   1.1  macallan # code size.
    377   1.1  macallan #
    378   1.1  macallan #options VERIFIED_EXEC_FP_SHA256
    379   1.1  macallan #options VERIFIED_EXEC_FP_SHA384
    380   1.1  macallan #options VERIFIED_EXEC_FP_SHA512
    381   1.1  macallan 
    382   1.1  macallan #options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
    383