DRACO revision 1.53
1# $NetBSD: DRACO,v 1.53 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.53 $" 11 12maxusers 8 13options RTC_OFFSET=0 14 15#mainboards to support (in addition to Amiga) 16 17options DRACO 18 19#processors this kernel should support 20 21options M68060 # support for 060 22options M060SP # MC68060 software support (Required for 060) 23 24#Networking options 25 26options INET # IP networking support (Required) 27options INET6 # IPV6 28#options IPSEC # IP security 29#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 30#options IPSEC_DEBUG # debug for IP security 31#options GATEWAY # Packet forwarding 32#options DIRECTED_BROADCAST # Broadcast across subnets 33 34#options MROUTING # Multicast routing 35options NS # XNS 36#options NSIP # XNS tunneling over IP 37options ISO,TPIP # OSI 38#options EON # OSI tunneling over IP 39options CCITT,LLC,HDLC # X.25 40options NETATALK # AppleTalk networking protocols 41 42options PPP_BSDCOMP # BSD-Compress compression support for PPP 43options PPP_DEFLATE # Deflate compression support for PPP 44options PPP_FILTER # Active filter support for PPP (requires bpf) 45options PFIL_HOOKS # pfil(9) packet filter hooks 46options IPFILTER_LOG # ipmon(8) log support 47 48file-system FFS # Berkeley fast file system 49file-system EXT2FS # second extended file system (linux) 50#file-system LFS # log-structured filesystem (experimental) 51 52file-system MFS # Memory based filesystem 53 54file-system NFS # Network File System client side code 55file-system ADOSFS # AmigaDOS file system 56file-system CD9660 # ISO 9660 + Rock Ridge filesystem 57file-system MSDOSFS # MS-DOS filesystem 58 59file-system KERNFS # kernel data-structure filesystem 60 61file-system FDESC # user file descriptor filesystem 62file-system NULLFS # loopback filesystem 63file-system OVERLAY # overlay filesystem 64#file-system PORTAL # Portal filesystem 65file-system PROCFS # /proc filesystem 66file-system UMAPFS # NULLFS + uid and gid remapping 67file-system UNION # union filesystem 68 69#Filesystem options 70 71#options FFS_EI # FFS Endian Independant support 72 73options QUOTA # User and group quotas in FFS 74options SOFTDEP # FFS soft updates support. 75options NFSSERVER # Network File System server side code 76 77#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 78 # immutable) behave as system flags. 79 80#Compatibility options for various existing systems 81 82options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 83options COMPAT_43 # compatibility with 4.3BSD interfaces 84options COMPAT_09 # compatibility with NetBSD 0.9 85options COMPAT_10 # compatibility with NetBSD 1.0 86options COMPAT_12 # compatibility with NetBSD 1.2 87options COMPAT_13 # compatibility with NetBSD 1.3 88options COMPAT_14 # compatibility with NetBSD 1.4 89options COMPAT_SUNOS # Support to run Sun (m68k) executables 90options COMPAT_SVR4 # Support to run SVR4 (m68k) executables 91options COMPAT_NOMID # allow nonvalid machine id executables 92#options COMPAT_LINUX # Support to run Linux/m68k executables 93options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 94 95#Support for System V IPC facilities. 96 97options SYSVSHM # System V-like shared memory 98options SYSVMSG # System V-like messages 99options SYSVSEM # System V-like semaphores 100 101#Support for various kernel options 102 103options KTRACE # system call tracing support 104options LKM # Loadable kernel modules 105options UCONSOLE # anyone can redirect a virtual console 106 107#options INSECURE # allow, among other insecure stuff, LKM 108 # loading in multi-user mode. 109options SCSIVERBOSE # Verbose SCSI errors 110 111options NTP # NTP phase/frequency locked loop 112 113#Misc. debugging options 114 115options DDB # Kernel debugger 116#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 117options DIAGNOSTIC # Extra kernel sanity checks 118#options DEBUG # Enable misc. kernel debugging code 119#options SYSCALL_DEBUG # debug all syscalls. 120#options SCSIDEBUG # Add SCSI debugging statements 121#options PANICBUTTON # Forced crash via keypress (???) 122 123#Amiga specific options 124 125#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 126 # first bank of RAM. (default: unlimited) 127#options NKPTADD=4 # set this for 4 additional KPT pages 128#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 129 # per 16 MB (1<<24 bytes) of RAM 130 # define and decrease this, or define and 131 # increase NKPTADD if you get "out of PT pages" 132 # panics. 133 134#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 135#before the 10 secondinterval ends, or that KBDRESET does work at all. 136#options KBDRESET # sync on Ctrl-Amiga-Amiga 137 138#These options improve performance with the built-in serial port 139#on slower Amigas. Try the larger buffers first then lev6_defer. 140#options SERIBUF_SIZE=4096 141#options SEROBUF_SIZE=32 142#options LEV6_DEFER # defers l6 to l4 (below serial l5) 143 144options RETINACONSOLE # enable code to allow retina to be console 145 146#options KFONT_8X11 # 8x11 font 147 148#This is how you would tell the kernel the A2410 oscillator frequencies: 149#The used frequencies are the defaults, and do not need option setting 150#options ULOWELL_OSC1=36000000 151#options ULOWELL_OSC2=66667000 152 153#This is how you specify the blitting speed, higher values may speed up blits 154#a littel bit. If you raise this value too much some trash may appear. 155#the commented version is the default. 156#options RH_MEMCLK=61000000 157#this option enables the 64 bit sprite which does not work 158#for quite a few people. E.g. The cursor sprite will turn to a block 159#when moved to the top of the screen in X. 160#options RH_64BIT_SPRITE 161#enables fast scroll code appears to now work on 040 systems. 162#options RETINA_SPEED_HACK 163#enables the Hardwarecursor which does not work on some systems. 164#options RH_HARDWARECURSOR 165 166grfrh0 at zbus0 # retina III 167 168grf2 at grfrh0 169 170ite2 at grf2 # terminal emulators for grfs 171 172msc0 at zbus0 # A2232 MSC multiport serial. 173mfc0 at zbus0 # MultiFaceCard I/O board 174mfcs0 at mfc0 unit 0 # MFC serial 175mfcs1 at mfc0 unit 1 # MFC serial 176#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 177#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 178#mfcs2 at mfc1 unit 0 179#mfcs3 at mfc1 unit 1 180#mfcp1 at mfc1 unit 0 181 182hyper* at zbus? # zbus HyperCom3/3+/4/4+ 183#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 184com* at hyper? port ? # Hypercom3/4 serial ports 185lpt* at hyper? port ? # Hypercom3+/4+ parallel port 186 187#options IOBZCLOCK=22118400 # default, uncomment the next line 188#options IOBZCLOCK=24000000 # if needed. 189 190iobl* at zbus? # zbus IOBlix 191com* at iobl? port ? # IOBlix serial ports 192lpt* at iobl? port ? # IOBlix parallel ports 193 194#Keyboard device. Optionally can attach a wskbd. 195#wskbd works together with a wsdisplay so enable them both if you will. 196#Don't enable wskbd if you use ite. 197 198#XXX in std.amiga: kbd0 at mainbus0 199#wskbd0 at kbd0 console ? 200 201#DraCo Mainboard devices (sans keyboard) 202 203drbbc0 at mainbus0 # DraCo battery backed clock 204drsupio0 at mainbus0 # DraCo superio chip 205com* at drsupio? port ? # DraCo serial 206lpt0 at drsupio? port ? # DraCo parallel 207 208#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 209 210#Ethernet cards: 211le* at zbus0 # A2065, Ameristar, Ariadne 212ne* at zbus0 # AriadneII, X-surf 213ed* at zbus0 # Hydra, ASDG LanRover 214es* at zbus0 # CEI A4066 EthernetPLUS 215qn* at zbus0 # Quicknet 216 217bah* at zbus0 # C=/Ameristar A2060 / 560 218 219drsc0 at mainbus0 # DraCo scsi 220scsibus* at drsc0 221 222#each hard drive from low target to high 223#will configure to the next available sd unit number 224sd* at scsibus? target ? lun ? # scsi disks 225st* at scsibus? target ? lun ? # scsi tapes 226cd* at scsibus? target ? lun ? # scsi cds 227ch* at scsibus? target ? lun ? # scsi autochangers 228 229ss* at scsibus? target ? lun ? # scsi scanner 230uk* at scsibus? target ? lun ? # scsi unknown 231 232pseudo-device loop # loopback network interface 233pseudo-device sl 1 # SLIP network interfaces 234pseudo-device ppp 1 # PPP network interfaces 235pseudo-device tun 1 # network tunnel line discipline 236#pseudo-device gre 2 # generic L3 over IP tunnel 237#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 238pseudo-device bpfilter 16 # Berkeley packet filter 239pseudo-device ipfilter # IP Filter package 240pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 241#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 242#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 243pseudo-device vlan # IEEE 802.1q encapsulation 244 245pseudo-device view 4 # views (needed for grfcc) 246pseudo-device pty # pseudo-terminals 247 248pseudo-device vnd 4 # vnode pseudo-disks 249pseudo-device ccd 4 # concatenated disk devices 250#pseudo-device raid 4 # RAIDframe disk driver 251#options RAID_AUTOCONFIG # auto-configuration of RAID components 252 253pseudo-device rnd # /dev/random and in-kernel generator 254#options RND_COM # use "com" randomness as well (BROKEN) 255 256config netbsd root on ? type ? 257