GENERIC revision 1.1
11.1Sphx# $NetBSD: GENERIC,v 1.1 2009/07/21 09:49:15 phx Exp $ 21.1Sphx# 31.1Sphx# GENERIC machine description file 41.1Sphx# 51.1Sphx# This machine description file is used to generate the default NetBSD 61.1Sphx# kernel. The generic kernel does not include all options, subsystems 71.1Sphx# and device drivers, but should be useful for most applications. 81.1Sphx# 91.1Sphx# The machine description file can be customised for your specific 101.1Sphx# machine to reduce the kernel size and improve its performance. 111.1Sphx# 121.1Sphx# For further information on compiling NetBSD kernels, see the config(8) 131.1Sphx# man page. 141.1Sphx# 151.1Sphx# For further information on hardware support for this architecture, see 161.1Sphx# the intro(4) man page. For further information about kernel options 171.1Sphx# for this architecture, see the options(4) man page. For an explanation 181.1Sphx# of each device driver in this file see the section 4 man page for the 191.1Sphx# device. 201.1Sphx 211.1Sphxinclude "arch/amigappc/conf/std.amigappc" 221.1Sphx 231.1Sphxoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.1Sphx 251.1Sphx#ident "GENERIC-$Revision: 1.1 $" 261.1Sphx 271.1Sphxmaxusers 8 281.1Sphx 291.1Sphx# 301.1Sphx# Mainboards to support (in addition to Amiga) 311.1Sphx# 321.1Sphxoptions BB060STUPIDROM # You need this, if you have a non-DraCo 331.1Sphx # MC68060 with an OS ROM up to (at least) 341.1Sphx # V40 (OS3.1) and want to boot with the 351.1Sphx # bootblock. 361.1Sphx # You do not need this if you have a DraCo, 371.1Sphx # have no 68060 or NEVER use the bootblock 381.1Sphxoptions P5PPC68KBOARD # Phase5 PPC/68K board support 391.1Sphx 401.1Sphx# 411.1Sphx# Standard system options 421.1Sphx# 431.1Sphxoptions INSECURE # disable kernel security levels 441.1Sphxoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 451.1Sphxoptions NTP # NTP phase/frequency locked loop 461.1Sphx 471.1Sphxoptions KTRACE # system call tracing support 481.1Sphxoptions SCSIVERBOSE # human readable SCSI error messages 491.1Sphxoptions USERCONF # userconf(4) support 501.1Sphx#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 511.1Sphx#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 521.1Sphx 531.1Sphx# Support for System V IPC facilities. 541.1Sphxoptions SYSVSHM # System V-like shared memory 551.1Sphxoptions SYSVMSG # System V-like messages 561.1Sphxoptions SYSVSEM # System V-like semaphores 571.1Sphxoptions P1003_1B_SEMAPHORE # p1003.1b semaphore support 581.1Sphx 591.1Sphx# Enable experimental buffer queue strategy for better responsiveness under 601.1Sphx# high disk I/O load. Use it with caution - it's not proven to be stable yet. 611.1Sphx#options BUFQ_READPRIO 621.1Sphx#options BUFQ_PRIOCSCAN 631.1Sphx 641.1Sphx# 651.1Sphx# Diagnostic/debugging support options 661.1Sphx# 671.1Sphxoptions DIAGNOSTIC # Extra kernel sanity checks 681.1Sphxoptions DEBUG # Enable misc. kernel debugging code 691.1Sphxoptions DEBUG_KERNEL_START 701.1Sphx#options KMEMSTATS # kernel memory statistics (vmstat -m) 711.1Sphxoptions DDB # in-kernel debugger 721.1Sphxoptions DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 731.1Sphxoptions DDB_HISTORY_SIZE=512 # Enable history editing in DDB 741.1Sphxoptions SCSIDEBUG # Add SCSI debugging statements 751.1Sphx#options SERCONSOLE # console via Amiga serial port 761.1Sphxmakeoptions DEBUG="-g" # compile full symbol table 771.1Sphx 781.1Sphx# 791.1Sphx# Compatibility option 801.1Sphx# 811.1Sphxoptions COMPAT_09 # NetBSD 0.9, 821.1Sphxoptions COMPAT_10 # NetBSD 1.0, 831.1Sphxoptions COMPAT_11 # NetBSD 1.1, 841.1Sphxoptions COMPAT_12 # NetBSD 1.2, 851.1Sphxoptions COMPAT_13 # NetBSD 1.3, 861.1Sphxoptions COMPAT_14 # NetBSD 1.4, 871.1Sphxoptions COMPAT_15 # NetBSD 1.5, 881.1Sphxoptions COMPAT_16 # NetBSD 1.6, 891.1Sphxoptions COMPAT_20 # NetBSD 2.0, 901.1Sphxoptions COMPAT_30 # NetBSD 3.0 compatibility. 911.1Sphxoptions COMPAT_40 # NetBSD 4.0 compatibility. 921.1Sphxoptions COMPAT_50 # NetBSD 5.0 compatibility. 931.1Sphxoptions COMPAT_43 # and 4.3BSD 941.1Sphxoptions COMPAT_386BSD_MBRPART # recognize old partition ID 951.1Sphx#options COMPAT_LINUX # Linux binary compatibility 961.1Sphx#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 971.1Sphxoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 981.1Sphx 991.1Sphx# 1001.1Sphx# File systems 1011.1Sphx# 1021.1Sphxfile-system FFS # UFS 1031.1Sphx#file-system EXT2FS # second extended file system (linux) 1041.1Sphx#file-system LFS # log-structured file system 1051.1Sphx#file-system MFS # memory file system 1061.1Sphx#file-system NFS # Network file System client 1071.1Sphx#file-system CD9660 # ISO 9660 + Rock Ridge file system 1081.1Sphx#file-system MSDOSFS # MS-DOS file system 1091.1Sphxfile-system ADOSFS # AmigaDOS file system 1101.1Sphxfile-system FDESC # /dev/fd 1111.1Sphxfile-system KERNFS # /kern 1121.1Sphx#file-system NULLFS # loopback file system 1131.1Sphx#file-system OVERLAY # overlay file system 1141.1Sphx#file-system PORTAL # portal file system (still experimental) 1151.1Sphxfile-system PROCFS # /proc 1161.1Sphx#file-system UMAPFS # NULLFS + uid and gid remapping 1171.1Sphx#file-system UNION # union file system 1181.1Sphxfile-system SMBFS # experimental - CIFS; also needs nsmb (below) 1191.1Sphxfile-system PTYFS # /dev/pts/N support 1201.1Sphxfile-system TMPFS # Efficient memory file-system 1211.1Sphx#file-system UDF # experimental - OSTA UDF CD/DVD file-system 1221.1Sphx 1231.1Sphx# File system options 1241.1Sphx#options FFS_EI # FFS Endian Independant support 1251.1Sphxoptions WAPBL # File system journaling support - Experimental 1261.1Sphx 1271.1Sphx#options QUOTA # User and group quotas in FFS 1281.1Sphx#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 1291.1Sphx#options NFSSERVER # Network File System server side code 1301.1Sphx#options FFS_NO_SNAPSHOT # No FFS snapshot support 1311.1Sphx 1321.1Sphx#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1331.1Sphx # immutable) behave as system flags. 1341.1Sphx 1351.1Sphx# 1361.1Sphx# Networking options 1371.1Sphx# 1381.1Sphxoptions INET # IP networking support (Required) 1391.1Sphxoptions INET6 # IPV6 1401.1Sphx#options IPSEC # IP security 1411.1Sphx#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1421.1Sphx#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 1431.1Sphx#options IPSEC_DEBUG # debug for IP security 1441.1Sphx#options GATEWAY # Packet forwarding 1451.1Sphx#options DIRECTED_BROADCAST # Broadcast across subnets 1461.1Sphx 1471.1Sphx#options MROUTING # Multicast routing 1481.1Sphx#options PIM # Protocol Independent Multicast 1491.1Sphx#options ISO,TPIP # OSI 1501.1Sphx#options EON # OSI tunneling over IP 1511.1Sphx#options NETATALK # AppleTalk networking protocols 1521.1Sphx#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1531.1Sphx 1541.1Sphxoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1551.1Sphxoptions PPP_DEFLATE # Deflate compression support for PPP 1561.1Sphxoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1571.1Sphxoptions PFIL_HOOKS # pfil(9) packet filter hooks 1581.1Sphxoptions IPFILTER_LOG # ipmon(8) log support 1591.1Sphxoptions IPFILTER_LOOKUP # ippool(8) support 1601.1Sphx#options IPFILTER_DEFAULT_BLOCK # block all packets by default 1611.1Sphx 1621.1Sphx#options ALTQ # Manipulate network interfaces' output queues 1631.1Sphx#options ALTQ_BLUE # Stochastic Fair Blue 1641.1Sphx#options ALTQ_CBQ # Class-Based Queueing 1651.1Sphx#options ALTQ_CDNR # Diffserv Traffic Conditioner 1661.1Sphx#options ALTQ_FIFOQ # First-In First-Out Queue 1671.1Sphx#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1681.1Sphx#options ALTQ_HFSC # Hierarchical Fair Service Curve 1691.1Sphx#options ALTQ_LOCALQ # Local queueing discipline 1701.1Sphx#options ALTQ_PRIQ # Priority Queueing 1711.1Sphx#options ALTQ_RED # Random Early Detection 1721.1Sphx#options ALTQ_RIO # RED with IN/OUT 1731.1Sphx#options ALTQ_WFQ # Weighted Fair Queueing 1741.1Sphx 1751.1Sphx# 1761.1Sphx# Amiga specific options 1771.1Sphx# 1781.1Sphx#options RETINACONSOLE # enable code to allow retina to be console 1791.1Sphx#options ULOWELLCONSOLE # enable code to allow a2410 to be console 1801.1Sphx#options CL5426CONSOLE # Cirrus console 1811.1Sphx#options CV64CONSOLE # CyberVision console 1821.1Sphx#options TSENGCONSOLE # Tseng console 1831.1Sphx#options CV3DCONSOLE # CyberVision 64/3D console 1841.1Sphx 1851.1Sphxoptions GRF_ECS # Enhanced Chip Set 1861.1Sphxoptions GRF_NTSC # NTSC 1871.1Sphxoptions GRF_PAL # PAL 1881.1Sphx#options GRF_A2024 # Support for the A2024 1891.1Sphx#options GRF_AGA # AGA Chip Set 1901.1Sphx#options GRF_AGA_VGA # AGA VGAONLY timing 1911.1Sphx#options GRF_SUPER72 # AGA Super-72 1921.1Sphx#options KFONT_8X11 # 8x11 font 1931.1Sphx 1941.1Sphx# select a font for the console according to the character set and keymap 1951.1Sphx# you want to use 1961.1Sphxoptions KFONT_CONS_ISO8859_1 1971.1Sphx#options KFONT_CONS_ISO8859_2 1981.1Sphx 1991.1Sphx# This is how you would tell the kernel the A2410 oscillator frequencies: 2001.1Sphx# The used frequencies are the defaults, and do not need option setting 2011.1Sphx#options ULOWELL_OSC1=36000000 2021.1Sphx#options ULOWELL_OSC2=66667000 2031.1Sphx 2041.1Sphx# This is how you specify the blitting speed, higher values may speed up blits 2051.1Sphx# a littel bit. If you raise this value too much some trash may appear. 2061.1Sphx# the commented version is the default. 2071.1Sphx#options RH_MEMCLK=61000000 2081.1Sphx# this option enables the 64 bit sprite which does not work 2091.1Sphx# for quite a few people. E.g. The cursor sprite will turn to a block 2101.1Sphx# when moved to the top of the screen in X. 2111.1Sphx#options RH_64BIT_SPRITE 2121.1Sphx# enables fast scroll code appears to now work on 040 systems. 2131.1Sphx#options RETINA_SPEED_HACK 2141.1Sphx# enables the Hardwarecursor which does not work on some systems. 2151.1Sphx#options RH_HARDWARECURSOR 2161.1Sphx 2171.1Sphx# 2181.1Sphx# Device configuration 2191.1Sphx# 2201.1Sphxmainbus0 at root 2211.1Sphxcpu0 at mainbus0 2221.1Sphxkbd0 at mainbus0 # Amiga keyboard 2231.1Sphxzbus0 at mainbus0 # ZorroII/III expansion bus 2241.1Sphxser0 at mainbus0 # Amiga onboard serial 2251.1Sphxpar0 at mainbus0 # Amiga onboard parallel 2261.1Sphxms* at mainbus0 # Amiga mice 2271.1Sphxfdc0 at mainbus0 # Amiga FDC 2281.1Sphxfd* at fdc0 unit ? # floppy disks on the later 2291.1Sphxa34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2301.1Sphx#aucc* at mainbus0 # Amiga CC audio 2311.1Sphx#audio* at aucc? 2321.1Sphx 2331.1Sphx# wscons aware interface to amiga custom chips. 2341.1Sphx# If you enable it enable also wskbd. 2351.1Sphx#amidisplaycc0 at mainbus0 # wscons interface to custom chips 2361.1Sphx#wsdisplay0 at amidisplaycc0 console ? 2371.1Sphx#options WSEMUL_VT100 2381.1Sphx#options FONT_VT220L8x10 2391.1Sphx#options FONT_VT220ISO8x16 2401.1Sphx# 2411.1Sphx# Keyboard device. Optionally can attach a wskbd. 2421.1Sphx# wskbd works together with a wsdisplay so enable them both if you will. 2431.1Sphx# Don't enable wskbd if you use ite. 2441.1Sphx# 2451.1Sphx# XXX in std.amiga: kbd0 at mainbus0 2461.1Sphx#wskbd0 at kbd0 console ? 2471.1Sphx#wsmouse* at ms? 2481.1Sphx 2491.1Sphx# 2501.1Sphx# Graphics devices 2511.1Sphx# 2521.1Sphxgrfcc0 at mainbus0 # custom chips 2531.1Sphx#grfrt0 at zbus0 # retina II 2541.1Sphx#grfrh0 at zbus0 # retina III 2551.1Sphx#grfcl* at zbus0 # Picasso II/Piccolo/Spectrum 2561.1Sphx#grful0 at zbus0 # A2410 2571.1Sphx#grfcv0 at zbus0 # CyberVision 64 2581.1Sphx#grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 2591.1Sphx#grfcv3d0 at zbus0 # CyberVision 64/3D 2601.1Sphx 2611.1Sphxgrf0 at grfcc0 2621.1Sphx#grf1 at grfrt0 2631.1Sphx#grf2 at grfrh0 2641.1Sphx#grf3 at grfcl? 2651.1Sphx#grf4 at grful0 2661.1Sphx#grf5 at grfcv0 2671.1Sphx#grf6 at grfet? 2681.1Sphx#grf7 at grfcv3d0 2691.1Sphxite0 at grf0 # terminal emulators for grfs 2701.1Sphx#ite1 at grf1 # terminal emulators for grfs 2711.1Sphx#ite2 at grf2 # terminal emulators for grfs 2721.1Sphx#ite3 at grf3 # terminal emulators for grfs 2731.1Sphx#ite4 at grf4 # terminal emulators for grfs 2741.1Sphx#ite5 at grf5 # terminal emulators for grfs 2751.1Sphx#ite6 at grf6 # terminal emulators for grfs 2761.1Sphx#ite7 at grf7 # terminal emulators for grfs 2771.1Sphx 2781.1Sphx# 2791.1Sphx# Zorro-II, Zorro-III devices (sans graphics) 2801.1Sphx# 2811.1Sphx#repulse* at zbus0 # ALiENDESiGN Repulse 2821.1Sphx#audio* at repulse? 2831.1Sphx 2841.1Sphx#toccata* at zbus0 # MacroSystem GmbH Toccata 2851.1Sphx#audio* at toccata? 2861.1Sphx 2871.1Sphx# Ethernet cards: 2881.1Sphx#le* at zbus0 # A2065, Ameristar, Ariadne 2891.1Sphx#ne* at zbus0 # AriadneII, X-surf 2901.1Sphx#ed* at zbus0 # Hydra, ASDG LanRover 2911.1Sphx#es* at zbus0 # CEI A4066 EthernetPLUS 2921.1Sphx#qn* at zbus0 # Quicknet 2931.1Sphx 2941.1Sphx# Arcnet 2951.1Sphx#bah* at zbus0 # C=/Ameristar A2060 / 560 2961.1Sphx 2971.1Sphx# Greater Valley Product Bus 2981.1Sphx#gvpbus* at zbus0 2991.1Sphx 3001.1Sphx# scsi stuff, all possible 3011.1Sphx#gtsc0 at gvpbus? # GVP series II scsi 3021.1Sphx#scsibus* at gtsc0 3031.1Sphxahsc0 at mainbus0 # A3000 scsi 3041.1Sphxscsibus* at ahsc0 3051.1Sphx#atzsc0 at zbus0 # A2091 scsi 3061.1Sphx#scsibus* at atzsc0 3071.1Sphx#wstsc0 at zbus0 # Wordsync II scsi 3081.1Sphx#scsibus* at wstsc0 3091.1Sphx#ivsc0 at zbus0 # IVS scsi 3101.1Sphx#scsibus* at ivsc0 3111.1Sphx#mlhsc0 at zbus0 # Hacker scsi 3121.1Sphx#scsibus* at mlhsc0 3131.1Sphx#otgsc0 at zbus0 # 12 gauge scsi 3141.1Sphx#scsibus* at otgsc0 3151.1Sphx#zssc0 at zbus0 # Zeus scsi 3161.1Sphx#scsibus* at zssc0 3171.1Sphx#mgnsc0 at zbus0 # Magnum scsi 3181.1Sphx#scsibus* at mgnsc0 3191.1Sphx#wesc0 at zbus0 # Warp Engine scsi 3201.1Sphx#scsibus* at wesc0 3211.1Sphx#afsc0 at zbus0 # A4091 scsi 3221.1Sphx#scsibus* at afsc0 3231.1Sphx#aftsc0 at mainbus0 # A4000T scsi 3241.1Sphx#scsibus* at aftsc0 3251.1Sphx#flsc0 at zbus0 # FastlaneZ3 scsi 3261.1Sphx#scsibus* at flsc0 3271.1Sphx#bzsc0 at zbus0 # Blizzard 1230 I,II scsi 3281.1Sphx#scsibus* at bzsc0 3291.1Sphx#bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 3301.1Sphx#scsibus* at bzivsc0 3311.1Sphx#bztzsc0 at zbus0 # Blizzard 2060 scsi 3321.1Sphx#scsibus* at bztzsc0 3331.1Sphx#cbsc0 at zbus0 # CyberSCSI I 3341.1Sphx#scsibus* at cbsc0 3351.1Sphx#cbiisc0 at zbus0 # CyberSCSI II 3361.1Sphx#scsibus* at cbiisc0 3371.1Sphx#cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 3381.1Sphx#scsibus* at cbiiisc0 3391.1Sphx#empsc0 at zbus0 # Emplant scsi 3401.1Sphx#scsibus* at empsc0 3411.1Sphx 3421.1Sphx#wdc0 at mainbus0 # A4000 & A1200 IDE bus 3431.1Sphx#wdc* at zbus0 # Buddha / Catweasel 3441.1Sphx 3451.1Sphx#atabus* at wdc? channel ? # ATA bus 3461.1Sphx#wd* at atabus? drive ? # + drives 3471.1Sphx#atapibus* at atabus? # ATAPI bus 3481.1Sphx#cd* at atapibus? drive ? # ATAPI CD-ROM drives 3491.1Sphx#sd* at atapibus? drive ? # ATAPI disk drives 3501.1Sphx 3511.1Sphx#pccard0 at mainbus0 3521.1Sphx#pcmcia* at pccard0 3531.1Sphx#com* at pcmcia? function ? # Modems and serial cards 3541.1Sphx#pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3551.1Sphx#aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3561.1Sphx#wdc* at pcmcia? function ? 3571.1Sphx#awi* at pcmcia? function ? # BayStack 650 (802.11FH) 3581.1Sphx#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3591.1Sphx#mbe* at pcmcia? function ? # MB8696x based Ethernet 3601.1Sphx#ne* at pcmcia? function ? # NE2000-compatible Ethernet 3611.1Sphx#sm* at pcmcia? function ? # Megahertz Ethernet 3621.1Sphx#mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 3631.1Sphx#com* at mhzc? 3641.1Sphx#sm* at mhzc? 3651.1Sphx 3661.1Sphx# each hard drive from low target to high 3671.1Sphx# will configure to the next available sd unit number 3681.1Sphxsd* at scsibus? target ? lun ? # scsi disks 3691.1Sphx#st* at scsibus? target ? lun ? # scsi tapes 3701.1Sphxcd* at scsibus? target ? lun ? # scsi cds 3711.1Sphx#ch* at scsibus? target ? lun ? # scsi autochangers 3721.1Sphx#ss* at scsibus? target ? lun ? # scsi scanner 3731.1Sphxuk* at scsibus? target ? lun ? # scsi unknown 3741.1Sphx 3751.1Sphx#msc0 at zbus0 # A2232 MSC multiport serial. 3761.1Sphx#mfc0 at zbus0 # MultiFaceCard I/O board 3771.1Sphx#mfcs0 at mfc0 unit 0 # MFC serial 3781.1Sphx#mfcs1 at mfc0 unit 1 # MFC serial 3791.1Sphx#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 3801.1Sphx#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 3811.1Sphx#mfcs2 at mfc1 unit 0 3821.1Sphx#mfcs3 at mfc1 unit 1 3831.1Sphx#mfcp1 at mfc1 unit 0 3841.1Sphx 3851.1Sphx#hyper* at zbus? # zbus HyperCom3/3+/4/4+ 3861.1Sphx#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 3871.1Sphx#com* at hyper? port ? # Hypercom3/4 serial ports 3881.1Sphx#lpt* at hyper? port ? # Hypercom3+/4+ parallel port 3891.1Sphx 3901.1Sphx#options IOBZCLOCK=22118400 # default, uncomment the next line 3911.1Sphx#options IOBZCLOCK=24000000 # if needed. 3921.1Sphx 3931.1Sphx#iobl* at zbus? # zbus IOBlix 3941.1Sphx#com* at iobl? port ? # IOBlix serial ports 3951.1Sphx#lpt* at iobl? port ? # IOBlix parallel ports 3961.1Sphx 3971.1Sphx 3981.1Sphx# 3991.1Sphx# accept filters 4001.1Sphxpseudo-device accf_data # "dataready" accept filter 4011.1Sphxpseudo-device accf_http # "httpready" accept filter 4021.1Sphx 4031.1Sphxpseudo-device loop # loopback network interface 4041.1Sphxpseudo-device sl # SLIP network interfaces 4051.1Sphxpseudo-device ppp # PPP network interfaces 4061.1Sphxpseudo-device pppoe # PPP over Ethernet (RFC 2516) 4071.1Sphxpseudo-device tun # network tunnel line discipline 4081.1Sphxpseudo-device tap # virtual Ethernet 4091.1Sphx#pseudo-device gre # generic L3 over IP tunnel 4101.1Sphxpseudo-device bpfilter # Berkeley packet filter 4111.1Sphx#pseudo-device carp # Common Address Redundancy Protocol 4121.1Sphxpseudo-device ipfilter # IP Filter package 4131.1Sphxpseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 4141.1Sphx#pseudo-device faith # IPv[46] tcp relay translation i/f 4151.1Sphxpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 4161.1Sphxpseudo-device vlan # IEEE 802.1q encapsulation 4171.1Sphxpseudo-device bridge # simple inter-network bridging 4181.1Sphx#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 4191.1Sphxpseudo-device agr # IEEE 802.3ad link aggregation 4201.1Sphx#pseudo-device pf # PF packet filter 4211.1Sphx#pseudo-device pflog # PF log if 4221.1Sphxpseudo-device fss 4 # file system snapshot device 4231.1Sphx 4241.1Sphxpseudo-device view 4 # views (needed for grfcc) 4251.1Sphxpseudo-device pty # pseudo-terminals 4261.1Sphxpseudo-device clockctl # user control of clock subsystem 4271.1Sphx 4281.1Sphx#pseudo-device wsfont # wsfont(4) dynamic font loading support 4291.1Sphx#pseudo-device wsmux # mouse & keyboard multiplexor 4301.1Sphx 4311.1Sphxpseudo-device vnd # vnode pseudo-disks 4321.1Sphx#options VND_COMPRESSION # compressed vnd(4) 4331.1Sphxpseudo-device ccd 4 # concatenated disk devices 4341.1Sphx#pseudo-device cgd 4 # cryptographic disk devices 4351.1Sphxpseudo-device raid 8 # RAIDframe disk driver 4361.1Sphxoptions RAID_AUTOCONFIG # auto-configuration of RAID components 4371.1Sphx# Options to enable various other RAIDframe RAID types. 4381.1Sphx# options RF_INCLUDE_EVENODD=1 4391.1Sphx# options RF_INCLUDE_RAID5_RS=1 4401.1Sphx# options RF_INCLUDE_PARITYLOGGING=1 4411.1Sphx# options RF_INCLUDE_CHAINDECLUSTER=1 4421.1Sphx# options RF_INCLUDE_INTERDECLUSTER=1 4431.1Sphx# options RF_INCLUDE_PARITY_DECLUSTERING=1 4441.1Sphx# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 4451.1Sphx 4461.1Sphxpseudo-device rnd # /dev/random and in-kernel generator 4471.1Sphx#options RND_COM # use "com" randomness as well (BROKEN) 4481.1Sphx 4491.1Sphxpseudo-device ksyms # /dev/ksyms (kernel symbols) 4501.1Sphxpseudo-device nsmb # experimental - SMB requester 4511.1Sphx 4521.1Sphx# Veriexec 4531.1Sphx# 4541.1Sphx# a pseudo device needed for veriexec 4551.1Sphx#pseudo-device veriexec 1 4561.1Sphx# 4571.1Sphx# Uncomment the fingerprint methods below that are desired. Note that 4581.1Sphx# removing fingerprint methods will have almost no impact on the kernel 4591.1Sphx# code size. 4601.1Sphx# 4611.1Sphx#options VERIFIED_EXEC_FP_RMD160 4621.1Sphx#options VERIFIED_EXEC_FP_SHA256 4631.1Sphx#options VERIFIED_EXEC_FP_SHA384 4641.1Sphx#options VERIFIED_EXEC_FP_SHA512 4651.1Sphx#options VERIFIED_EXEC_FP_SHA1 4661.1Sphx#options VERIFIED_EXEC_FP_MD5 4671.1Sphx 4681.1Sphx# Kernel root file system and dump configuration 4691.1Sphxconfig netbsd root on ? type ? 470