AMIGA revision 1.36
1# $NetBSD: AMIGA,v 1.36 2001/06/11 01:50:52 wiz Exp $ 2# 3# This file was automatically created. Changes will be 4# lost when running make in this directory. 5# 6# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $ 7 8include "arch/amiga/conf/std.amiga" 9 10#ident "GENERIC-$Revision: 1.36 $" 11 12maxusers 8 13options RTC_OFFSET=0 14 15#mainboards to support (in addition to Amiga) 16 17options BB060STUPIDROM # You need this, if you have a non-DraCo 18 # MC68060 with an OS ROM up to (at least) 19 # V40 (OS3.1) and want to boot with the 20 # bootblock. 21 # You do not need this if you have a DraCo, 22 # have no 68060 or NEVER use the bootblock 23options P5PPC68KBOARD # Phase5 PPC/68K board support 24 25#processors this kernel should support 26 27options M68060 # support for 060 28options M060SP # MC68060 software support (Required for 060) 29 30options M68040 # support for 040 31options FPSP # MC68040 floating point support 32options M68030 # support for 030 33options M68020 # support for 020/851 34options FPU_EMULATE # FPU emulation 35 36#Networking options 37 38options INET # IP networking support (Required) 39options INET6 # IPV6 40#options IPSEC # IP security 41#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 42#options IPSEC_DEBUG # debug for IP security 43#options GATEWAY # Packet forwarding 44#options DIRECTED_BROADCAST # Broadcast across subnets 45 46#options MROUTING # Multicast routing 47options NS # XNS 48#options NSIP # XNS tunneling over IP 49options ISO,TPIP # OSI 50#options EON # OSI tunneling over IP 51options CCITT,LLC,HDLC # X.25 52options NETATALK # AppleTalk networking protocols 53 54options PPP_BSDCOMP # BSD-Compress compression support for PPP 55options PPP_DEFLATE # Deflate compression support for PPP 56options PPP_FILTER # Active filter support for PPP (requires bpf) 57options PFIL_HOOKS # pfil(9) packet filter hooks 58options IPFILTER_LOG # ipmon(8) log support 59 60file-system FFS # Berkeley fast file system 61file-system EXT2FS # second extended file system (linux) 62#file-system LFS # log-structured filesystem (experimental) 63 64file-system MFS # Memory based filesystem 65 66file-system NFS # Network File System client side code 67file-system ADOSFS # AmigaDOS file system 68file-system CD9660 # ISO 9660 + Rock Ridge filesystem 69file-system MSDOSFS # MS-DOS filesystem 70 71file-system KERNFS # kernel data-structure filesystem 72 73file-system FDESC # user file descriptor filesystem 74file-system NULLFS # loopback filesystem 75file-system OVERLAY # overlay filesystem 76#file-system PORTAL # Portal filesystem 77file-system PROCFS # /proc filesystem 78file-system UMAPFS # NULLFS + uid and gid remapping 79file-system UNION # union filesystem 80 81#Filesystem options 82 83#options FFS_EI # FFS Endian Independant support 84 85options QUOTA # User and group quotas in FFS 86options SOFTDEP # FFS soft updates support. 87options NFSSERVER # Network File System server side code 88 89#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 90 # immutable) behave as system flags. 91 92#Compatibility options for various existing systems 93 94options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 95options COMPAT_43 # compatibility with 4.3BSD interfaces 96options COMPAT_09 # compatibility with NetBSD 0.9 97options COMPAT_10 # compatibility with NetBSD 1.0 98options COMPAT_12 # compatibility with NetBSD 1.2 99options COMPAT_13 # compatibility with NetBSD 1.3 100options COMPAT_14 # compatibility with NetBSD 1.4 101options COMPAT_SUNOS # Support to run Sun (m68k) executables 102options COMPAT_SVR4 # Support to run SVR4 (m68k) executables 103options COMPAT_NOMID # allow nonvalid machine id executables 104#options COMPAT_LINUX # Support to run Linux/m68k executables 105options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 106 107#Support for System V IPC facilities. 108 109options SYSVSHM # System V-like shared memory 110options SYSVMSG # System V-like messages 111options SYSVSEM # System V-like semaphores 112 113#Support for various kernel options 114 115options KTRACE # system call tracing support 116options LKM # Loadable kernel modules 117options UCONSOLE # anyone can redirect a virtual console 118 119#options INSECURE # allow, among other insecure stuff, LKM 120 # loading in multi-user mode. 121options SCSIVERBOSE # Verbose SCSI errors 122 123options NTP # NTP phase/frequency locked loop 124 125#Misc. debugging options 126 127options DDB # Kernel debugger 128#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 129options DIAGNOSTIC # Extra kernel sanity checks 130#options DEBUG # Enable misc. kernel debugging code 131#options SYSCALL_DEBUG # debug all syscalls. 132#options SCSIDEBUG # Add SCSI debugging statements 133#options PANICBUTTON # Forced crash via keypress (???) 134 135#Amiga specific options 136 137#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 138 # first bank of RAM. (default: unlimited) 139#options NKPTADD=4 # set this for 4 additional KPT pages 140#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 141 # per 16 MB (1<<24 bytes) of RAM 142 # define and decrease this, or define and 143 # increase NKPTADD if you get "out of PT pages" 144 # panics. 145 146#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 147#before the 10 secondinterval ends, or that KBDRESET does work at all. 148#options KBDRESET # sync on Ctrl-Amiga-Amiga 149 150#These options improve performance with the built-in serial port 151#on slower Amigas. Try the larger buffers first then lev6_defer. 152#options SERIBUF_SIZE=4096 153#options SEROBUF_SIZE=32 154#options LEV6_DEFER # defers l6 to l4 (below serial l5) 155 156options RETINACONSOLE # enable code to allow retina to be console 157 158options ULOWELLCONSOLE # enable code to allow a2410 to be console 159options CL5426CONSOLE # Cirrus console 160options CV64CONSOLE # CyberVision console 161options TSENGCONSOLE # Tseng console 162options CV3DCONSOLE # CyberVision 64/3D console 163 164options GRF_ECS # Enhanced Chip Set 165options GRF_NTSC # NTSC 166options GRF_PAL # PAL 167options GRF_A2024 # Support for the A2024 168options GRF_AGA # AGA Chip Set 169options GRF_AGA_VGA # AGA VGAONLY timing 170options GRF_SUPER72 # AGA Super-72 171 172#options KFONT_8X11 # 8x11 font 173 174#This is how you would tell the kernel the A2410 oscillator frequencies: 175#The used frequencies are the defaults, and do not need option setting 176#options ULOWELL_OSC1=36000000 177#options ULOWELL_OSC2=66667000 178 179#This is how you specify the blitting speed, higher values may speed up blits 180#a littel bit. If you raise this value too much some trash may appear. 181#the commented version is the default. 182#options RH_MEMCLK=61000000 183#this option enables the 64 bit sprite which does not work 184#for quite a few people. E.g. The cursor sprite will turn to a block 185#when moved to the top of the screen in X. 186#options RH_64BIT_SPRITE 187#enables fast scroll code appears to now work on 040 systems. 188#options RETINA_SPEED_HACK 189#enables the Hardwarecursor which does not work on some systems. 190#options RH_HARDWARECURSOR 191 192#wscons aware interface to amiga custom chips. Text-only console. 193#If you enable it enable also wskbd. 194 195#amidisplaycc0 at mainbus0 # wscons interface to custom chips 196#wsdisplay0 at amidisplaycc0 console ? 197#options WSEMUL_VT100 198 199grfcc0 at mainbus0 # custom chips 200grfrt0 at zbus0 # retina II 201 202grfrh0 at zbus0 # retina III 203 204grfcl* at zbus0 # Picasso II/Piccalo/Spectrum 205grful0 at zbus0 # A2410 206grfcv0 at zbus0 # CyberVision 64 207grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 208grfcv3d0 at zbus0 # CyberVision 64/3D 209 210grf0 at grfcc0 211grf1 at grfrt0 212 213grf2 at grfrh0 214 215grf3 at grfcl? 216grf4 at grful0 217grf5 at grfcv0 218grf6 at grfet? 219grf7 at grfcv3d0 220 221ite0 at grf0 # terminal emulators for grfs 222ite1 at grf1 # terminal emulators for grfs 223 224ite2 at grf2 # terminal emulators for grfs 225 226ite3 at grf3 # terminal emulators for grfs 227ite4 at grf4 # terminal emulators for grfs 228ite5 at grf5 # terminal emulators for grfs 229ite6 at grf6 # terminal emulators for grfs 230ite7 at grf7 # terminal emulators for grfs 231 232msc0 at zbus0 # A2232 MSC multiport serial. 233mfc0 at zbus0 # MultiFaceCard I/O board 234mfcs0 at mfc0 unit 0 # MFC serial 235mfcs1 at mfc0 unit 1 # MFC serial 236#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 237#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 238#mfcs2 at mfc1 unit 0 239#mfcs3 at mfc1 unit 1 240#mfcp1 at mfc1 unit 0 241 242hyper* at zbus? # zbus HyperCom3/3+/4/4+ 243#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 244com* at hyper? port ? # Hypercom3/4 serial ports 245lpt* at hyper? port ? # Hypercom3+/4+ parallel port 246 247#options IOBZCLOCK=22118400 # default, uncomment the next line 248#options IOBZCLOCK=24000000 # if needed. 249 250iobl* at zbus? # zbus IOBlix 251com* at iobl? port ? # IOBlix serial ports 252lpt* at iobl? port ? # IOBlix parallel ports 253 254#Keyboard device. Optionally can attach a wskbd. 255#wskbd works together with a wsdisplay so enable them both if you will. 256#Don't enable wskbd if you use ite. 257 258#XXX in std.amiga: kbd0 at mainbus0 259#wskbd0 at kbd0 console ? 260 261#Amiga Mainboard devices (sans graphics and keyboard) 262 263ser0 at mainbus0 # Amiga onboard serial 264par0 at mainbus0 # Amiga onboard parallel 265ms* at mainbus0 # Amiga mice 266fdc0 at mainbus0 # Amiga FDC 267fd* at fdc0 unit ? # floppy disks on the later 268a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 269a2kbbc0 at mainbus0 # A2000 battery backed clock 270aucc* at mainbus0 # Amiga CC audio 271audio* at aucc? 272 273#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 274 275#Alas, Melody-Z2 dont configure in the DraCo bus. 276melody* at zbus0 # Melody MPEG audio decoder 277audio* at melody? 278 279#Ethernet cards: 280le* at zbus0 # A2065, Ameristar, Ariadne 281ne* at zbus0 # AriadneII, X-surf 282ed* at zbus0 # Hydra, ASDG LanRover 283es* at zbus0 # CEI A4066 EthernetPLUS 284qn* at zbus0 # Quicknet 285 286bah* at zbus0 # C=/Ameristar A2060 / 560 287 288#Greater Valley Product Bus 289gvpbus* at zbus0 290 291#scsi stuff, all possible 292gtsc0 at gvpbus? # GVP series II scsi 293scsibus* at gtsc0 294ahsc0 at mainbus0 # A3000 scsi 295scsibus* at ahsc0 296atzsc0 at zbus0 # A2091 scsi 297scsibus* at atzsc0 298wstsc0 at zbus0 # Wordsync II scsi 299scsibus* at wstsc0 300ivsc0 at zbus0 # IVS scsi 301scsibus* at ivsc0 302mlhsc0 at zbus0 # Hacker scsi 303scsibus* at mlhsc0 304otgsc0 at zbus0 # 12 gauge scsi 305scsibus* at otgsc0 306zssc0 at zbus0 # Zeus scsi 307scsibus* at zssc0 308mgnsc0 at zbus0 # Magnum scsi 309scsibus* at mgnsc0 310wesc0 at zbus0 # Warp Engine scsi 311scsibus* at wesc0 312afsc0 at zbus0 # A4091 scsi 313scsibus* at afsc0 314aftsc0 at mainbus0 # A4000T scsi 315scsibus* at aftsc0 316flsc0 at zbus0 # FastlaneZ3 scsi 317scsibus* at flsc0 318bzsc0 at zbus0 # Blizzard 1230 I,II scsi 319scsibus* at bzsc0 320bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 321scsibus* at bzivsc0 322bztzsc0 at zbus0 # Blizzard 2060 scsi 323scsibus* at bztzsc0 324cbsc0 at zbus0 # CyberSCSI I 325scsibus* at cbsc0 326cbiisc0 at zbus0 # CyberSCSI II 327scsibus* at cbiisc0 328cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 329scsibus* at cbiiisc0 330empsc0 at zbus0 # Emplant scsi 331scsibus* at empsc0 332#idesc0 at mainbus0 # A4000 & A1200 IDE 333#scsibus* at idesc0 334 335#<<< comment out the wdc/atapibus entries below if the idesc lines above >>> 336#<<< are uncommented >>> 337wdc0 at mainbus0 # A4000 & A1200 IDE bus 338wd* at wdc? drive ? # + drives 339atapibus* at wdc? channel ? # ATAPI bus 340cd* at atapibus? drive ? # ATAPI CD-ROM drives 341sd* at atapibus? drive ? # ATAPI disk drives 342 343pccard0 at mainbus0 344pcmcia* at pccard0 345com* at pcmcia? function ? # Modems and serial cards 346pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 347aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 348wdc* at pcmcia? function ? 349awi* at pcmcia? function ? # BayStack 650 (802.11FH) 350ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 351mbe* at pcmcia? function ? # MB8696x based Ethernet 352ne* at pcmcia? function ? # NE2000-compatible Ethernet 353sm* at pcmcia? function ? # Megahertz Ethernet 354mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 355com* at mhzc? 356sm* at mhzc? 357 358#each hard drive from low target to high 359#will configure to the next available sd unit number 360sd* at scsibus? target ? lun ? # scsi disks 361st* at scsibus? target ? lun ? # scsi tapes 362cd* at scsibus? target ? lun ? # scsi cds 363ch* at scsibus? target ? lun ? # scsi autochangers 364 365ss* at scsibus? target ? lun ? # scsi scanner 366uk* at scsibus? target ? lun ? # scsi unknown 367 368pseudo-device loop # loopback network interface 369pseudo-device sl 1 # SLIP network interfaces 370pseudo-device ppp 1 # PPP network interfaces 371pseudo-device tun 1 # network tunnel line discipline 372#pseudo-device gre 2 # generic L3 over IP tunnel 373#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 374pseudo-device bpfilter 16 # Berkeley packet filter 375pseudo-device ipfilter # IP Filter package 376pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 377#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 378#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 379pseudo-device vlan # IEEE 802.1q encapsulation 380 381pseudo-device view 4 # views (needed for grfcc) 382pseudo-device pty # pseudo-terminals 383 384pseudo-device vnd 4 # vnode pseudo-disks 385pseudo-device ccd 4 # concatenated disk devices 386#pseudo-device raid 4 # RAIDframe disk driver 387#options RAID_AUTOCONFIG # auto-configuration of RAID components 388 389pseudo-device rnd # /dev/random and in-kernel generator 390#options RND_COM # use "com" randomness as well (BROKEN) 391 392config netbsd root on ? type ? 393