GENERIC.in revision 1.147
11.147Srin# $NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $ 21.1Slukem# 31.81Srkujawa## 41.1Slukem# GENERIC machine description file 51.1Slukem# 61.1Slukem# This machine description file is used to generate the default NetBSD 71.1Slukem# kernel. The generic kernel does not include all options, subsystems 81.1Slukem# and device drivers, but should be useful for most applications. 91.1Slukem# 101.1Slukem# The machine description file can be customised for your specific 111.1Slukem# machine to reduce the kernel size and improve its performance. 121.1Slukem# 131.1Slukem# For further information on compiling NetBSD kernels, see the config(8) 141.1Slukem# man page. 151.1Slukem# 161.1Slukem# For further information on hardware support for this architecture, see 171.1Slukem# the intro(4) man page. For further information about kernel options 181.1Slukem# for this architecture, see the options(4) man page. For an explanation 191.1Slukem# of each device driver in this file see the section 4 man page for the 201.1Slukem# device. 211.1Slukem 221.1Slukemm4_divert(-1) 231.1Slukem# 241.1Slukem# GENERIC Amiga or DraCo 251.1Slukem# 261.1Slukem# This configuration file contains all possible options 271.1Slukem# 281.1Slukem# make AMIGA extracts the AMIGA configuration file. 291.1Slukem# make DRACO extracts the DRACO configuration file. 301.1Slukem# make GENERIC extracts the GENERIC configuration file. 311.1Slukem# make INSTALL extracts the INSTALL configuration file. 321.1Slukem# 331.1Slukem# commit them, too. 341.1Slukem# 351.1Slukem 361.1Slukem# Define XXX_CONFIGURATION 371.1Slukem# 381.1Slukemm4_define(M4_Target`_CONFIGURATION', `') 391.1Slukem 401.1Slukem# If not building AMIGA, set DRACO_CONFIGURATION 411.1Slukem# 421.1Slukemm4_ifelse(M4_Target, `AMIGA', `', `m4_define(`DRACO_CONFIGURATION', `')') 431.1Slukem 441.1Slukem# If not building DRACO, set AMIGA_CONFIGURATION 451.1Slukem# 461.1Slukemm4_ifelse(M4_Target, `DRACO', `', `m4_define(`AMIGA_CONFIGURATION', `')') 471.1Slukem 481.1Slukem 491.1Slukemm4_divert(0)m4_dnl 501.1Slukem 511.1Slukeminclude "arch/amiga/conf/std.amiga" 521.1Slukem 531.1Slukemoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 541.1Slukem 551.147Srin#ident "GENERIC-$Revision: 1.147 $" 561.1Slukem 571.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 581.145Srinmakeoptions COPTS="-Os -fno-omit-frame-pointer" 591.125Stsutsui',`m4_dnl 601.145Srinmakeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" 611.145Srin # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for 621.145Srin # backtraces in DDB. 631.1Slukem')m4_dnl 641.1Slukem 651.1Slukemmaxusers 8 661.1Slukemoptions RTC_OFFSET=0 671.1Slukem 681.1Slukem# 691.1Slukem# mainboards to support (in addition to Amiga) 701.1Slukem# 711.1Slukemm4_ifdef(`DRACO_CONFIGURATION', `m4_dnl 721.1Slukemoptions DRACO 731.1Slukem')m4_dnl 741.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 751.1Slukemoptions BB060STUPIDROM # You need this, if you have a non-DraCo 761.1Slukem # MC68060 with an OS ROM up to (at least) 771.1Slukem # V40 (OS3.1) and want to boot with the 781.1Slukem # bootblock. 791.1Slukem # You do not need this if you have a DraCo, 801.1Slukem # have no 68060 or NEVER use the bootblock 811.1Slukemoptions P5PPC68KBOARD # Phase5 PPC/68K board support 821.1Slukem')m4_dnl 831.1Slukem# 841.1Slukem# processors this kernel should support 851.1Slukem# 861.1Slukemoptions M68060 # support for 060 871.1Slukemoptions M060SP # MC68060 software support (Required for 060) 881.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 891.1Slukemoptions M68040 # support for 040 901.1Slukemoptions FPSP # MC68040 floating point support 911.1Slukemoptions M68030 # support for 030 921.1Slukemoptions M68020 # support for 020/851 931.1Slukemoptions FPU_EMULATE # FPU emulation 941.1Slukem')m4_dnl 951.1Slukem 961.1Slukem# 971.1Slukem# Networking options 981.1Slukem# 991.1Slukemoptions INET # IP networking support (Required) 1001.1Slukemoptions INET6 # IPV6 1011.1Slukem#options IPSEC # IP security 1021.1Slukem#options IPSEC_DEBUG # debug for IP security 1031.1Slukem#options GATEWAY # Packet forwarding 1041.1Slukem 1051.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 1061.1Slukem#options MROUTING # Multicast routing 1071.25Smanu#options PIM # Protocol Independent Multicast 1081.1Slukemoptions NETATALK # AppleTalk networking protocols 1091.1Slukem#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1101.1Slukem')m4_dnl 1111.1Slukem 1121.1Slukemoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1131.1Slukemoptions PPP_DEFLATE # Deflate compression support for PPP 1141.1Slukemoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1151.1Slukem 1161.22Sabs#options ALTQ # Manipulate network interfaces' output queues 1171.22Sabs#options ALTQ_BLUE # Stochastic Fair Blue 1181.22Sabs#options ALTQ_CBQ # Class-Based Queueing 1191.22Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1201.22Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1211.22Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1221.22Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1231.22Sabs#options ALTQ_LOCALQ # Local queueing discipline 1241.22Sabs#options ALTQ_PRIQ # Priority Queueing 1251.22Sabs#options ALTQ_RED # Random Early Detection 1261.22Sabs#options ALTQ_RIO # RED with IN/OUT 1271.22Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1281.22Sabs 1291.1Slukem# Filesystems 1301.1Slukemfile-system FFS # Berkeley fast file system 1311.1Slukemfile-system EXT2FS # second extended file system (linux) 1321.1Slukem#file-system LFS # log-structured filesystem (experimental) 1331.1Slukem 1341.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 1351.1Slukemfile-system MFS # Memory based filesystem 1361.1Slukem')m4_dnl 1371.1Slukem 1381.1Slukemfile-system NFS # Network File System client side code 1391.1Slukemfile-system ADOSFS # AmigaDOS file system 1401.1Slukemfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 1411.1Slukemfile-system MSDOSFS # MS-DOS filesystem 1421.1Slukem 1431.1Slukemfile-system KERNFS # kernel data-structure filesystem 1441.1Slukem 1451.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 1461.1Slukemfile-system FDESC # user file descriptor filesystem 1471.1Slukemfile-system NULLFS # loopback filesystem 1481.1Slukemfile-system OVERLAY # overlay filesystem 1491.1Slukemfile-system PROCFS # /proc filesystem 1501.1Slukemfile-system UMAPFS # NULLFS + uid and gid remapping 1511.1Slukemfile-system UNION # union filesystem 1521.43Schristosfile-system PTYFS # /dev/pts/N support 1531.75Schsfile-system TMPFS # Efficient memory file-system 1541.49Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 1551.1Slukem')m4_dnl 1561.1Slukem 1571.1Slukem# Filesystem options 1581.1Slukem 1591.79Swiz#options FFS_EI # FFS Endian Independent support 1601.89Sdhollandoptions WAPBL # File system journaling support 1611.1Slukem 1621.47Stsutsuim4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 1631.78Sbouyeroptions QUOTA # legacy UFS quotas 1641.78Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 1651.29Srumble#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 1661.1Slukemoptions NFSSERVER # Network File System server side code 1671.46Stsutsui#options FFS_NO_SNAPSHOT # No FFS snapshot support 1681.128Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 1691.1Slukem')m4_dnl 1701.1Slukem 1711.1Slukem#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1721.1Slukem # immutable) behave as system flags. 1731.1Slukem 1741.1Slukem# 1751.1Slukem# Compatibility options for various existing systems 1761.1Slukem# 1771.1Slukem 1781.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 1791.136Smrg 1801.136Smrginclude "conf/compat_netbsd09.config" 1811.136Smrg 1821.1Slukemoptions COMPAT_SUNOS # Support to run Sun (m68k) executables 1831.1Slukemoptions COMPAT_NOMID # allow nonvalid machine id executables 1841.1Slukem#options COMPAT_LINUX # Support to run Linux/m68k executables 1851.1Slukem')m4_dnl 1861.1Slukem 1871.1Slukemoptions EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 1881.1Slukemoptions COMPAT_AOUT_M68K # actually make some system calls work. 1891.1Slukem 1901.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 1911.1Slukem# 1921.1Slukem# Support for System V IPC facilities. 1931.1Slukem# 1941.1Slukemoptions SYSVSHM # System V-like shared memory 1951.1Slukemoptions SYSVMSG # System V-like messages 1961.1Slukemoptions SYSVSEM # System V-like semaphores 1971.1Slukem')m4_dnl 1981.1Slukem 1991.1Slukem# 2001.1Slukem# Support for various kernel options 2011.1Slukem# 2021.1Slukem 2031.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 2041.1Slukemoptions KTRACE # system call tracing support 2051.1Slukem')m4_dnl 2061.1Slukem#options INSECURE # disable kernel security levels 2071.1Slukemoptions SCSIVERBOSE # human readable SCSI error messages 2081.3Slukemoptions USERCONF # userconf(4) support 2091.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 2101.2Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 2111.24Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 2121.1Slukem', `m4_dnl 2131.1Slukemoptions NTP # NTP phase/frequency locked loop 2141.1Slukem#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 2151.1Slukem')m4_dnl 2161.8Sjunyoung 2171.137Ssevan# Alternate buffer queue strategies for better responsiveness under high 2181.137Ssevan# disk I/O load. 2191.36Stsutsui#options BUFQ_READPRIO 2201.142Ssevanoptions BUFQ_PRIOCSCAN 2211.1Slukem 2221.1Slukem# 2231.1Slukem# Misc. debugging options 2241.1Slukem# 2251.1Slukemoptions DDB # Kernel debugger 2261.1Slukem#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 2271.45Schs#options DIAGNOSTIC # Extra kernel sanity checks 2281.1Slukem#options DEBUG # Enable misc. kernel debugging code 2291.147Srinmakeoptions DEBUG="-g" # compile full symbol table 2301.1Slukem#options SYSCALL_DEBUG # debug all syscalls. 2311.1Slukem#options SCSIDEBUG # Add SCSI debugging statements 2321.1Slukem#options PANICBUTTON # Forced crash via keypress (?) 2331.1Slukem 2341.1Slukem# 2351.1Slukem# Amiga specific options 2361.1Slukem# 2371.1Slukem#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 2381.1Slukem # first bank of RAM. (default: unlimited) 2391.1Slukem 2401.1Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 2411.1Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all. 2421.1Slukem#options KBDRESET # sync on Ctrl-Amiga-Amiga 2431.1Slukem 2441.1Slukem# These options improve performance with the built-in serial port 2451.1Slukem# on slower Amigas. Try the larger buffers first then lev6_defer. 2461.1Slukem#options SERIBUF_SIZE=4096 2471.1Slukem#options SEROBUF_SIZE=32 2481.1Slukem#options LEV6_DEFER # defers l6 to l4 (below serial l5) 2491.12Sis 2501.12Sism4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 2511.12Sis#options DEVRELOAD # implement /dev/reload 2521.12Sis# # currently only works for a.out kernels 2531.12Sis')m4_dnl 2541.1Slukem 2551.1Slukemoptions RETINACONSOLE # enable code to allow retina to be console 2561.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 2571.1Slukemoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 2581.1Slukemoptions CL5426CONSOLE # Cirrus console 2591.1Slukemoptions CV64CONSOLE # CyberVision console 2601.1Slukemoptions TSENGCONSOLE # Tseng console 2611.1Slukemoptions CV3DCONSOLE # CyberVision 64/3D console 2621.1Slukem 2631.1Slukemoptions GRF_ECS # Enhanced Chip Set 2641.1Slukemoptions GRF_NTSC # NTSC 2651.1Slukemoptions GRF_PAL # PAL 2661.1Slukemoptions GRF_A2024 # Support for the A2024 2671.1Slukemoptions GRF_AGA # AGA Chip Set 2681.1Slukemoptions GRF_AGA_VGA # AGA VGAONLY timing 2691.1Slukemoptions GRF_SUPER72 # AGA Super-72 2701.1Slukem')m4_dnl 2711.1Slukem#options KFONT_8X11 # 8x11 font 2721.1Slukem 2731.1Slukem# select a font for the console according to the character set and keymap 2741.1Slukem# you want to use 2751.1Slukemoptions KFONT_CONS_ISO8859_1 2761.1Slukem#options KFONT_CONS_ISO8859_2 2771.1Slukem 2781.1Slukem# This is how you would tell the kernel the A2410 oscillator frequencies: 2791.1Slukem# The used frequencies are the defaults, and do not need option setting 2801.1Slukem#options ULOWELL_OSC1=36000000 2811.1Slukem#options ULOWELL_OSC2=66667000 2821.1Slukem 2831.1Slukem# This is how you specify the blitting speed, higher values may speed up blits 2841.1Slukem# a littel bit. If you raise this value too much some trash may appear. 2851.1Slukem# the commented version is the default. 2861.1Slukem#options RH_MEMCLK=61000000 2871.1Slukem# this option enables the 64 bit sprite which does not work 2881.1Slukem# for quite a few people. E.g. The cursor sprite will turn to a block 2891.1Slukem# when moved to the top of the screen in X. 2901.1Slukem#options RH_64BIT_SPRITE 2911.1Slukem# enables fast scroll code appears to now work on 040 systems. 2921.1Slukem#options RETINA_SPEED_HACK 2931.1Slukem# enables the Hardwarecursor which does not work on some systems. 2941.1Slukem#options RH_HARDWARECURSOR 2951.1Slukem 2961.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 2971.1Slukem# wscons aware interface to amiga custom chips. 2981.1Slukem# If you enable it enable also wskbd. 2991.1Slukem# 3001.1Slukem#amidisplaycc0 at mainbus0 # wscons interface to custom chips 3011.1Slukem#wsdisplay0 at amidisplaycc0 console ? 3021.1Slukem#options WSEMUL_VT100 3031.103Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 3041.1Slukem#options FONT_VT220L8x10 3051.17Sjandberg#options FONT_VT220ISO8x16 3061.1Slukem')m4_dnl 3071.1Slukem 3081.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 3091.107Srkujawa#z3rambd* at zbus0 # Zorro III RAM block devices 3101.107Srkujawa#altmem* at z3rambd? 3111.107Srkujawa 3121.91Srkujawap5bus0 at zbus0 # Phase5 CSPPC/BPPC internal bus 3131.91Srkujawa 3141.1Slukemgrfcc0 at mainbus0 # custom chips 3151.1Slukemgrfrt0 at zbus0 # retina II 3161.1Slukem')m4_dnl 3171.1Slukemgrfrh0 at zbus0 # retina III 3181.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 3191.1Slukemgrfcl* at zbus0 # Picasso II/Piccolo/Spectrum 3201.1Slukemgrful0 at zbus0 # A2410 3211.1Slukemgrfcv0 at zbus0 # CyberVision 64 3221.1Slukemgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 3231.1Slukemgrfcv3d0 at zbus0 # CyberVision 64/3D 3241.1Slukem')m4_dnl 3251.1Slukem 3261.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 3271.1Slukemgrf0 at grfcc0 3281.1Slukemgrf1 at grfrt0 3291.1Slukem')m4_dnl 3301.1Slukemgrf2 at grfrh0 3311.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 3321.1Slukemgrf3 at grfcl? 3331.1Slukemgrf4 at grful0 3341.1Slukemgrf5 at grfcv0 3351.1Slukemgrf6 at grfet? 3361.1Slukemgrf7 at grfcv3d0 3371.1Slukemite0 at grf0 # terminal emulators for grfs 3381.1Slukemite1 at grf1 # terminal emulators for grfs 3391.1Slukem')m4_dnl 3401.1Slukemite2 at grf2 # terminal emulators for grfs 3411.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 3421.1Slukemite3 at grf3 # terminal emulators for grfs 3431.1Slukemite4 at grf4 # terminal emulators for grfs 3441.1Slukemite5 at grf5 # terminal emulators for grfs 3451.1Slukemite6 at grf6 # terminal emulators for grfs 3461.1Slukemite7 at grf7 # terminal emulators for grfs 3471.88Sphx 3481.88Sphx#wsdisplay* at grf5 console ? # wsdisplay on top of grf (CV64) 3491.88Sphx#wsdisplay* at grf7 console ? # wsdisplay on top of grf (CV64/3D) 3501.1Slukem')m4_dnl 3511.1Slukem 3521.1Slukemmsc0 at zbus0 # A2232 MSC multiport serial. 3531.1Slukemmfc0 at zbus0 # MultiFaceCard I/O board 3541.1Slukemmfcs0 at mfc0 unit 0 # MFC serial 3551.1Slukemmfcs1 at mfc0 unit 1 # MFC serial 3561.1Slukem#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 3571.1Slukem#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 3581.1Slukem#mfcs2 at mfc1 unit 0 3591.1Slukem#mfcs3 at mfc1 unit 1 3601.1Slukem#mfcp1 at mfc1 unit 0 3611.1Slukem 3621.1Slukemhyper* at zbus? # zbus HyperCom3/3+/4/4+ 3631.1Slukem#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 3641.1Slukemcom* at hyper? port ? # Hypercom3/4 serial ports 3651.1Slukemlpt* at hyper? port ? # Hypercom3+/4+ parallel port 3661.1Slukem 3671.1Slukem#options IOBZCLOCK=22118400 # default, uncomment the next line 3681.1Slukem#options IOBZCLOCK=24000000 # if needed. 3691.1Slukem 3701.1Slukemiobl* at zbus? # zbus IOBlix 3711.1Slukemcom* at iobl? port ? # IOBlix serial ports 3721.1Slukemlpt* at iobl? port ? # IOBlix parallel ports 3731.1Slukem 3741.1Slukem 3751.1Slukem# 3761.1Slukem# Keyboard device. Optionally can attach a wskbd. 3771.1Slukem# wskbd works together with a wsdisplay so enable them both if you will. 3781.1Slukem# Don't enable wskbd if you use ite. 3791.1Slukem# 3801.1Slukem# XXX in std.amiga: kbd0 at mainbus0 3811.1Slukem#wskbd0 at kbd0 console ? 3821.1Slukem 3831.1Slukem 3841.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 3851.1Slukem# 3861.1Slukem# Amiga Mainboard devices (sans graphics and keyboard) 3871.1Slukem# 3881.1Slukem 3891.1Slukemser0 at mainbus0 # Amiga onboard serial 3901.1Slukempar0 at mainbus0 # Amiga onboard parallel 3911.1Slukemms* at mainbus0 # Amiga mice 3921.1Slukemfdc0 at mainbus0 # Amiga FDC 3931.1Slukemfd* at fdc0 unit ? # floppy disks on the later 3941.1Slukema34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 3951.1Slukema2kbbc0 at mainbus0 # A2000 battery backed clock 3961.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 3971.1Slukemaucc* at mainbus0 # Amiga CC audio 3981.1Slukemaudio* at aucc? 3991.98Srkujawa 4001.132Schristosspkr* at audio? # PC speaker (synthesized) 4011.130Snat 4021.99Srkujawaa1k2cp0 at mainbus0 # A1200 on-board clockport 4031.99Srkujawaclockport* at a1k2cp0 4041.98Srkujawa 4051.98Srkujawa#com* at clockport? # Individual Computers SilverSurfer 4061.1Slukem')m4_dnl 4071.15Sjandberg')m4_dnl 4081.15Sjandberg 4091.15Sjandberg#wsmouse* at ms? 4101.1Slukem 4111.1Slukemm4_ifdef(`DRACO_CONFIGURATION', `m4_dnl 4121.1Slukem# 4131.1Slukem# DraCo Mainboard devices (sans keyboard) 4141.1Slukem# 4151.1Slukem 4161.1Slukemdrbbc0 at mainbus0 # DraCo battery backed clock 4171.1Slukemdrsupio0 at mainbus0 # DraCo superio chip 4181.1Slukemcom* at drsupio? port ? # DraCo serial 4191.1Slukemlpt0 at drsupio? port ? # DraCo parallel 4201.1Slukem')m4_dnl 4211.1Slukem 4221.1Slukem# 4231.1Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 4241.1Slukem# 4251.1Slukem 4261.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 4271.1Slukemm4_ifdef(`DRACO_CONFIGURATION', `', `m4_dnl 4281.1Slukem# Alas, Melody-Z2 dont configure in the DraCo bus. 4291.1Slukemmelody* at zbus0 # Melody MPEG audio decoder 4301.1Slukemaudio* at melody? 4311.1Slukem')m4_dnl 4321.1Slukem 4331.1Slukemrepulse* at zbus0 # ALiENDESiGN Repulse 4341.1Slukemaudio* at repulse? 4351.1Slukem 4361.1Slukemtoccata* at zbus0 # MacroSystem GmbH Toccata 4371.1Slukemaudio* at toccata? 4381.1Slukem')m4_dnl 4391.1Slukem 4401.1Slukem# Ethernet cards: 4411.1Slukemle* at zbus0 # A2065, Ameristar, Ariadne 4421.99Srkujawane* at zbus0 # AriadneII 4431.1Slukemed* at zbus0 # Hydra, ASDG LanRover 4441.1Slukemes* at zbus0 # CEI A4066 EthernetPLUS 4451.1Slukemqn* at zbus0 # Quicknet 4461.1Slukem 4471.124Stsutsuim4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 4481.119Srkujawaxsh* at zbus0 # X-Surf 100 4491.119Srkujawane* at xshbus? # NE2000 chip on X-Surf 100 4501.119Srkujawa 4511.99Srkujawaxsurf* at zbus0 # X-Surf 4521.99Srkujawane* at xsurfbus? # NE2000 chip on X-Surf 4531.99Srkujawagencp* at xsurfbus? # clockports on X-Surf 4541.106Srkujawawdc* at xsurfbus? # IDE on X-Surf 4551.122Srkujawa 4561.99Srkujawaclockport* at gencp? 4571.124Stsutsui')m4_dnl 4581.99Srkujawa 4591.1Slukem# Arcnet 4601.1Slukembah* at zbus0 # C=/Ameristar A2060 / 560 4611.1Slukem 4621.1Slukemm4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 4631.1Slukem# Greater Valley Product Bus 4641.1Slukemgvpbus* at zbus0 4651.1Slukem 4661.1Slukem# scsi stuff, all possible 4671.1Slukemgtsc0 at gvpbus? # GVP series II scsi 4681.1Slukemscsibus* at gtsc0 4691.1Slukemahsc0 at mainbus0 # A3000 scsi 4701.1Slukemscsibus* at ahsc0 4711.1Slukematzsc0 at zbus0 # A2091 scsi 4721.1Slukemscsibus* at atzsc0 4731.1Slukemwstsc0 at zbus0 # Wordsync II scsi 4741.1Slukemscsibus* at wstsc0 4751.1Slukemivsc0 at zbus0 # IVS scsi 4761.1Slukemscsibus* at ivsc0 4771.1Slukemmlhsc0 at zbus0 # Hacker scsi 4781.1Slukemscsibus* at mlhsc0 4791.1Slukemotgsc0 at zbus0 # 12 gauge scsi 4801.1Slukemscsibus* at otgsc0 4811.1Slukemzssc0 at zbus0 # Zeus scsi 4821.1Slukemscsibus* at zssc0 4831.1Slukemmgnsc0 at zbus0 # Magnum scsi 4841.1Slukemscsibus* at mgnsc0 4851.1Slukemwesc0 at zbus0 # Warp Engine scsi 4861.1Slukemscsibus* at wesc0 4871.91Srkujawabppcsc0 at p5bus0 # BlizzardPPC 603e+ scsi 4881.77Sphxscsibus* at bppcsc0 4891.1Slukemafsc0 at zbus0 # A4091 scsi 4901.1Slukemscsibus* at afsc0 4911.1Slukemaftsc0 at mainbus0 # A4000T scsi 4921.1Slukemscsibus* at aftsc0 4931.1Slukemflsc0 at zbus0 # FastlaneZ3 scsi 4941.1Slukemscsibus* at flsc0 4951.1Slukembzsc0 at zbus0 # Blizzard 1230 I,II scsi 4961.1Slukemscsibus* at bzsc0 4971.1Slukembzivsc0 at zbus0 # Blizzard 12x0 IV scsi 4981.1Slukemscsibus* at bzivsc0 4991.1Slukembztzsc0 at zbus0 # Blizzard 2060 scsi 5001.1Slukemscsibus* at bztzsc0 5011.1Slukemcbsc0 at zbus0 # CyberSCSI I 5021.1Slukemscsibus* at cbsc0 5031.1Slukemcbiisc0 at zbus0 # CyberSCSI II 5041.1Slukemscsibus* at cbiisc0 5051.91Srkujawacbiiisc0 at p5bus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 5061.1Slukemscsibus* at cbiiisc0 5071.1Slukemempsc0 at zbus0 # Emplant scsi 5081.1Slukemscsibus* at empsc0 5091.1Slukem 5101.123Srkujawaacafh0 at mainbus0 # Individual Computers ACA500 5111.123Srkujawawdc* at acafhbus? # CF slots on ACA500 5121.123Srkujawagencp* at acafhbus? # clockport on ACA500 5131.121Srkujawa 5141.1Slukemwdc0 at mainbus0 # A4000 & A1200 IDE bus 5151.62Siswdc* at zbus0 # Buddha / Catweasel 5161.94Srkujawa#efa0 at mainbus0 # ELBOX FastATA 1200 Mk-III/Mk-IV 5171.62Sis 5181.16Sbouyeratabus* at wdc? channel ? # ATA bus 5191.95Srkujawa#atabus* at efa? channel ? # ATA bus 5201.110Srkujawaatabus* at ata? channel ? # ATA bus 5211.16Sbouyerwd* at atabus? drive ? # + drives 5221.16Sbouyeratapibus* at atabus? # ATAPI bus 5231.1Slukemcd* at atapibus? drive ? # ATAPI CD-ROM drives 5241.1Slukemsd* at atapibus? drive ? # ATAPI disk drives 5251.1Slukem 5261.1Slukempccard0 at mainbus0 5271.1Slukempcmcia* at pccard0 5281.111Sphxcom* at pcmcia? function ? # Modems and serial cards 5291.111Sphxpcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 5301.111Sphxaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 5311.1Slukemwdc* at pcmcia? function ? 5321.111Sphxawi* at pcmcia? function ? # BayStack 650 (802.11FH) 5331.111Sphxep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 5341.111Sphxmbe* at pcmcia? function ? # MB8696x based Ethernet 5351.111Sphxne* at pcmcia? function ? # NE2000-compatible Ethernet 5361.111Sphxsm* at pcmcia? function ? # Megahertz Ethernet 5371.1Slukemmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 5381.1Slukemcom* at mhzc? 5391.1Slukemsm* at mhzc? 5401.1Slukem 5411.111Sphxnsphyter* at mii? phy ? # NS83843 PHYs 5421.111Sphxukphy* at mii? phy ? # generic unknown PHYs 5431.1Slukem')m4_dnl 5441.1Slukem 5451.1Slukemm4_ifdef(`DRACO_CONFIGURATION', `m4_dnl 5461.1Slukemdrsc0 at mainbus0 # DraCo scsi 5471.1Slukemscsibus* at drsc0 5481.1Slukem')m4_dnl 5491.1Slukem 5501.1Slukem 5511.1Slukem# each hard drive from low target to high 5521.1Slukem# will configure to the next available sd unit number 5531.1Slukemsd* at scsibus? target ? lun ? # scsi disks 5541.1Slukemst* at scsibus? target ? lun ? # scsi tapes 5551.1Slukemcd* at scsibus? target ? lun ? # scsi cds 5561.1Slukemch* at scsibus? target ? lun ? # scsi autochangers 5571.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 5581.1Slukemss* at scsibus? target ? lun ? # scsi scanner 5591.1Slukemuk* at scsibus? target ? lun ? # scsi unknown 5601.81Srkujawa')m4_dnl 5611.81Srkujawam4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 5621.80Srkujawa 5631.82Srkujawa# PCI bus support 5641.82Srkujawaoptions PCIVERBOSE # verbose PCI device autoconfig messages 5651.82Srkujawa#options PCI_CONFIG_DUMP 5661.101Srkujawaoptions PCI_NETBSD_CONFIGURE # supported by mppb(4), p5pb(4), empb(4) 5671.84Srkujawa 5681.91Srkujawap5pb0 at p5bus0 # Phase5 PCI bridge (CVPPC/BVPPC/G-REX) 5691.91Srkujawap5membar* at zbus0 # Phase5 PCI bridge autoconfiguring BARs 5701.91Srkujawa#options P5PB_DEBUG # enable excessive debug for p5pb 5711.96Srkujawa#options P5PB_CONSOLE # console on CVPPC/BVPPC/Voodoo3 5721.82Srkujawapci* at p5pb0 5731.91Srkujawa 5741.91Srkujawamppb* at zbus0 # Matay Prometheus Zorro-PCI bridge 5751.83Srkujawapci* at mppb? 5761.83Srkujawa 5771.100Srkujawaempb0 at zbus0 # ELBOX Mediator PCI 1200 5781.109Srkujawaem4k0 at zbus0 # ELBOX Mediator PCI 4000 5791.100Srkujawaemmem0 at zbus0 # ELBOX Mediator PCI memory space 5801.108Srkujawaempm0 at empb0 # ELBOX Mediator PCI Power Management 5811.100Srkujawapci* at empb0 5821.109Srkujawapci* at em4k0 5831.100Srkujawa 5841.92Srkujawa#cv3dpb* at zbus0 # CyberVision 64/3D PCI bridge 5851.92Srkujawa 5861.91Srkujawa#genfb* at pci? # generic fb, CVPPC/BVPPC only 5871.96Srkujawa#voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX 5881.96Srkujawa#radeonfb* at pci? # untested 5891.96Srkujawa 5901.91Srkujawane* at pci? # NE2000 Ethernet 5911.101Srkujawasatalink* at pci? dev ? function ? flags 0x0002 # SiI SATALink 3112 5921.82Srkujawa 5931.80Srkujawa# Bluetooth Controller and Device support 5941.80Srkujawa# tested only with btuart on an A1200 5951.80Srkujawa 5961.80Srkujawa# Bluetooth PCMCIA Controllers 5971.80Srkujawabt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 5981.80Srkujawabtbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 5991.80Srkujawa 6001.80Srkujawa# Bluetooth Device Hub 6011.80Srkujawabthub* at bcsp? 6021.80Srkujawabthub* at bt3c? 6031.80Srkujawabthub* at btbc? 6041.80Srkujawabthub* at btuart? 6051.80Srkujawa 6061.80Srkujawa# Bluetooth HID support 6071.80Srkujawabthidev* at bthub? 6081.80Srkujawa 6091.80Srkujawa# Bluetooth Mouse 6101.102Srkujawa#btms* at bthidev? reportid ? 6111.102Srkujawa#wsmouse* at btms? mux 0 6121.80Srkujawa 6131.80Srkujawa# Bluetooth Keyboard 6141.80Srkujawa#btkbd* at bthidev? reportid ? 6151.80Srkujawa#wskbd* at btkbd? console ? mux 1 6161.80Srkujawa 6171.80Srkujawa# Bluetooth Apple Magic Mouse 6181.102Srkujawa#btmagic* at bthub? 6191.102Srkujawa#wsmouse* at btmagic? mux 0 6201.80Srkujawa 6211.80Srkujawa# Bluetooth Audio support 6221.80Srkujawa#btsco* at bthub? 6231.81Srkujawa 6241.116Srkujawa# USB 6251.116Srkujawaslhci* at zbus? # Thylacine 6261.116Srkujawausb* at slhci? 6271.116Srkujawa 6281.116Srkujawauhub* at usb? 6291.116Srkujawauhub* at uhub? port ? 6301.116Srkujawa 6311.116Srkujawauhidev* at uhub? port ? configuration ? interface ? 6321.116Srkujawauhid* at uhidev? reportid ? 6331.116Srkujawa 6341.1Slukem')m4_dnl 6351.68Stsutsuim4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 6361.68Stsutsui# 6371.68Stsutsui# accept filters 6381.68Stsutsuipseudo-device accf_data # "dataready" accept filter 6391.68Stsutsuipseudo-device accf_http # "httpready" accept filter 6401.68Stsutsui')m4_dnl 6411.68Stsutsui 6421.1Slukempseudo-device loop # loopback network interface 6431.51Scubepseudo-device sl # SLIP network interfaces 6441.51Scubepseudo-device ppp # PPP network interfaces 6451.1Slukempseudo-device pppoe # PPP over Ethernet (RFC 2516) 6461.51Scubepseudo-device tun # network tunnel line discipline 6471.28Scubepseudo-device tap # virtual Ethernet 6481.51Scube#pseudo-device gre # generic L3 over IP tunnel 6491.50Srpaulopseudo-device bpfilter # Berkeley packet filter 6501.142Ssevanpseudo-device carp # Common Address Redundancy Protocol 6511.139Smaxvpseudo-device npf # NPF packet filter 6521.51Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 6531.51Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 6541.52Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 6551.1Slukempseudo-device vlan # IEEE 802.1q encapsulation 6561.1Slukempseudo-device bridge # simple inter-network bridging 6571.146Sroypseudo-device vether # Virtual Ethernet for bridge 6581.59Smartinpseudo-device agr # IEEE 802.3ad link aggregation 6591.69Stsutsuim4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 6601.74Spooka#pseudo-device fss # file system snapshot device 6611.69Stsutsui', `m4_dnl 6621.74Spookapseudo-device fss # file system snapshot device 6631.30Shannken')m4_dnl 6641.90Smlelstvm4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 6651.90Smlelstv#pseudo-device putter # for puffs and pud 6661.90Smlelstv', `m4_dnl 6671.90Smlelstvpseudo-device putter # for puffs and pud 6681.90Smlelstv')m4_dnl 6691.1Slukem 6701.1Slukempseudo-device view 4 # views (needed for grfcc) 6711.1Slukemm4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 6721.114Schristospseudo-device pty # pseudo-terminals 6731.1Slukem', `m4_dnl 6741.1Slukempseudo-device pty # pseudo-terminals 6751.1Slukem')m4_dnl 6761.1Slukempseudo-device clockctl # user control of clock subsystem 6771.141Sisakim4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 6781.141Sisakipseudo-device drvctl # user control of drive subsystem 6791.141Sisaki')m4_dnl 6801.1Slukem 6811.18Sjandberg#pseudo-device wsfont # wsfont(4) dynamic font loading support 6821.35Sjandberg#pseudo-device wsmux # mouse & keyboard multiplexor 6831.18Sjandberg 6841.51Scubepseudo-device vnd # vnode pseudo-disks 6851.39Shubertf#options VND_COMPRESSION # compressed vnd(4) 6861.114Schristospseudo-device ccd # concatenated disk devices 6871.114Schristos#pseudo-device cgd # cryptographic disk devices 6881.115Schristospseudo-device raid # RAIDframe disk driver 6891.1Slukemoptions RAID_AUTOCONFIG # auto-configuration of RAID components 6901.1Slukem# Options to enable various other RAIDframe RAID types. 6911.1Slukem# options RF_INCLUDE_EVENODD=1 6921.1Slukem# options RF_INCLUDE_RAID5_RS=1 6931.1Slukem# options RF_INCLUDE_PARITYLOGGING=1 6941.1Slukem# options RF_INCLUDE_CHAINDECLUSTER=1 6951.1Slukem# options RF_INCLUDE_INTERDECLUSTER=1 6961.1Slukem# options RF_INCLUDE_PARITY_DECLUSTERING=1 6971.1Slukem# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 6981.1Slukem 6991.1Slukem#options RND_COM # use "com" randomness as well (BROKEN) 7001.13Sis 7011.13Sism4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 7021.13Sispseudo-device ksyms # /dev/ksyms (kernel symbols) 7031.81Srkujawa')m4_dnl 7041.81Srkujawam4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 7051.80Srkujawapseudo-device bcsp # BlueCore Serial Protocol 7061.80Srkujawapseudo-device btuart # Bluetooth HCI UART (H4) 7071.13Sis')m4_dnl 7081.1Slukem 7091.48Stsutsui# Veriexec 7101.142Ssevaninclude "dev/veriexec.config" 7111.48Stsutsui 7121.1Slukemconfig netbsd root on ? type ? 713