1# 2# $NetBSD: HADES,v 1.107 2014/11/24 08:29:26 tsutsui Exp $ 3# 4# This file was automatically created. Changes will be 5# lost when running makeconf in this directory. 6# 7# Created from: 8# NetBSD: HADES.in,v 1.12 2010/12/12 10:05:25 tsutsui Exp $ 9# NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $ 10include "arch/atari/conf/std.hades" 11options INCLUDE_CONFIG_FILE # embed config file in kernel binary 12makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk 13maxusers 16 14options HZ=64 # Set the clock-rate (48/64/96) 15options INSECURE # disable kernel security levels 16options M68040 # support for 040 17options M68060 # support for 060 18options FPSP # 68040 Floatingpoint support 19options M060SP # MC68060 software support (Required for 060) 20options INET # IP + ICMP + TCP + UDP 21options INET6 # IPV6 22options PPP_BSDCOMP # BSD-Compress compression support for PPP 23options PPP_DEFLATE # Deflate compression support for PPP 24options PPP_FILTER # Active filter support for PPP (requires bpf) 25file-system FFS # Berkeley fast file system 26file-system MFS # Memory based filesystem 27file-system MSDOSFS # MSDOS filesystem 28file-system CD9660 # ISO 9660 filesystem with Rock Ridge 29file-system KERNFS # Kernel parameter filesystem 30file-system NFS # Network File System client side code 31file-system PROCFS # Process filesystem 32file-system NULLFS # Loopback filesystem 33file-system PTYFS # /dev/pts/N support 34file-system TMPFS # Efficient memory file-system 35options WAPBL # File system journaling support 36options FFS_NO_SNAPSHOT # No FFS snapshot support 37options NFSSERVER # Network File System server side code 38options PANICWAIT # Require keystroke to dump/reboot 39options DDB # Kernel debugger 40options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 41options COMPAT_43 # 4.3 BSD compatible system calls 42options COMPAT_10 # NetBSD 1.0, 43options COMPAT_11 # NetBSD 1.1, 44options COMPAT_12 # NetBSD 1.2, 45options COMPAT_13 # NetBSD 1.3, 46options COMPAT_14 # NetBSD 1.4, 47options COMPAT_15 # NetBSD 1.5, 48options COMPAT_16 # NetBSD 1.6, 49options COMPAT_20 # NetBSD 2.0, 50options COMPAT_30 # NetBSD 3.0, 51options COMPAT_40 # NetBSD 4.0, 52options COMPAT_50 # NetBSD 5.0, 53options COMPAT_60 # NetBSD 6.0, and 54options COMPAT_70 # NetBSD 7.0 binary compatibility. 55options COMPAT_AOUT_M68K # Compatibility to a.out executables 56options EXEC_AOUT # a.out format executables 57options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 58options SYSVSHM # System V shared memory 59options SYSVMSG # System V messages 60options SYSVSEM # System V semaphores 61options KTRACE # Add kernel tracing system call 62options USERCONF # userconf(4) support 63options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 64options MODULAR # new style module(7) framework 65options ST_POOL_SIZE=24 # smallest that allows TT-HIGH 66options TT_SCSI # SCSI-support for TT 67options TT_VIDEO # Graphics support for TT 68options MEMORY_DISK_HOOKS # Boot RAM-disk 69options DISKLABEL_NBDA # NetBSD disklabels (required) 70options DISKLABEL_AHDI # NetBSD/AHDI disklabels 71options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM 72options MSGBUFSIZE=32768 # size of kernel msg. buffer 73options TRY_SCSI_LINKED_COMMANDS=0x7f 74config netbsd root on ? type ? 75pseudo-device sl # Slip 76pseudo-device ppp # ppp 77pseudo-device pty # pseudo-terminals 78pseudo-device loop # Loopback network 79pseudo-device md # Boot memory disk 80pseudo-device vnd # 3 pseudo disks (see vnconfig) 81pseudo-device bpfilter # berkeley packet filters 82pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 83pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 84pseudo-device clockctl # user control of clock subsystem 85pseudo-device ksyms # /dev/ksyms 86exphy* at mii? phy ? # 3Com internal PHYs 87inphy* at mii? phy ? # Intel 82555 PHYs 88iophy* at mii? phy ? # Intel 82553 PHYs 89ukphy* at mii? phy ? # generic unknown PHYs 90ep* at pci? dev ? function ? # 3Com 3c59x 91fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 92eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 93audio* at eso? 94pseudo-device view 4 # View (graphics mapping) 95pseudo-device mouse 1 # mouse 96ncrscsi0 at mainbus0 # NCR5380 SCSI driver 97scsibus0 at ncrscsi0 # SCSI bus 98zs0 at mainbus0 # Serial support through 8530 99nvr0 at mainbus0 # nvram driver 100lp0 at mainbus0 # centronics printer 101ser0 at mainbus0 # UART on first 68901 (ttyB0) 102grfbus0 at mainbus0 # bitmapped display's 103grfet0 at grfbus0 # et4000/et6000/et6100 consoles 104ite0 at grfet0 105grfet1 at grfbus0 106ite1 at grfet1 107grfet2 at grfbus0 108ite2 at grfet2 109pcib0 at mainbus0 # PCI-bus 110pci0 at pcib0 111avmebus0 at mainbus0 # VME bus 112vme0 at avmebus0 113le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM). 114le0 at vme0 irq 4 # Lance ethernet (BVME410). 115et4k0 at vme0 # Crazy Dots II 116isab0 at mainbus0 # ISA-bus 117isa0 at isab0 118wdc0 at mainbus0 # IDE-bus 119atabus* at wdc? channel ? 120wd* at atabus? drive ? 121atapibus* at atabus? 122cd* at atapibus? drive ? # ATAPI CD-ROM drives 123sd* at scsibus? target ? lun ? # SCSI disk drives 124st* at scsibus? target ? lun ? # SCSI tape drives 125cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 126ch* at scsibus? target ? lun ? # SCSI autochangers 127ss* at scsibus? target ? lun ? # SCSI scanners 128se* at scsibus? target ? lun ? # SCSI ethernet 129uk* at scsibus? target ? lun ? # SCSI unknown 130ne0 at isa0 port 0x300 irq 5 # NE2000 ethernet 131ep* at pci0 dev ? function 0 # 3Com 3c59x/3c90x Ethernet 132eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 133audio* at eso? 134