INSTALL revision 1.135
11.135Srin# $NetBSD: INSTALL,v 1.135 2020/08/10 06:33:46 rin 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.135Srin# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin 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.135Srin#ident "GENERIC-$Revision: 1.135 $" 331.10Sis 341.135Srinmakeoptions COPTS="-Os -fno-omit-frame-pointer" 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_DEBUG # debug for IP security 681.4Sis#options GATEWAY # Packet forwarding 691.4Sis 701.31Slukem 711.4Sisoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 721.4Sisoptions PPP_DEFLATE # Deflate compression support for PPP 731.4Sisoptions PPP_FILTER # Active filter support for PPP (requires bpf) 741.4Sis 751.44Sabs#options ALTQ # Manipulate network interfaces' output queues 761.44Sabs#options ALTQ_BLUE # Stochastic Fair Blue 771.44Sabs#options ALTQ_CBQ # Class-Based Queueing 781.44Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 791.44Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 801.44Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 811.44Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 821.44Sabs#options ALTQ_LOCALQ # Local queueing discipline 831.44Sabs#options ALTQ_PRIQ # Priority Queueing 841.44Sabs#options ALTQ_RED # Random Early Detection 851.44Sabs#options ALTQ_RIO # RED with IN/OUT 861.44Sabs#options ALTQ_WFQ # Weighted Fair Queueing 871.44Sabs 881.31Slukem# Filesystems 891.4Sisfile-system FFS # Berkeley fast file system 901.4Sisfile-system EXT2FS # second extended file system (linux) 911.4Sis#file-system LFS # log-structured filesystem (experimental) 921.4Sis 931.31Slukem 941.4Sisfile-system NFS # Network File System client side code 951.4Sisfile-system ADOSFS # AmigaDOS file system 961.4Sisfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 971.4Sisfile-system MSDOSFS # MS-DOS filesystem 981.4Sis 991.4Sisfile-system KERNFS # kernel data-structure filesystem 1001.4Sis 1011.31Slukem 1021.31Slukem# Filesystem options 1031.9Sis 1041.90Swiz#options FFS_EI # FFS Endian Independent support 1051.99Sdhollandoptions WAPBL # File system journaling support 1061.9Sis 1071.31Slukem 1081.4Sis#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1091.4Sis # immutable) behave as system flags. 1101.4Sis 1111.31Slukem# 1121.31Slukem# Compatibility options for various existing systems 1131.31Slukem# 1141.31Slukem 1151.23Sis 1161.23Sisoptions EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 1171.24Sisoptions COMPAT_AOUT_M68K # actually make some system calls work. 1181.4Sis 1191.31Slukem 1201.31Slukem# 1211.31Slukem# Support for various kernel options 1221.31Slukem# 1231.4Sis 1241.21Sjdolecek#options INSECURE # disable kernel security levels 1251.21Sjdolecekoptions SCSIVERBOSE # human readable SCSI error messages 1261.33Slukemoptions USERCONF # userconf(4) support 1271.32Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1281.46Sisoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1291.36Swiz 1301.129Ssevan# Alternate buffer queue strategies for better responsiveness under high 1311.129Ssevan# disk I/O load. 1321.54Stsutsui#options BUFQ_READPRIO 1331.132Ssevanoptions BUFQ_PRIOCSCAN 1341.4Sis 1351.31Slukem# 1361.31Slukem# Misc. debugging options 1371.31Slukem# 1381.4Sisoptions DDB # Kernel debugger 1391.4Sis#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1401.62Schs#options DIAGNOSTIC # Extra kernel sanity checks 1411.4Sis#options DEBUG # Enable misc. kernel debugging code 1421.4Sis#options SYSCALL_DEBUG # debug all syscalls. 1431.4Sis#options SCSIDEBUG # Add SCSI debugging statements 1441.29Sthorpej#options PANICBUTTON # Forced crash via keypress (?) 1451.4Sis 1461.31Slukem# 1471.31Slukem# Amiga specific options 1481.31Slukem# 1491.4Sis#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 1501.4Sis # first bank of RAM. (default: unlimited) 1511.4Sis 1521.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1531.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all. 1541.4Sis#options KBDRESET # sync on Ctrl-Amiga-Amiga 1551.4Sis 1561.31Slukem# These options improve performance with the built-in serial port 1571.31Slukem# on slower Amigas. Try the larger buffers first then lev6_defer. 1581.4Sis#options SERIBUF_SIZE=4096 1591.4Sis#options SEROBUF_SIZE=32 1601.4Sis#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1611.38Sis 1621.38Sis#options DEVRELOAD # implement /dev/reload 1631.38Sis# # currently only works for a.out kernels 1641.4Sis 1651.4Sisoptions RETINACONSOLE # enable code to allow retina to be console 1661.4Sisoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1671.4Sisoptions CL5426CONSOLE # Cirrus console 1681.4Sisoptions CV64CONSOLE # CyberVision console 1691.4Sisoptions TSENGCONSOLE # Tseng console 1701.4Sisoptions CV3DCONSOLE # CyberVision 64/3D console 1711.4Sis 1721.4Sisoptions GRF_ECS # Enhanced Chip Set 1731.4Sisoptions GRF_NTSC # NTSC 1741.4Sisoptions GRF_PAL # PAL 1751.4Sisoptions GRF_A2024 # Support for the A2024 1761.4Sisoptions GRF_AGA # AGA Chip Set 1771.4Sisoptions GRF_AGA_VGA # AGA VGAONLY timing 1781.4Sisoptions GRF_SUPER72 # AGA Super-72 1791.4Sis#options KFONT_8X11 # 8x11 font 1801.4Sis 1811.31Slukem# select a font for the console according to the character set and keymap 1821.31Slukem# you want to use 1831.27Sheinzoptions KFONT_CONS_ISO8859_1 1841.27Sheinz#options KFONT_CONS_ISO8859_2 1851.27Sheinz 1861.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies: 1871.31Slukem# The used frequencies are the defaults, and do not need option setting 1881.4Sis#options ULOWELL_OSC1=36000000 1891.4Sis#options ULOWELL_OSC2=66667000 1901.4Sis 1911.31Slukem# This is how you specify the blitting speed, higher values may speed up blits 1921.31Slukem# a littel bit. If you raise this value too much some trash may appear. 1931.31Slukem# the commented version is the default. 1941.4Sis#options RH_MEMCLK=61000000 1951.31Slukem# this option enables the 64 bit sprite which does not work 1961.31Slukem# for quite a few people. E.g. The cursor sprite will turn to a block 1971.31Slukem# when moved to the top of the screen in X. 1981.4Sis#options RH_64BIT_SPRITE 1991.31Slukem# enables fast scroll code appears to now work on 040 systems. 2001.4Sis#options RETINA_SPEED_HACK 2011.31Slukem# enables the Hardwarecursor which does not work on some systems. 2021.4Sis#options RH_HARDWARECURSOR 2031.2Sis 2041.31Slukem# wscons aware interface to amiga custom chips. 2051.31Slukem# If you enable it enable also wskbd. 2061.31Slukem# 2071.14Sis#amidisplaycc0 at mainbus0 # wscons interface to custom chips 2081.14Sis#wsdisplay0 at amidisplaycc0 console ? 2091.31Slukem#options WSEMUL_VT100 2101.110Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 2111.31Slukem#options FONT_VT220L8x10 2121.43Sjandberg#options FONT_VT220ISO8x16 2131.14Sis 2141.113Srkujawa#z3rambd* at zbus0 # Zorro III RAM block devices 2151.113Srkujawa#altmem* at z3rambd? 2161.113Srkujawa 2171.101Srkujawap5bus0 at zbus0 # Phase5 CSPPC/BPPC internal bus 2181.101Srkujawa 2191.2Sisgrfcc0 at mainbus0 # custom chips 2201.2Sisgrfrt0 at zbus0 # retina II 2211.2Sisgrfrh0 at zbus0 # retina III 2221.27Sheinzgrfcl* at zbus0 # Picasso II/Piccolo/Spectrum 2231.2Sisgrful0 at zbus0 # A2410 2241.4Sisgrfcv0 at zbus0 # CyberVision 64 2251.4Sisgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 2261.4Sisgrfcv3d0 at zbus0 # CyberVision 64/3D 2271.2Sis 2281.2Sisgrf0 at grfcc0 2291.2Sisgrf1 at grfrt0 2301.2Sisgrf2 at grfrh0 2311.2Sisgrf3 at grfcl? 2321.2Sisgrf4 at grful0 2331.2Sisgrf5 at grfcv0 2341.4Sisgrf6 at grfet? 2351.4Sisgrf7 at grfcv3d0 2361.4Sisite0 at grf0 # terminal emulators for grfs 2371.4Sisite1 at grf1 # terminal emulators for grfs 2381.4Sisite2 at grf2 # terminal emulators for grfs 2391.4Sisite3 at grf3 # terminal emulators for grfs 2401.4Sisite4 at grf4 # terminal emulators for grfs 2411.4Sisite5 at grf5 # terminal emulators for grfs 2421.4Sisite6 at grf6 # terminal emulators for grfs 2431.4Sisite7 at grf7 # terminal emulators for grfs 2441.2Sis 2451.98Sphx#wsdisplay* at grf5 console ? # wsdisplay on top of grf (CV64) 2461.98Sphx#wsdisplay* at grf7 console ? # wsdisplay on top of grf (CV64/3D) 2471.98Sphx 2481.2Sismsc0 at zbus0 # A2232 MSC multiport serial. 2491.2Sismfc0 at zbus0 # MultiFaceCard I/O board 2501.2Sismfcs0 at mfc0 unit 0 # MFC serial 2511.2Sismfcs1 at mfc0 unit 1 # MFC serial 2521.2Sis#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 2531.2Sis#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 2541.2Sis#mfcs2 at mfc1 unit 0 2551.2Sis#mfcs3 at mfc1 unit 1 2561.2Sis#mfcp1 at mfc1 unit 0 2571.2Sis 2581.4Sishyper* at zbus? # zbus HyperCom3/3+/4/4+ 2591.4Sis#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2601.4Siscom* at hyper? port ? # Hypercom3/4 serial ports 2611.4Sislpt* at hyper? port ? # Hypercom3+/4+ parallel port 2621.4Sis 2631.18Slukem#options IOBZCLOCK=22118400 # default, uncomment the next line 2641.18Slukem#options IOBZCLOCK=24000000 # if needed. 2651.14Sis 2661.14Sisiobl* at zbus? # zbus IOBlix 2671.14Siscom* at iobl? port ? # IOBlix serial ports 2681.14Sislpt* at iobl? port ? # IOBlix parallel ports 2691.14Sis 2701.31Slukem 2711.31Slukem# 2721.31Slukem# Keyboard device. Optionally can attach a wskbd. 2731.31Slukem# wskbd works together with a wsdisplay so enable them both if you will. 2741.31Slukem# Don't enable wskbd if you use ite. 2751.28Satatat# 2761.31Slukem# XXX in std.amiga: kbd0 at mainbus0 2771.14Sis#wskbd0 at kbd0 console ? 2781.4Sis 2791.31Slukem 2801.31Slukem# 2811.31Slukem# Amiga Mainboard devices (sans graphics and keyboard) 2821.31Slukem# 2831.4Sis 2841.4Sisser0 at mainbus0 # Amiga onboard serial 2851.4Sispar0 at mainbus0 # Amiga onboard parallel 2861.4Sisms* at mainbus0 # Amiga mice 2871.4Sisfdc0 at mainbus0 # Amiga FDC 2881.4Sisfd* at fdc0 unit ? # floppy disks on the later 2891.4Sisa34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2901.4Sisa2kbbc0 at mainbus0 # A2000 battery backed clock 2911.41Sjandberg 2921.41Sjandberg#wsmouse* at ms? 2931.4Sis 2941.31Slukem# 2951.31Slukem# DraCo Mainboard devices (sans keyboard) 2961.31Slukem# 2971.4Sis 2981.4Sisdrbbc0 at mainbus0 # DraCo battery backed clock 2991.4Sisdrsupio0 at mainbus0 # DraCo superio chip 3001.4Siscom* at drsupio? port ? # DraCo serial 3011.4Sislpt0 at drsupio? port ? # DraCo parallel 3021.4Sis 3031.31Slukem# 3041.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 3051.31Slukem# 3061.4Sis 3071.31Slukem 3081.31Slukem# Ethernet cards: 3091.4Sisle* at zbus0 # A2065, Ameristar, Ariadne 3101.108Srkujawane* at zbus0 # AriadneII 3111.4Sised* at zbus0 # Hydra, ASDG LanRover 3121.4Sises* at zbus0 # CEI A4066 EthernetPLUS 3131.4Sisqn* at zbus0 # Quicknet 3141.4Sis 3151.122Sskrllxsh* at zbus0 # X-Surf 100 3161.122Sskrllne* at xshbus? # NE2000 chip on X-Surf 100 3171.122Sskrll 3181.108Srkujawaxsurf* at zbus0 # X-Surf 3191.108Srkujawane* at xsurfbus? # NE2000 chip on X-Surf 3201.108Srkujawagencp* at xsurfbus? # clockports on X-Surf 3211.112Srkujawawdc* at xsurfbus? # IDE on X-Surf 3221.124Stsutsui 3231.108Srkujawaclockport* at gencp? 3241.108Srkujawa 3251.31Slukem# Arcnet 3261.4Sisbah* at zbus0 # C=/Ameristar A2060 / 560 3271.2Sis 3281.31Slukem# Greater Valley Product Bus 3291.4Sisgvpbus* at zbus0 3301.2Sis 3311.31Slukem# scsi stuff, all possible 3321.2Sisgtsc0 at gvpbus? # GVP series II scsi 3331.4Sisscsibus* at gtsc0 3341.2Sisahsc0 at mainbus0 # A3000 scsi 3351.2Sisscsibus* at ahsc0 3361.4Sisatzsc0 at zbus0 # A2091 scsi 3371.2Sisscsibus* at atzsc0 3381.4Siswstsc0 at zbus0 # Wordsync II scsi 3391.2Sisscsibus* at wstsc0 3401.4Sisivsc0 at zbus0 # IVS scsi 3411.2Sisscsibus* at ivsc0 3421.4Sismlhsc0 at zbus0 # Hacker scsi 3431.2Sisscsibus* at mlhsc0 3441.4Sisotgsc0 at zbus0 # 12 gauge scsi 3451.2Sisscsibus* at otgsc0 3461.4Siszssc0 at zbus0 # Zeus scsi 3471.2Sisscsibus* at zssc0 3481.4Sismgnsc0 at zbus0 # Magnum scsi 3491.2Sisscsibus* at mgnsc0 3501.4Siswesc0 at zbus0 # Warp Engine scsi 3511.2Sisscsibus* at wesc0 3521.101Srkujawabppcsc0 at p5bus0 # BlizzardPPC 603e+ scsi 3531.89Sphxscsibus* at bppcsc0 3541.4Sisafsc0 at zbus0 # A4091 scsi 3551.2Sisscsibus* at afsc0 3561.4Sisaftsc0 at mainbus0 # A4000T scsi 3571.2Sisscsibus* at aftsc0 3581.4Sisflsc0 at zbus0 # FastlaneZ3 scsi 3591.2Sisscsibus* at flsc0 3601.18Slukembzsc0 at zbus0 # Blizzard 1230 I,II scsi 3611.2Sisscsibus* at bzsc0 3621.18Slukembzivsc0 at zbus0 # Blizzard 12x0 IV scsi 3631.4Sisscsibus* at bzivsc0 3641.4Sisbztzsc0 at zbus0 # Blizzard 2060 scsi 3651.4Sisscsibus* at bztzsc0 3661.4Siscbsc0 at zbus0 # CyberSCSI I 3671.4Sisscsibus* at cbsc0 3681.4Siscbiisc0 at zbus0 # CyberSCSI II 3691.4Sisscsibus* at cbiisc0 3701.101Srkujawacbiiisc0 at p5bus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 3711.4Sisscsibus* at cbiiisc0 3721.4Sisempsc0 at zbus0 # Emplant scsi 3731.4Sisscsibus* at empsc0 3741.4Sis 3751.124Stsutsuiacafh0 at mainbus0 # Individual Computers ACA500 3761.124Stsutsuiwdc* at acafhbus? # CF slots on ACA500 3771.124Stsutsuigencp* at acafhbus? # clockport on ACA500 3781.124Stsutsui 3791.13Siswdc0 at mainbus0 # A4000 & A1200 IDE bus 3801.78Siswdc* at zbus0 # Buddha / Catweasel 3811.104Srkujawa#efa0 at mainbus0 # ELBOX FastATA 1200 Mk-III/Mk-IV 3821.78Sis 3831.42Sbouyeratabus* at wdc? channel ? # ATA bus 3841.105Srkujawa#atabus* at efa? channel ? # ATA bus 3851.115Srkujawaatabus* at ata? channel ? # ATA bus 3861.42Sbouyerwd* at atabus? drive ? # + drives 3871.42Sbouyeratapibus* at atabus? # ATAPI bus 3881.13Siscd* at atapibus? drive ? # ATAPI CD-ROM drives 3891.13Sissd* at atapibus? drive ? # ATAPI disk drives 3901.13Sis 3911.13Sispccard0 at mainbus0 3921.13Sispcmcia* at pccard0 3931.116Sphxcom* at pcmcia? function ? # Modems and serial cards 3941.116Sphxpcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3951.116Sphxaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3961.13Siswdc* at pcmcia? function ? 3971.116Sphxawi* at pcmcia? function ? # BayStack 650 (802.11FH) 3981.116Sphxep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3991.116Sphxmbe* at pcmcia? function ? # MB8696x based Ethernet 4001.116Sphxne* at pcmcia? function ? # NE2000-compatible Ethernet 4011.116Sphxsm* at pcmcia? function ? # Megahertz Ethernet 4021.18Slukemmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 4031.13Siscom* at mhzc? 4041.13Sissm* at mhzc? 4051.2Sis 4061.116Sphxnsphyter* at mii? phy ? # NS83843 PHYs 4071.116Sphxukphy* at mii? phy ? # generic unknown PHYs 4081.31Slukem 4091.4Sisdrsc0 at mainbus0 # DraCo scsi 4101.4Sisscsibus* at drsc0 4111.4Sis 4121.31Slukem 4131.31Slukem# each hard drive from low target to high 4141.31Slukem# will configure to the next available sd unit number 4151.2Sissd* at scsibus? target ? lun ? # scsi disks 4161.2Sisst* at scsibus? target ? lun ? # scsi tapes 4171.4Siscd* at scsibus? target ? lun ? # scsi cds 4181.4Sisch* at scsibus? target ? lun ? # scsi autochangers 4191.2Sis 4201.92Srkujawa# PCI bus support 4211.92Srkujawaoptions PCIVERBOSE # verbose PCI device autoconfig messages 4221.92Srkujawa#options PCI_CONFIG_DUMP 4231.109Srkujawaoptions PCI_NETBSD_CONFIGURE # supported by mppb(4), p5pb(4), empb(4) 4241.94Srkujawa 4251.101Srkujawap5pb0 at p5bus0 # Phase5 PCI bridge (CVPPC/BVPPC/G-REX) 4261.101Srkujawap5membar* at zbus0 # Phase5 PCI bridge autoconfiguring BARs 4271.101Srkujawa#options P5PB_DEBUG # enable excessive debug for p5pb 4281.106Srkujawa#options P5PB_CONSOLE # console on CVPPC/BVPPC/Voodoo3 4291.92Srkujawapci* at p5pb0 4301.101Srkujawa 4311.101Srkujawamppb* at zbus0 # Matay Prometheus Zorro-PCI bridge 4321.93Srkujawapci* at mppb? 4331.93Srkujawa 4341.109Srkujawaempb0 at zbus0 # ELBOX Mediator PCI 1200 4351.115Srkujawaem4k0 at zbus0 # ELBOX Mediator PCI 4000 4361.109Srkujawaemmem0 at zbus0 # ELBOX Mediator PCI memory space 4371.114Srkujawaempm0 at empb0 # ELBOX Mediator PCI Power Management 4381.109Srkujawapci* at empb0 4391.115Srkujawapci* at em4k0 4401.109Srkujawa 4411.102Srkujawa#cv3dpb* at zbus0 # CyberVision 64/3D PCI bridge 4421.102Srkujawa 4431.101Srkujawa#genfb* at pci? # generic fb, CVPPC/BVPPC only 4441.106Srkujawa#voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX 4451.106Srkujawa#radeonfb* at pci? # untested 4461.106Srkujawa 4471.101Srkujawane* at pci? # NE2000 Ethernet 4481.109Srkujawasatalink* at pci? dev ? function ? flags 0x0002 # SiI SATALink 3112 4491.92Srkujawa 4501.91Srkujawa# Bluetooth Controller and Device support 4511.91Srkujawa# tested only with btuart on an A1200 4521.91Srkujawa 4531.91Srkujawa# Bluetooth PCMCIA Controllers 4541.91Srkujawabt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 4551.91Srkujawabtbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 4561.91Srkujawa 4571.91Srkujawa# Bluetooth Device Hub 4581.91Srkujawabthub* at bcsp? 4591.91Srkujawabthub* at bt3c? 4601.91Srkujawabthub* at btbc? 4611.91Srkujawabthub* at btuart? 4621.91Srkujawa 4631.91Srkujawa# Bluetooth HID support 4641.91Srkujawabthidev* at bthub? 4651.91Srkujawa 4661.91Srkujawa# Bluetooth Mouse 4671.111Srkujawa#btms* at bthidev? reportid ? 4681.111Srkujawa#wsmouse* at btms? mux 0 4691.91Srkujawa 4701.91Srkujawa# Bluetooth Keyboard 4711.91Srkujawa#btkbd* at bthidev? reportid ? 4721.91Srkujawa#wskbd* at btkbd? console ? mux 1 4731.91Srkujawa 4741.91Srkujawa# Bluetooth Apple Magic Mouse 4751.111Srkujawa#btmagic* at bthub? 4761.111Srkujawa#wsmouse* at btmagic? mux 0 4771.91Srkujawa 4781.91Srkujawa# Bluetooth Audio support 4791.91Srkujawa#btsco* at bthub? 4801.91Srkujawa 4811.122Sskrll# USB 4821.122Sskrllslhci* at zbus? # Thylacine 4831.122Sskrllusb* at slhci? 4841.122Sskrll 4851.122Sskrlluhub* at usb? 4861.122Sskrlluhub* at uhub? port ? 4871.122Sskrll 4881.122Sskrlluhidev* at uhub? port ? configuration ? interface ? 4891.122Sskrlluhid* at uhidev? reportid ? 4901.122Sskrll 4911.82Stsutsui 4921.4Sispseudo-device loop # loopback network interface 4931.68Scubepseudo-device sl # SLIP network interfaces 4941.68Scubepseudo-device ppp # PPP network interfaces 4951.19Sjandbergpseudo-device pppoe # PPP over Ethernet (RFC 2516) 4961.68Scubepseudo-device tun # network tunnel line discipline 4971.47Scubepseudo-device tap # virtual Ethernet 4981.68Scube#pseudo-device gre # generic L3 over IP tunnel 4991.67Srpaulopseudo-device bpfilter # Berkeley packet filter 5001.132Ssevanpseudo-device carp # Common Address Redundancy Protocol 5011.131Smaxvpseudo-device npf # NPF packet filter 5021.68Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 5031.68Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 5041.69Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 5051.12Sispseudo-device vlan # IEEE 802.1q encapsulation 5061.19Sjandbergpseudo-device bridge # simple inter-network bridging 5071.75Smartinpseudo-device agr # IEEE 802.3ad link aggregation 5081.85Spooka#pseudo-device fss # file system snapshot device 5091.100Smlelstv#pseudo-device putter # for puffs and pud 5101.4Sis 5111.4Sispseudo-device view 4 # views (needed for grfcc) 5121.118Schristospseudo-device pty # pseudo-terminals 5131.30Slukempseudo-device clockctl # user control of clock subsystem 5141.4Sis 5151.43Sjandberg#pseudo-device wsfont # wsfont(4) dynamic font loading support 5161.53Sjandberg#pseudo-device wsmux # mouse & keyboard multiplexor 5171.43Sjandberg 5181.68Scubepseudo-device vnd # vnode pseudo-disks 5191.58Shubertf#options VND_COMPRESSION # compressed vnd(4) 5201.118Schristospseudo-device ccd # concatenated disk devices 5211.118Schristos#pseudo-device cgd # cryptographic disk devices 5221.119Schristospseudo-device raid # RAIDframe disk driver 5231.21Sjdolecekoptions RAID_AUTOCONFIG # auto-configuration of RAID components 5241.31Slukem# Options to enable various other RAIDframe RAID types. 5251.31Slukem# options RF_INCLUDE_EVENODD=1 5261.31Slukem# options RF_INCLUDE_RAID5_RS=1 5271.31Slukem# options RF_INCLUDE_PARITYLOGGING=1 5281.31Slukem# options RF_INCLUDE_CHAINDECLUSTER=1 5291.31Slukem# options RF_INCLUDE_INTERDECLUSTER=1 5301.31Slukem# options RF_INCLUDE_PARITY_DECLUSTERING=1 5311.31Slukem# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 5321.4Sis 5331.18Slukem#options RND_COM # use "com" randomness as well (BROKEN) 5341.39Sis 5351.91Srkujawapseudo-device bcsp # BlueCore Serial Protocol 5361.91Srkujawapseudo-device btuart # Bluetooth HCI UART (H4) 5371.2Sis 5381.65Stsutsui# Veriexec 5391.132Ssevaninclude "dev/veriexec.config" 5401.65Stsutsui 5411.4Sisconfig netbsd root on ? type ? 542