INSTALL revision 1.92
11.91Srkujawa# $NetBSD: INSTALL,v 1.92 2011/08/04 17:48:51 rkujawa Exp $ 21.2Sis# 31.31Slukem# This file was automatically created. 41.31Slukem# Changes will be lost when make is run in this directory. 51.2Sis# 61.92Srkujawa# Created from: # NetBSD: GENERIC.in,v 1.81 2011/07/01 15:46:30 rkujawa Exp $ 71.31Slukem# 81.91Srkujawa## 91.31Slukem# GENERIC machine description file 101.31Slukem# 111.31Slukem# This machine description file is used to generate the default NetBSD 121.31Slukem# kernel. The generic kernel does not include all options, subsystems 131.31Slukem# and device drivers, but should be useful for most applications. 141.31Slukem# 151.31Slukem# The machine description file can be customised for your specific 161.31Slukem# machine to reduce the kernel size and improve its performance. 171.31Slukem# 181.31Slukem# For further information on compiling NetBSD kernels, see the config(8) 191.31Slukem# man page. 201.31Slukem# 211.31Slukem# For further information on hardware support for this architecture, see 221.31Slukem# the intro(4) man page. For further information about kernel options 231.31Slukem# for this architecture, see the options(4) man page. For an explanation 241.31Slukem# of each device driver in this file see the section 4 man page for the 251.31Slukem# device. 261.19Sjandberg 271.19Sjandberg 281.4Sisinclude "arch/amiga/conf/std.amiga" 291.2Sis 301.28Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 311.28Satatat 321.92Srkujawa#ident "GENERIC-$Revision: 1.92 $" 331.10Sis 341.10Sismakeoptions COPTS="-Os" 351.2Sis 361.2Sismaxusers 8 371.4Sisoptions RTC_OFFSET=0 381.2Sis 391.31Slukem# 401.31Slukem# mainboards to support (in addition to Amiga) 411.31Slukem# 421.4Sisoptions DRACO 431.4Sisoptions BB060STUPIDROM # You need this, if you have a non-DraCo 441.18Slukem # MC68060 with an OS ROM up to (at least) 451.4Sis # V40 (OS3.1) and want to boot with the 461.4Sis # bootblock. 471.4Sis # You do not need this if you have a DraCo, 481.4Sis # have no 68060 or NEVER use the bootblock 491.18Slukemoptions P5PPC68KBOARD # Phase5 PPC/68K board support 501.31Slukem# 511.31Slukem# processors this kernel should support 521.31Slukem# 531.4Sisoptions M68060 # support for 060 541.4Sisoptions M060SP # MC68060 software support (Required for 060) 551.4Sisoptions M68040 # support for 040 561.4Sisoptions FPSP # MC68040 floating point support 571.4Sisoptions M68030 # support for 030 581.4Sisoptions M68020 # support for 020/851 591.4Sisoptions FPU_EMULATE # FPU emulation 601.4Sis 611.31Slukem# 621.31Slukem# Networking options 631.31Slukem# 641.4Sisoptions INET # IP networking support (Required) 651.4Sisoptions INET6 # IPV6 661.4Sis#options IPSEC # IP security 671.4Sis#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 681.57Stron#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 691.4Sis#options IPSEC_DEBUG # debug for IP security 701.4Sis#options GATEWAY # Packet forwarding 711.4Sis#options DIRECTED_BROADCAST # Broadcast across subnets 721.4Sis 731.31Slukem 741.4Sisoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 751.4Sisoptions PPP_DEFLATE # Deflate compression support for PPP 761.4Sisoptions PPP_FILTER # Active filter support for PPP (requires bpf) 771.4Sisoptions PFIL_HOOKS # pfil(9) packet filter hooks 781.4Sisoptions IPFILTER_LOG # ipmon(8) log support 791.72Schristosoptions IPFILTER_LOOKUP # ippool(8) support 801.88Smrgoptions IPFILTER_COMPAT # Compat for IP-Filter 811.34Sprovos#options IPFILTER_DEFAULT_BLOCK # block all packets by default 821.4Sis 831.44Sabs#options ALTQ # Manipulate network interfaces' output queues 841.44Sabs#options ALTQ_BLUE # Stochastic Fair Blue 851.44Sabs#options ALTQ_CBQ # Class-Based Queueing 861.44Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 871.44Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 881.44Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 891.44Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 901.44Sabs#options ALTQ_LOCALQ # Local queueing discipline 911.44Sabs#options ALTQ_PRIQ # Priority Queueing 921.44Sabs#options ALTQ_RED # Random Early Detection 931.44Sabs#options ALTQ_RIO # RED with IN/OUT 941.44Sabs#options ALTQ_WFQ # Weighted Fair Queueing 951.44Sabs 961.31Slukem# Filesystems 971.4Sisfile-system FFS # Berkeley fast file system 981.4Sisfile-system EXT2FS # second extended file system (linux) 991.4Sis#file-system LFS # log-structured filesystem (experimental) 1001.4Sis 1011.31Slukem 1021.4Sisfile-system NFS # Network File System client side code 1031.4Sisfile-system ADOSFS # AmigaDOS file system 1041.4Sisfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 1051.4Sisfile-system MSDOSFS # MS-DOS filesystem 1061.4Sis 1071.4Sisfile-system KERNFS # kernel data-structure filesystem 1081.4Sis 1091.31Slukem 1101.31Slukem# Filesystem options 1111.9Sis 1121.90Swiz#options FFS_EI # FFS Endian Independent support 1131.81Ssimonboptions WAPBL # File system journaling support - Experimental 1141.9Sis 1151.31Slukem 1161.4Sis#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1171.4Sis # immutable) behave as system flags. 1181.4Sis 1191.31Slukem# 1201.31Slukem# Compatibility options for various existing systems 1211.31Slukem# 1221.31Slukem 1231.23Sis 1241.23Sisoptions EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 1251.24Sisoptions COMPAT_AOUT_M68K # actually make some system calls work. 1261.45Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 1271.4Sis 1281.31Slukem 1291.31Slukem# 1301.31Slukem# Support for various kernel options 1311.31Slukem# 1321.4Sis 1331.21Sjdolecek#options INSECURE # disable kernel security levels 1341.21Sjdolecekoptions SCSIVERBOSE # human readable SCSI error messages 1351.33Slukemoptions USERCONF # userconf(4) support 1361.32Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1371.46Sisoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1381.36Swiz 1391.36Swiz# Enable experimental buffer queue strategy for better responsiveness under 1401.36Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet. 1411.54Stsutsui#options BUFQ_READPRIO 1421.54Stsutsui#options BUFQ_PRIOCSCAN 1431.4Sis 1441.31Slukem# 1451.31Slukem# Misc. debugging options 1461.31Slukem# 1471.4Sisoptions DDB # Kernel debugger 1481.4Sis#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1491.62Schs#options DIAGNOSTIC # Extra kernel sanity checks 1501.4Sis#options DEBUG # Enable misc. kernel debugging code 1511.4Sis#options SYSCALL_DEBUG # debug all syscalls. 1521.4Sis#options SCSIDEBUG # Add SCSI debugging statements 1531.29Sthorpej#options PANICBUTTON # Forced crash via keypress (?) 1541.4Sis 1551.31Slukem# 1561.31Slukem# Amiga specific options 1571.31Slukem# 1581.4Sis#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 1591.4Sis # first bank of RAM. (default: unlimited) 1601.18Slukem#options NKPTADD=4 # set this for 4 additional KPT pages 1611.18Slukem#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 1621.4Sis # per 16 MB (1<<24 bytes) of RAM 1631.21Sjdolecek # uncomment and decrease this, or uncomment and 1641.18Slukem # increase NKPTADD if you get "out of PT pages" 1651.18Slukem # panics. 1661.4Sis 1671.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1681.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all. 1691.4Sis#options KBDRESET # sync on Ctrl-Amiga-Amiga 1701.4Sis 1711.31Slukem# These options improve performance with the built-in serial port 1721.31Slukem# on slower Amigas. Try the larger buffers first then lev6_defer. 1731.4Sis#options SERIBUF_SIZE=4096 1741.4Sis#options SEROBUF_SIZE=32 1751.4Sis#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1761.38Sis 1771.38Sis#options DEVRELOAD # implement /dev/reload 1781.38Sis# # currently only works for a.out kernels 1791.4Sis 1801.4Sisoptions RETINACONSOLE # enable code to allow retina to be console 1811.4Sisoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1821.4Sisoptions CL5426CONSOLE # Cirrus console 1831.4Sisoptions CV64CONSOLE # CyberVision console 1841.4Sisoptions TSENGCONSOLE # Tseng console 1851.4Sisoptions CV3DCONSOLE # CyberVision 64/3D console 1861.4Sis 1871.4Sisoptions GRF_ECS # Enhanced Chip Set 1881.4Sisoptions GRF_NTSC # NTSC 1891.4Sisoptions GRF_PAL # PAL 1901.4Sisoptions GRF_A2024 # Support for the A2024 1911.4Sisoptions GRF_AGA # AGA Chip Set 1921.4Sisoptions GRF_AGA_VGA # AGA VGAONLY timing 1931.4Sisoptions GRF_SUPER72 # AGA Super-72 1941.4Sis#options KFONT_8X11 # 8x11 font 1951.4Sis 1961.31Slukem# select a font for the console according to the character set and keymap 1971.31Slukem# you want to use 1981.27Sheinzoptions KFONT_CONS_ISO8859_1 1991.27Sheinz#options KFONT_CONS_ISO8859_2 2001.27Sheinz 2011.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies: 2021.31Slukem# The used frequencies are the defaults, and do not need option setting 2031.4Sis#options ULOWELL_OSC1=36000000 2041.4Sis#options ULOWELL_OSC2=66667000 2051.4Sis 2061.31Slukem# This is how you specify the blitting speed, higher values may speed up blits 2071.31Slukem# a littel bit. If you raise this value too much some trash may appear. 2081.31Slukem# the commented version is the default. 2091.4Sis#options RH_MEMCLK=61000000 2101.31Slukem# this option enables the 64 bit sprite which does not work 2111.31Slukem# for quite a few people. E.g. The cursor sprite will turn to a block 2121.31Slukem# when moved to the top of the screen in X. 2131.4Sis#options RH_64BIT_SPRITE 2141.31Slukem# enables fast scroll code appears to now work on 040 systems. 2151.4Sis#options RETINA_SPEED_HACK 2161.31Slukem# enables the Hardwarecursor which does not work on some systems. 2171.4Sis#options RH_HARDWARECURSOR 2181.2Sis 2191.31Slukem# wscons aware interface to amiga custom chips. 2201.31Slukem# If you enable it enable also wskbd. 2211.31Slukem# 2221.14Sis 2231.14Sis#amidisplaycc0 at mainbus0 # wscons interface to custom chips 2241.14Sis#wsdisplay0 at amidisplaycc0 console ? 2251.31Slukem#options WSEMUL_VT100 2261.31Slukem#options FONT_VT220L8x10 2271.43Sjandberg#options FONT_VT220ISO8x16 2281.14Sis 2291.2Sisgrfcc0 at mainbus0 # custom chips 2301.2Sisgrfrt0 at zbus0 # retina II 2311.2Sisgrfrh0 at zbus0 # retina III 2321.27Sheinzgrfcl* at zbus0 # Picasso II/Piccolo/Spectrum 2331.2Sisgrful0 at zbus0 # A2410 2341.4Sisgrfcv0 at zbus0 # CyberVision 64 2351.4Sisgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 2361.4Sisgrfcv3d0 at zbus0 # CyberVision 64/3D 2371.2Sis 2381.2Sisgrf0 at grfcc0 2391.2Sisgrf1 at grfrt0 2401.2Sisgrf2 at grfrh0 2411.2Sisgrf3 at grfcl? 2421.2Sisgrf4 at grful0 2431.2Sisgrf5 at grfcv0 2441.4Sisgrf6 at grfet? 2451.4Sisgrf7 at grfcv3d0 2461.4Sisite0 at grf0 # terminal emulators for grfs 2471.4Sisite1 at grf1 # terminal emulators for grfs 2481.4Sisite2 at grf2 # terminal emulators for grfs 2491.4Sisite3 at grf3 # terminal emulators for grfs 2501.4Sisite4 at grf4 # terminal emulators for grfs 2511.4Sisite5 at grf5 # terminal emulators for grfs 2521.4Sisite6 at grf6 # terminal emulators for grfs 2531.4Sisite7 at grf7 # terminal emulators for grfs 2541.2Sis 2551.2Sismsc0 at zbus0 # A2232 MSC multiport serial. 2561.2Sismfc0 at zbus0 # MultiFaceCard I/O board 2571.2Sismfcs0 at mfc0 unit 0 # MFC serial 2581.2Sismfcs1 at mfc0 unit 1 # MFC serial 2591.2Sis#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 2601.2Sis#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 2611.2Sis#mfcs2 at mfc1 unit 0 2621.2Sis#mfcs3 at mfc1 unit 1 2631.2Sis#mfcp1 at mfc1 unit 0 2641.2Sis 2651.4Sishyper* at zbus? # zbus HyperCom3/3+/4/4+ 2661.4Sis#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2671.4Siscom* at hyper? port ? # Hypercom3/4 serial ports 2681.4Sislpt* at hyper? port ? # Hypercom3+/4+ parallel port 2691.4Sis 2701.18Slukem#options IOBZCLOCK=22118400 # default, uncomment the next line 2711.18Slukem#options IOBZCLOCK=24000000 # if needed. 2721.14Sis 2731.14Sisiobl* at zbus? # zbus IOBlix 2741.14Siscom* at iobl? port ? # IOBlix serial ports 2751.14Sislpt* at iobl? port ? # IOBlix parallel ports 2761.14Sis 2771.31Slukem 2781.31Slukem# 2791.31Slukem# Keyboard device. Optionally can attach a wskbd. 2801.31Slukem# wskbd works together with a wsdisplay so enable them both if you will. 2811.31Slukem# Don't enable wskbd if you use ite. 2821.28Satatat# 2831.31Slukem# XXX in std.amiga: kbd0 at mainbus0 2841.31Slukem 2851.14Sis#wskbd0 at kbd0 console ? 2861.4Sis 2871.31Slukem 2881.31Slukem# 2891.31Slukem# Amiga Mainboard devices (sans graphics and keyboard) 2901.31Slukem# 2911.4Sis 2921.4Sisser0 at mainbus0 # Amiga onboard serial 2931.4Sispar0 at mainbus0 # Amiga onboard parallel 2941.4Sisms* at mainbus0 # Amiga mice 2951.4Sisfdc0 at mainbus0 # Amiga FDC 2961.4Sisfd* at fdc0 unit ? # floppy disks on the later 2971.4Sisa34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2981.4Sisa2kbbc0 at mainbus0 # A2000 battery backed clock 2991.41Sjandberg 3001.41Sjandberg 3011.41Sjandberg#wsmouse* at ms? 3021.4Sis 3031.31Slukem# 3041.31Slukem# DraCo Mainboard devices (sans keyboard) 3051.31Slukem# 3061.4Sis 3071.4Sisdrbbc0 at mainbus0 # DraCo battery backed clock 3081.4Sisdrsupio0 at mainbus0 # DraCo superio chip 3091.4Siscom* at drsupio? port ? # DraCo serial 3101.4Sislpt0 at drsupio? port ? # DraCo parallel 3111.4Sis 3121.31Slukem# 3131.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 3141.31Slukem# 3151.4Sis 3161.31Slukem 3171.31Slukem# Ethernet cards: 3181.4Sisle* at zbus0 # A2065, Ameristar, Ariadne 3191.12Sisne* at zbus0 # AriadneII, X-surf 3201.4Sised* at zbus0 # Hydra, ASDG LanRover 3211.4Sises* at zbus0 # CEI A4066 EthernetPLUS 3221.4Sisqn* at zbus0 # Quicknet 3231.4Sis 3241.31Slukem# Arcnet 3251.4Sisbah* at zbus0 # C=/Ameristar A2060 / 560 3261.2Sis 3271.31Slukem# Greater Valley Product Bus 3281.4Sisgvpbus* at zbus0 3291.2Sis 3301.31Slukem# scsi stuff, all possible 3311.2Sisgtsc0 at gvpbus? # GVP series II scsi 3321.4Sisscsibus* at gtsc0 3331.2Sisahsc0 at mainbus0 # A3000 scsi 3341.2Sisscsibus* at ahsc0 3351.4Sisatzsc0 at zbus0 # A2091 scsi 3361.2Sisscsibus* at atzsc0 3371.4Siswstsc0 at zbus0 # Wordsync II scsi 3381.2Sisscsibus* at wstsc0 3391.4Sisivsc0 at zbus0 # IVS scsi 3401.2Sisscsibus* at ivsc0 3411.4Sismlhsc0 at zbus0 # Hacker scsi 3421.2Sisscsibus* at mlhsc0 3431.4Sisotgsc0 at zbus0 # 12 gauge scsi 3441.2Sisscsibus* at otgsc0 3451.4Siszssc0 at zbus0 # Zeus scsi 3461.2Sisscsibus* at zssc0 3471.4Sismgnsc0 at zbus0 # Magnum scsi 3481.2Sisscsibus* at mgnsc0 3491.4Siswesc0 at zbus0 # Warp Engine scsi 3501.2Sisscsibus* at wesc0 3511.89Sphxbppcsc0 at zbus0 # BlizzardPPC 603e+ scsi 3521.89Sphxscsibus* at bppcsc0 3531.4Sisafsc0 at zbus0 # A4091 scsi 3541.2Sisscsibus* at afsc0 3551.4Sisaftsc0 at mainbus0 # A4000T scsi 3561.2Sisscsibus* at aftsc0 3571.4Sisflsc0 at zbus0 # FastlaneZ3 scsi 3581.2Sisscsibus* at flsc0 3591.18Slukembzsc0 at zbus0 # Blizzard 1230 I,II scsi 3601.2Sisscsibus* at bzsc0 3611.18Slukembzivsc0 at zbus0 # Blizzard 12x0 IV scsi 3621.4Sisscsibus* at bzivsc0 3631.4Sisbztzsc0 at zbus0 # Blizzard 2060 scsi 3641.4Sisscsibus* at bztzsc0 3651.4Siscbsc0 at zbus0 # CyberSCSI I 3661.4Sisscsibus* at cbsc0 3671.4Siscbiisc0 at zbus0 # CyberSCSI II 3681.4Sisscsibus* at cbiisc0 3691.4Siscbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 3701.4Sisscsibus* at cbiiisc0 3711.4Sisempsc0 at zbus0 # Emplant scsi 3721.4Sisscsibus* at empsc0 3731.4Sis 3741.13Siswdc0 at mainbus0 # A4000 & A1200 IDE bus 3751.78Siswdc* at zbus0 # Buddha / Catweasel 3761.78Sis 3771.42Sbouyeratabus* at wdc? channel ? # ATA bus 3781.42Sbouyerwd* at atabus? drive ? # + drives 3791.42Sbouyeratapibus* at atabus? # ATAPI bus 3801.13Siscd* at atapibus? drive ? # ATAPI CD-ROM drives 3811.13Sissd* at atapibus? drive ? # ATAPI disk drives 3821.13Sis 3831.13Sispccard0 at mainbus0 3841.13Sispcmcia* at pccard0 3851.13Siscom* at pcmcia? function ? # Modems and serial cards 3861.13Sispcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3871.13Sisaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3881.13Siswdc* at pcmcia? function ? 3891.13Sisawi* at pcmcia? function ? # BayStack 650 (802.11FH) 3901.13Sisep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3911.13Sismbe* at pcmcia? function ? # MB8696x based Ethernet 3921.13Sisne* at pcmcia? function ? # NE2000-compatible Ethernet 3931.13Sissm* at pcmcia? function ? # Megahertz Ethernet 3941.18Slukemmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 3951.13Siscom* at mhzc? 3961.13Sissm* at mhzc? 3971.2Sis 3981.31Slukem 3991.4Sisdrsc0 at mainbus0 # DraCo scsi 4001.4Sisscsibus* at drsc0 4011.4Sis 4021.31Slukem 4031.31Slukem# each hard drive from low target to high 4041.31Slukem# will configure to the next available sd unit number 4051.2Sissd* at scsibus? target ? lun ? # scsi disks 4061.2Sisst* at scsibus? target ? lun ? # scsi tapes 4071.4Siscd* at scsibus? target ? lun ? # scsi cds 4081.4Sisch* at scsibus? target ? lun ? # scsi autochangers 4091.2Sis 4101.92Srkujawa# PCI bus support 4111.92Srkujawaoptions PCIVERBOSE # verbose PCI device autoconfig messages 4121.92Srkujawa#options PCI_CONFIG_DUMP 4131.92Srkujawap5pb0 at zbus0 # Phase5 PCI bridge (CVPPC/BVPPC) 4141.92Srkujawapci* at p5pb0 4151.92Srkujawa 4161.91Srkujawa# Bluetooth Controller and Device support 4171.91Srkujawa# tested only with btuart on an A1200 4181.91Srkujawa 4191.91Srkujawa# Bluetooth PCMCIA Controllers 4201.91Srkujawabt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 4211.91Srkujawabtbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 4221.91Srkujawa 4231.91Srkujawa# Bluetooth Device Hub 4241.91Srkujawabthub* at bcsp? 4251.91Srkujawabthub* at bt3c? 4261.91Srkujawabthub* at btbc? 4271.91Srkujawabthub* at btuart? 4281.91Srkujawa 4291.91Srkujawa# Bluetooth HID support 4301.91Srkujawabthidev* at bthub? 4311.91Srkujawa 4321.91Srkujawa# Bluetooth Mouse 4331.91Srkujawabtms* at bthidev? reportid ? 4341.91Srkujawawsmouse* at btms? mux 0 4351.91Srkujawa 4361.91Srkujawa# Bluetooth Keyboard 4371.91Srkujawa#btkbd* at bthidev? reportid ? 4381.91Srkujawa#wskbd* at btkbd? console ? mux 1 4391.91Srkujawa 4401.91Srkujawa# Bluetooth Apple Magic Mouse 4411.91Srkujawabtmagic* at bthub? 4421.91Srkujawawsmouse* at btmagic? mux 0 4431.91Srkujawa 4441.91Srkujawa# Bluetooth Audio support 4451.91Srkujawa#btsco* at bthub? 4461.91Srkujawa 4471.82Stsutsui 4481.4Sispseudo-device loop # loopback network interface 4491.68Scubepseudo-device sl # SLIP network interfaces 4501.68Scubepseudo-device ppp # PPP network interfaces 4511.19Sjandbergpseudo-device pppoe # PPP over Ethernet (RFC 2516) 4521.68Scubepseudo-device tun # network tunnel line discipline 4531.47Scubepseudo-device tap # virtual Ethernet 4541.68Scube#pseudo-device gre # generic L3 over IP tunnel 4551.67Srpaulopseudo-device bpfilter # Berkeley packet filter 4561.70Stsutsui#pseudo-device carp # Common Address Redundancy Protocol 4571.4Sispseudo-device ipfilter # IP Filter package 4581.68Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 4591.68Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 4601.69Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 4611.12Sispseudo-device vlan # IEEE 802.1q encapsulation 4621.19Sjandbergpseudo-device bridge # simple inter-network bridging 4631.37Sperseant#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 4641.75Smartinpseudo-device agr # IEEE 802.3ad link aggregation 4651.44Sabs#pseudo-device pf # PF packet filter 4661.44Sabs#pseudo-device pflog # PF log if 4671.85Spooka#pseudo-device fss # file system snapshot device 4681.4Sis 4691.4Sispseudo-device view 4 # views (needed for grfcc) 4701.31Slukempseudo-device pty 2 # pseudo-terminals 4711.30Slukempseudo-device clockctl # user control of clock subsystem 4721.4Sis 4731.43Sjandberg#pseudo-device wsfont # wsfont(4) dynamic font loading support 4741.53Sjandberg#pseudo-device wsmux # mouse & keyboard multiplexor 4751.43Sjandberg 4761.68Scubepseudo-device vnd # vnode pseudo-disks 4771.58Shubertf#options VND_COMPRESSION # compressed vnd(4) 4781.4Sispseudo-device ccd 4 # concatenated disk devices 4791.35Selric#pseudo-device cgd 4 # cryptographic disk devices 4801.21Sjdolecekpseudo-device raid 8 # RAIDframe disk driver 4811.21Sjdolecekoptions RAID_AUTOCONFIG # auto-configuration of RAID components 4821.31Slukem# Options to enable various other RAIDframe RAID types. 4831.31Slukem# options RF_INCLUDE_EVENODD=1 4841.31Slukem# options RF_INCLUDE_RAID5_RS=1 4851.31Slukem# options RF_INCLUDE_PARITYLOGGING=1 4861.31Slukem# options RF_INCLUDE_CHAINDECLUSTER=1 4871.31Slukem# options RF_INCLUDE_INTERDECLUSTER=1 4881.31Slukem# options RF_INCLUDE_PARITY_DECLUSTERING=1 4891.31Slukem# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 4901.4Sis 4911.18Slukempseudo-device rnd # /dev/random and in-kernel generator 4921.18Slukem#options RND_COM # use "com" randomness as well (BROKEN) 4931.39Sis 4941.91Srkujawapseudo-device bcsp # BlueCore Serial Protocol 4951.91Srkujawapseudo-device btuart # Bluetooth HCI UART (H4) 4961.2Sis 4971.65Stsutsui# Veriexec 4981.65Stsutsui# 4991.65Stsutsui# a pseudo device needed for veriexec 5001.65Stsutsui#pseudo-device veriexec 1 5011.65Stsutsui# 5021.65Stsutsui# Uncomment the fingerprint methods below that are desired. Note that 5031.65Stsutsui# removing fingerprint methods will have almost no impact on the kernel 5041.65Stsutsui# code size. 5051.65Stsutsui# 5061.65Stsutsui#options VERIFIED_EXEC_FP_RMD160 5071.65Stsutsui#options VERIFIED_EXEC_FP_SHA256 5081.65Stsutsui#options VERIFIED_EXEC_FP_SHA384 5091.65Stsutsui#options VERIFIED_EXEC_FP_SHA512 5101.65Stsutsui#options VERIFIED_EXEC_FP_SHA1 5111.65Stsutsui#options VERIFIED_EXEC_FP_MD5 5121.65Stsutsui 5131.4Sisconfig netbsd root on ? type ? 514