GENERIC revision 1.331
1# $NetBSD: GENERIC,v 1.331 2020/10/26 06:22:28 rin Exp $ 2# 3# This file was automatically created. 4# Changes will be lost when make is run in this directory. 5# 6# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $ 7# 8## 9# GENERIC machine description file 10# 11# This machine description file is used to generate the default NetBSD 12# kernel. The generic kernel does not include all options, subsystems 13# and device drivers, but should be useful for most applications. 14# 15# The machine description file can be customised for your specific 16# machine to reduce the kernel size and improve its performance. 17# 18# For further information on compiling NetBSD kernels, see the config(8) 19# man page. 20# 21# For further information on hardware support for this architecture, see 22# the intro(4) man page. For further information about kernel options 23# for this architecture, see the options(4) man page. For an explanation 24# of each device driver in this file see the section 4 man page for the 25# device. 26 27 28include "arch/amiga/conf/std.amiga" 29 30options INCLUDE_CONFIG_FILE # embed config file in kernel binary 31 32#ident "GENERIC-$Revision: 1.331 $" 33 34makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" 35 # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for 36 # backtraces in DDB. 37 38maxusers 8 39options RTC_OFFSET=0 40 41# 42# mainboards to support (in addition to Amiga) 43# 44options DRACO 45options BB060STUPIDROM # You need this, if you have a non-DraCo 46 # MC68060 with an OS ROM up to (at least) 47 # V40 (OS3.1) and want to boot with the 48 # bootblock. 49 # You do not need this if you have a DraCo, 50 # have no 68060 or NEVER use the bootblock 51options P5PPC68KBOARD # Phase5 PPC/68K board support 52# 53# processors this kernel should support 54# 55options M68060 # support for 060 56options M060SP # MC68060 software support (Required for 060) 57options M68040 # support for 040 58options FPSP # MC68040 floating point support 59options M68030 # support for 030 60options M68020 # support for 020/851 61options FPU_EMULATE # FPU emulation 62 63# 64# Networking options 65# 66options INET # IP networking support (Required) 67options INET6 # IPV6 68#options IPSEC # IP security 69#options IPSEC_DEBUG # debug for IP security 70#options GATEWAY # Packet forwarding 71 72#options MROUTING # Multicast routing 73#options PIM # Protocol Independent Multicast 74options NETATALK # AppleTalk networking protocols 75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 76 77options PPP_BSDCOMP # BSD-Compress compression support for PPP 78options PPP_DEFLATE # Deflate compression support for PPP 79options PPP_FILTER # Active filter support for PPP (requires bpf) 80 81#options ALTQ # Manipulate network interfaces' output queues 82#options ALTQ_BLUE # Stochastic Fair Blue 83#options ALTQ_CBQ # Class-Based Queueing 84#options ALTQ_CDNR # Diffserv Traffic Conditioner 85#options ALTQ_FIFOQ # First-In First-Out Queue 86#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 87#options ALTQ_HFSC # Hierarchical Fair Service Curve 88#options ALTQ_LOCALQ # Local queueing discipline 89#options ALTQ_PRIQ # Priority Queueing 90#options ALTQ_RED # Random Early Detection 91#options ALTQ_RIO # RED with IN/OUT 92#options ALTQ_WFQ # Weighted Fair Queueing 93 94# Filesystems 95file-system FFS # Berkeley fast file system 96file-system EXT2FS # second extended file system (linux) 97#file-system LFS # log-structured filesystem (experimental) 98 99file-system MFS # Memory based filesystem 100 101file-system NFS # Network File System client side code 102file-system ADOSFS # AmigaDOS file system 103file-system CD9660 # ISO 9660 + Rock Ridge filesystem 104file-system MSDOSFS # MS-DOS filesystem 105 106file-system KERNFS # kernel data-structure filesystem 107 108file-system FDESC # user file descriptor filesystem 109file-system NULLFS # loopback filesystem 110file-system OVERLAY # overlay filesystem 111file-system PROCFS # /proc filesystem 112file-system UMAPFS # NULLFS + uid and gid remapping 113file-system UNION # union filesystem 114file-system PTYFS # /dev/pts/N support 115file-system TMPFS # Efficient memory file-system 116#file-system UDF # experimental - OSTA UDF CD/DVD file-system 117 118# Filesystem options 119 120#options FFS_EI # FFS Endian Independent support 121options WAPBL # File system journaling support 122 123options QUOTA # legacy UFS quotas 124options QUOTA2 # new, in-filesystem UFS quotas 125#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 126options NFSSERVER # Network File System server side code 127#options FFS_NO_SNAPSHOT # No FFS snapshot support 128options UFS_EXTATTR # Extended attribute support for UFS1 129 130#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 131 # immutable) behave as system flags. 132 133# 134# Compatibility options for various existing systems 135# 136 137 138include "conf/compat_netbsd09.config" 139 140options COMPAT_SUNOS # Support to run Sun (m68k) executables 141options COMPAT_NOMID # allow nonvalid machine id executables 142#options COMPAT_LINUX # Support to run Linux/m68k executables 143 144options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 145options COMPAT_AOUT_M68K # actually make some system calls work. 146 147# 148# Support for System V IPC facilities. 149# 150options SYSVSHM # System V-like shared memory 151options SYSVMSG # System V-like messages 152options SYSVSEM # System V-like semaphores 153 154# 155# Support for various kernel options 156# 157 158options KTRACE # system call tracing support 159#options INSECURE # disable kernel security levels 160options SCSIVERBOSE # human readable SCSI error messages 161options USERCONF # userconf(4) support 162options NTP # NTP phase/frequency locked loop 163#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 164 165# Alternate buffer queue strategies for better responsiveness under high 166# disk I/O load. 167#options BUFQ_READPRIO 168options BUFQ_PRIOCSCAN 169 170# 171# Misc. debugging options 172# 173options DDB # Kernel debugger 174#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 175#options DIAGNOSTIC # Extra kernel sanity checks 176#options DEBUG # Enable misc. kernel debugging code 177makeoptions DEBUG="-g" # compile full symbol table 178#options SYSCALL_DEBUG # debug all syscalls. 179#options SCSIDEBUG # Add SCSI debugging statements 180#options PANICBUTTON # Forced crash via keypress (?) 181 182# 183# Amiga specific options 184# 185#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 186 # first bank of RAM. (default: unlimited) 187 188# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 189# before the 10 secondinterval ends, or that KBDRESET does work at all. 190#options KBDRESET # sync on Ctrl-Amiga-Amiga 191 192# These options improve performance with the built-in serial port 193# on slower Amigas. Try the larger buffers first then lev6_defer. 194#options SERIBUF_SIZE=4096 195#options SEROBUF_SIZE=32 196#options LEV6_DEFER # defers l6 to l4 (below serial l5) 197 198#options DEVRELOAD # implement /dev/reload 199# # currently only works for a.out kernels 200 201options RETINACONSOLE # enable code to allow retina to be console 202options ULOWELLCONSOLE # enable code to allow a2410 to be console 203options CL5426CONSOLE # Cirrus console 204options CV64CONSOLE # CyberVision console 205options TSENGCONSOLE # Tseng console 206options CV3DCONSOLE # CyberVision 64/3D console 207 208options GRF_ECS # Enhanced Chip Set 209options GRF_NTSC # NTSC 210options GRF_PAL # PAL 211options GRF_A2024 # Support for the A2024 212options GRF_AGA # AGA Chip Set 213options GRF_AGA_VGA # AGA VGAONLY timing 214options GRF_SUPER72 # AGA Super-72 215#options KFONT_8X11 # 8x11 font 216 217# select a font for the console according to the character set and keymap 218# you want to use 219options KFONT_CONS_ISO8859_1 220#options KFONT_CONS_ISO8859_2 221 222# This is how you would tell the kernel the A2410 oscillator frequencies: 223# The used frequencies are the defaults, and do not need option setting 224#options ULOWELL_OSC1=36000000 225#options ULOWELL_OSC2=66667000 226 227# This is how you specify the blitting speed, higher values may speed up blits 228# a littel bit. If you raise this value too much some trash may appear. 229# the commented version is the default. 230#options RH_MEMCLK=61000000 231# this option enables the 64 bit sprite which does not work 232# for quite a few people. E.g. The cursor sprite will turn to a block 233# when moved to the top of the screen in X. 234#options RH_64BIT_SPRITE 235# enables fast scroll code appears to now work on 040 systems. 236#options RETINA_SPEED_HACK 237# enables the Hardwarecursor which does not work on some systems. 238#options RH_HARDWARECURSOR 239 240# wscons aware interface to amiga custom chips. 241# If you enable it enable also wskbd. 242# 243#amidisplaycc0 at mainbus0 # wscons interface to custom chips 244#wsdisplay0 at amidisplaycc0 console ? 245#options WSEMUL_VT100 246#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 247#options FONT_VT220L8x10 248#options FONT_VT220ISO8x16 249 250#z3rambd* at zbus0 # Zorro III RAM block devices 251#altmem* at z3rambd? 252 253p5bus0 at zbus0 # Phase5 CSPPC/BPPC internal bus 254 255grfcc0 at mainbus0 # custom chips 256grfrt0 at zbus0 # retina II 257grfrh0 at zbus0 # retina III 258grfcl* at zbus0 # Picasso II/Piccolo/Spectrum 259grful0 at zbus0 # A2410 260grfcv0 at zbus0 # CyberVision 64 261grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 262grfcv3d0 at zbus0 # CyberVision 64/3D 263 264grf0 at grfcc0 265grf1 at grfrt0 266grf2 at grfrh0 267grf3 at grfcl? 268grf4 at grful0 269grf5 at grfcv0 270grf6 at grfet? 271grf7 at grfcv3d0 272ite0 at grf0 # terminal emulators for grfs 273ite1 at grf1 # terminal emulators for grfs 274ite2 at grf2 # terminal emulators for grfs 275ite3 at grf3 # terminal emulators for grfs 276ite4 at grf4 # terminal emulators for grfs 277ite5 at grf5 # terminal emulators for grfs 278ite6 at grf6 # terminal emulators for grfs 279ite7 at grf7 # terminal emulators for grfs 280 281#wsdisplay* at grf5 console ? # wsdisplay on top of grf (CV64) 282#wsdisplay* at grf7 console ? # wsdisplay on top of grf (CV64/3D) 283 284msc0 at zbus0 # A2232 MSC multiport serial. 285mfc0 at zbus0 # MultiFaceCard I/O board 286mfcs0 at mfc0 unit 0 # MFC serial 287mfcs1 at mfc0 unit 1 # MFC serial 288#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 289#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 290#mfcs2 at mfc1 unit 0 291#mfcs3 at mfc1 unit 1 292#mfcp1 at mfc1 unit 0 293 294hyper* at zbus? # zbus HyperCom3/3+/4/4+ 295#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 296com* at hyper? port ? # Hypercom3/4 serial ports 297lpt* at hyper? port ? # Hypercom3+/4+ parallel port 298 299#options IOBZCLOCK=22118400 # default, uncomment the next line 300#options IOBZCLOCK=24000000 # if needed. 301 302iobl* at zbus? # zbus IOBlix 303com* at iobl? port ? # IOBlix serial ports 304lpt* at iobl? port ? # IOBlix parallel ports 305 306 307# 308# Keyboard device. Optionally can attach a wskbd. 309# wskbd works together with a wsdisplay so enable them both if you will. 310# Don't enable wskbd if you use ite. 311# 312# XXX in std.amiga: kbd0 at mainbus0 313#wskbd0 at kbd0 console ? 314 315 316# 317# Amiga Mainboard devices (sans graphics and keyboard) 318# 319 320ser0 at mainbus0 # Amiga onboard serial 321par0 at mainbus0 # Amiga onboard parallel 322ms* at mainbus0 # Amiga mice 323fdc0 at mainbus0 # Amiga FDC 324fd* at fdc0 unit ? # floppy disks on the later 325a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 326a2kbbc0 at mainbus0 # A2000 battery backed clock 327aucc* at mainbus0 # Amiga CC audio 328audio* at aucc? 329 330spkr* at audio? # PC speaker (synthesized) 331 332a1k2cp0 at mainbus0 # A1200 on-board clockport 333clockport* at a1k2cp0 334 335#com* at clockport? # Individual Computers SilverSurfer 336 337#wsmouse* at ms? 338 339# 340# DraCo Mainboard devices (sans keyboard) 341# 342 343drbbc0 at mainbus0 # DraCo battery backed clock 344drsupio0 at mainbus0 # DraCo superio chip 345com* at drsupio? port ? # DraCo serial 346lpt0 at drsupio? port ? # DraCo parallel 347 348# 349# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 350# 351 352 353repulse* at zbus0 # ALiENDESiGN Repulse 354audio* at repulse? 355 356toccata* at zbus0 # MacroSystem GmbH Toccata 357audio* at toccata? 358 359# Ethernet cards: 360le* at zbus0 # A2065, Ameristar, Ariadne 361ne* at zbus0 # AriadneII 362ed* at zbus0 # Hydra, ASDG LanRover 363es* at zbus0 # CEI A4066 EthernetPLUS 364qn* at zbus0 # Quicknet 365 366xsh* at zbus0 # X-Surf 100 367ne* at xshbus? # NE2000 chip on X-Surf 100 368 369xsurf* at zbus0 # X-Surf 370ne* at xsurfbus? # NE2000 chip on X-Surf 371gencp* at xsurfbus? # clockports on X-Surf 372wdc* at xsurfbus? # IDE on X-Surf 373 374clockport* at gencp? 375 376# Arcnet 377bah* at zbus0 # C=/Ameristar A2060 / 560 378 379# Greater Valley Product Bus 380gvpbus* at zbus0 381 382# scsi stuff, all possible 383gtsc0 at gvpbus? # GVP series II scsi 384scsibus* at gtsc0 385ahsc0 at mainbus0 # A3000 scsi 386scsibus* at ahsc0 387atzsc0 at zbus0 # A2091 scsi 388scsibus* at atzsc0 389wstsc0 at zbus0 # Wordsync II scsi 390scsibus* at wstsc0 391ivsc0 at zbus0 # IVS scsi 392scsibus* at ivsc0 393mlhsc0 at zbus0 # Hacker scsi 394scsibus* at mlhsc0 395otgsc0 at zbus0 # 12 gauge scsi 396scsibus* at otgsc0 397zssc0 at zbus0 # Zeus scsi 398scsibus* at zssc0 399mgnsc0 at zbus0 # Magnum scsi 400scsibus* at mgnsc0 401wesc0 at zbus0 # Warp Engine scsi 402scsibus* at wesc0 403bppcsc0 at p5bus0 # BlizzardPPC 603e+ scsi 404scsibus* at bppcsc0 405afsc0 at zbus0 # A4091 scsi 406scsibus* at afsc0 407aftsc0 at mainbus0 # A4000T scsi 408scsibus* at aftsc0 409flsc0 at zbus0 # FastlaneZ3 scsi 410scsibus* at flsc0 411bzsc0 at zbus0 # Blizzard 1230 I,II scsi 412scsibus* at bzsc0 413bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 414scsibus* at bzivsc0 415bztzsc0 at zbus0 # Blizzard 2060 scsi 416scsibus* at bztzsc0 417cbsc0 at zbus0 # CyberSCSI I 418scsibus* at cbsc0 419cbiisc0 at zbus0 # CyberSCSI II 420scsibus* at cbiisc0 421cbiiisc0 at p5bus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 422scsibus* at cbiiisc0 423empsc0 at zbus0 # Emplant scsi 424scsibus* at empsc0 425 426acafh0 at mainbus0 # Individual Computers ACA500 427wdc* at acafhbus? # CF slots on ACA500 428gencp* at acafhbus? # clockport on ACA500 429 430wdc0 at mainbus0 # A4000 & A1200 IDE bus 431wdc* at zbus0 # Buddha / Catweasel 432#efa0 at mainbus0 # ELBOX FastATA 1200 Mk-III/Mk-IV 433 434atabus* at wdc? channel ? # ATA bus 435#atabus* at efa? channel ? # ATA bus 436atabus* at ata? channel ? # ATA bus 437wd* at atabus? drive ? # + drives 438atapibus* at atabus? # ATAPI bus 439cd* at atapibus? drive ? # ATAPI CD-ROM drives 440sd* at atapibus? drive ? # ATAPI disk drives 441 442pccard0 at mainbus0 443pcmcia* at pccard0 444com* at pcmcia? function ? # Modems and serial cards 445pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 446aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 447wdc* at pcmcia? function ? 448awi* at pcmcia? function ? # BayStack 650 (802.11FH) 449ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 450mbe* at pcmcia? function ? # MB8696x based Ethernet 451ne* at pcmcia? function ? # NE2000-compatible Ethernet 452sm* at pcmcia? function ? # Megahertz Ethernet 453mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 454com* at mhzc? 455sm* at mhzc? 456 457nsphyter* at mii? phy ? # NS83843 PHYs 458ukphy* at mii? phy ? # generic unknown PHYs 459 460drsc0 at mainbus0 # DraCo scsi 461scsibus* at drsc0 462 463 464# each hard drive from low target to high 465# will configure to the next available sd unit number 466sd* at scsibus? target ? lun ? # scsi disks 467st* at scsibus? target ? lun ? # scsi tapes 468cd* at scsibus? target ? lun ? # scsi cds 469ch* at scsibus? target ? lun ? # scsi autochangers 470ss* at scsibus? target ? lun ? # scsi scanner 471uk* at scsibus? target ? lun ? # scsi unknown 472 473# PCI bus support 474options PCIVERBOSE # verbose PCI device autoconfig messages 475#options PCI_CONFIG_DUMP 476options PCI_NETBSD_CONFIGURE # supported by mppb(4), p5pb(4), empb(4) 477 478p5pb0 at p5bus0 # Phase5 PCI bridge (CVPPC/BVPPC/G-REX) 479p5membar* at zbus0 # Phase5 PCI bridge autoconfiguring BARs 480#options P5PB_DEBUG # enable excessive debug for p5pb 481#options P5PB_CONSOLE # console on CVPPC/BVPPC/Voodoo3 482pci* at p5pb0 483 484mppb* at zbus0 # Matay Prometheus Zorro-PCI bridge 485pci* at mppb? 486 487empb0 at zbus0 # ELBOX Mediator PCI 1200 488em4k0 at zbus0 # ELBOX Mediator PCI 4000 489emmem0 at zbus0 # ELBOX Mediator PCI memory space 490empm0 at empb0 # ELBOX Mediator PCI Power Management 491pci* at empb0 492pci* at em4k0 493 494#cv3dpb* at zbus0 # CyberVision 64/3D PCI bridge 495 496#genfb* at pci? # generic fb, CVPPC/BVPPC only 497#voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX 498#radeonfb* at pci? # untested 499 500ne* at pci? # NE2000 Ethernet 501satalink* at pci? dev ? function ? flags 0x0002 # SiI SATALink 3112 502 503# Bluetooth Controller and Device support 504# tested only with btuart on an A1200 505 506# Bluetooth PCMCIA Controllers 507bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 508btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 509 510# Bluetooth Device Hub 511bthub* at bcsp? 512bthub* at bt3c? 513bthub* at btbc? 514bthub* at btuart? 515 516# Bluetooth HID support 517bthidev* at bthub? 518 519# Bluetooth Mouse 520#btms* at bthidev? reportid ? 521#wsmouse* at btms? mux 0 522 523# Bluetooth Keyboard 524#btkbd* at bthidev? reportid ? 525#wskbd* at btkbd? console ? mux 1 526 527# Bluetooth Apple Magic Mouse 528#btmagic* at bthub? 529#wsmouse* at btmagic? mux 0 530 531# Bluetooth Audio support 532#btsco* at bthub? 533 534# USB 535slhci* at zbus? # Thylacine 536usb* at slhci? 537 538uhub* at usb? 539uhub* at uhub? port ? 540 541uhidev* at uhub? port ? configuration ? interface ? 542uhid* at uhidev? reportid ? 543 544# 545# accept filters 546pseudo-device accf_data # "dataready" accept filter 547pseudo-device accf_http # "httpready" accept filter 548 549pseudo-device loop # loopback network interface 550pseudo-device sl # SLIP network interfaces 551pseudo-device ppp # PPP network interfaces 552pseudo-device pppoe # PPP over Ethernet (RFC 2516) 553pseudo-device tun # network tunnel line discipline 554pseudo-device tap # virtual Ethernet 555#pseudo-device gre # generic L3 over IP tunnel 556pseudo-device bpfilter # Berkeley packet filter 557pseudo-device carp # Common Address Redundancy Protocol 558pseudo-device npf # NPF packet filter 559pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 560#pseudo-device faith # IPv[46] tcp relay translation i/f 561pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 562pseudo-device vlan # IEEE 802.1q encapsulation 563pseudo-device bridge # simple inter-network bridging 564pseudo-device vether # Virtual Ethernet for bridge 565pseudo-device agr # IEEE 802.3ad link aggregation 566pseudo-device fss # file system snapshot device 567pseudo-device putter # for puffs and pud 568 569pseudo-device view 4 # views (needed for grfcc) 570pseudo-device pty # pseudo-terminals 571pseudo-device clockctl # user control of clock subsystem 572pseudo-device drvctl # user control of drive subsystem 573 574#pseudo-device wsfont # wsfont(4) dynamic font loading support 575#pseudo-device wsmux # mouse & keyboard multiplexor 576 577pseudo-device vnd # vnode pseudo-disks 578#options VND_COMPRESSION # compressed vnd(4) 579pseudo-device ccd # concatenated disk devices 580#pseudo-device cgd # cryptographic disk devices 581pseudo-device raid # RAIDframe disk driver 582options RAID_AUTOCONFIG # auto-configuration of RAID components 583# Options to enable various other RAIDframe RAID types. 584# options RF_INCLUDE_EVENODD=1 585# options RF_INCLUDE_RAID5_RS=1 586# options RF_INCLUDE_PARITYLOGGING=1 587# options RF_INCLUDE_CHAINDECLUSTER=1 588# options RF_INCLUDE_INTERDECLUSTER=1 589# options RF_INCLUDE_PARITY_DECLUSTERING=1 590# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 591 592#options RND_COM # use "com" randomness as well (BROKEN) 593 594pseudo-device ksyms # /dev/ksyms (kernel symbols) 595pseudo-device bcsp # BlueCore Serial Protocol 596pseudo-device btuart # Bluetooth HCI UART (H4) 597 598# Veriexec 599include "dev/veriexec.config" 600 601config netbsd root on ? type ? 602