HADES revision 1.101
11.1Sleo# 21.101Sapb# $NetBSD: HADES,v 1.101 2012/10/17 14:48:09 apb Exp $ 31.1Sleo# 41.25Sleo# This file was automatically created. Changes will be 51.25Sleo# lost when running makeconf in this directory. 61.1Sleo# 71.32Slukem# Created from: 81.97Stsutsui# NetBSD: HADES.in,v 1.12 2010/12/12 10:05:25 tsutsui Exp $ 91.96Stsutsui# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $ 101.52Sabsinclude "arch/atari/conf/std.hades" 111.52Sabsoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 121.52Sabsmaxusers 16 131.52Sabsoptions HZ=64 # Set the clock-rate (48/64/96) 141.52Sabsoptions INSECURE # disable kernel security levels 151.52Sabsoptions M68040 # support for 040 161.52Sabsoptions M68060 # support for 060 171.52Sabsoptions FPSP # 68040 Floatingpoint support 181.52Sabsoptions M060SP # MC68060 software support (Required for 060) 191.52Sabsoptions INET # IP + ICMP + TCP + UDP 201.52Sabsoptions INET6 # IPV6 211.52Sabsoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 221.52Sabsoptions PPP_DEFLATE # Deflate compression support for PPP 231.52Sabsoptions PPP_FILTER # Active filter support for PPP (requires bpf) 241.52Sabsoptions PFIL_HOOKS # pfil(9) packet filter hooks 251.52Sabsoptions IPFILTER_LOG # ipmon(8) log support 261.73Smartinoptions IPFILTER_LOOKUP # ippool(8) support 271.94Smrgoptions IPFILTER_COMPAT # Compat for IP-Filter 281.52Sabsfile-system FFS # Berkeley fast file system 291.52Sabsfile-system MFS # Memory based filesystem 301.52Sabsfile-system MSDOSFS # MSDOS filesystem 311.52Sabsfile-system CD9660 # ISO 9660 filesystem with Rock Ridge 321.79Sabsfile-system KERNFS # Kernel parameter filesystem 331.52Sabsfile-system NFS # Network File System client side code 341.52Sabsfile-system PROCFS # Process filesystem 351.52Sabsfile-system FDESC # /dev/fd 361.52Sabsfile-system NULLFS # Loopback filesystem 371.52Sabsfile-system OVERLAY # overlay filesystem 381.52Sabsfile-system UNION # union file system 391.52Sabsfile-system UMAPFS # null file system (with uid & gid remapping) 401.84Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 411.52Sabsfile-system EXT2FS # second extended file system (linux) 421.63Schristosfile-system PTYFS # /dev/pts/N support 431.93Stsutsuifile-system TMPFS # Efficient memory file-system 441.99Sdhollandoptions WAPBL # File system journaling support 451.52Sabsoptions NFSSERVER # Network File System server side code 461.52Sabsoptions PANICWAIT # Require keystroke to dump/reboot 471.52Sabsoptions DDB # Kernel debugger 481.52Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 491.83Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls 501.58Ssimonboptions COMPAT_10 # Compatibility with NetBSD 1.0 511.58Ssimonboptions COMPAT_11 # Compatibility with NetBSD 1.1 521.58Ssimonboptions COMPAT_12 # Compatibility with NetBSD 1.2 531.58Ssimonboptions COMPAT_13 # Compatibility with NetBSD 1.3 541.58Ssimonboptions COMPAT_14 # Compatibility with NetBSD 1.4 551.58Ssimonboptions COMPAT_15 # Compatibility with NetBSD 1.5 561.58Ssimonboptions COMPAT_16 # Compatibility with NetBSD 1.6 571.58Ssimonboptions COMPAT_20 # Compatibility with NetBSD 2.0 581.64Schsoptions COMPAT_30 # NetBSD 3.0 compatibility. 591.74Sheoptions COMPAT_40 # NetBSD 4.0 compatibility. 601.83Sabsoptions COMPAT_50 # NetBSD 5.0 compatibility. 611.101Sapboptions COMPAT_60 # NetBSD 6.0 compatibility. 621.52Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables 631.52Sabsoptions EXEC_AOUT # a.out format executables 641.55Sbouyeroptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 651.52Sabsoptions SYSVSHM # System V shared memory 661.52Sabsoptions SYSVMSG # System V messages 671.52Sabsoptions SYSVSEM # System V semaphores 681.52Sabsoptions KTRACE # Add kernel tracing system call 691.52Sabsoptions USERCONF # userconf(4) support 701.55Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 711.52Sabsoptions SCSIVERBOSE # human readable SCSI error messages 721.52Sabsoptions MIIVERBOSE # verbose PHY autoconfig messages 731.80Sabsoptions ST_POOL_SIZE=24 # smallest that allows TT-HIGH 741.52Sabsoptions TT_SCSI # SCSI-support for TT 751.52Sabsoptions TT_VIDEO # Graphics support for TT 761.52Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk 771.52Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required) 781.52Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels 791.52Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM 801.52Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer 811.52Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f 821.52Sabsconfig netbsd root on ? type ? 831.52Sabspseudo-device sl # Slip 841.52Sabspseudo-device ppp # ppp 851.52Sabspseudo-device pppoe # PPP over Ethernet (RFC 2516) 861.52Sabspseudo-device pty # pseudo-terminals 871.52Sabspseudo-device loop # Loopback network 881.95Shannkenpseudo-device md # Boot memory disk 891.84Spookapseudo-device putter # for puffs and pud 901.69Srpaulopseudo-device vnd # 3 pseudo disks (see vnconfig) 911.67Srpaulopseudo-device bpfilter # berkeley packet filters 921.69Srpaulopseudo-device tun # network tunnel 931.56Scubepseudo-device tap # virtual Ethernet 941.69Srpaulopseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 951.70Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 961.52Sabspseudo-device ccd 4 # concatenating disk driver 971.91Spookapseudo-device fss # file system snapshot device 981.52Sabspseudo-device ipfilter # IP filtering device 991.52Sabspseudo-device clockctl # user control of clock subsystem 1001.85Stsutsuipseudo-device ksyms # /dev/ksyms 1011.52Sabsexphy* at mii? phy ? # 3Com internal PHYs 1021.52Sabsinphy* at mii? phy ? # Intel 82555 PHYs 1031.52Sabsiophy* at mii? phy ? # Intel 82553 PHYs 1041.52Sabsukphy* at mii? phy ? # generic unknown PHYs 1051.52Sabsep* at pci? dev ? function ? # 3Com 3c59x 1061.52Sabsfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 1071.52Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 1081.52Sabsaudio* at eso? 1091.52Sabspseudo-device view 4 # View (graphics mapping) 1101.52Sabspseudo-device mouse 1 # mouse 1111.52Sabsncrscsi0 at mainbus0 # NCR5380 SCSI driver 1121.52Sabsscsibus0 at ncrscsi0 # SCSI bus 1131.52Sabszs0 at mainbus0 # Serial support through 8530 1141.52Sabsnvr0 at mainbus0 # nvram driver 1151.52Sabslp0 at mainbus0 # centronics printer 1161.52Sabsser0 at mainbus0 # UART on first 68901 (ttyB0) 1171.73Smartingrfbus0 at mainbus0 # bitmapped display's 1181.52Sabsgrfet0 at grfbus0 # et4000/et6000/et6100 consoles 1191.52Sabsite0 at grfet0 1201.52Sabsgrfet1 at grfbus0 1211.52Sabsite1 at grfet1 1221.52Sabsgrfet2 at grfbus0 1231.52Sabsite2 at grfet2 1241.52Sabspcib0 at mainbus0 # PCI-bus 1251.52Sabspci0 at pcib0 1261.52Sabsavmebus0 at mainbus0 # VME bus 1271.52Sabsvme0 at avmebus0 1281.52Sabsle0 at vme0 irq 5 # Lance ethernet (Riebl/PAM). 1291.52Sabsle0 at vme0 irq 4 # Lance ethernet (BVME410). 1301.97Stsutsuiet4k0 at vme0 # Crazy Dots II 1311.52Sabsisab0 at mainbus0 # ISA-bus 1321.52Sabsisa0 at isab0 1331.52Sabswdc0 at mainbus0 # IDE-bus 1341.52Sabsatabus* at wdc? channel ? 1351.52Sabswd* at atabus? drive ? 1361.52Sabsatapibus* at atabus? 1371.52Sabscd* at atapibus? drive ? # ATAPI CD-ROM drives 1381.52Sabssd* at scsibus? target ? lun ? # SCSI disk drives 1391.52Sabsst* at scsibus? target ? lun ? # SCSI tape drives 1401.52Sabscd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1411.52Sabsch* at scsibus? target ? lun ? # SCSI autochangers 1421.52Sabsss* at scsibus? target ? lun ? # SCSI scanners 1431.52Sabsse* at scsibus? target ? lun ? # SCSI ethernet 1441.52Sabsuk* at scsibus? target ? lun ? # SCSI unknown 1451.52Sabsne0 at isa0 port 0x300 irq 5 # NE2000 ethernet 1461.52Sabsep* at pci0 dev ? function 0 # 3Com 3c59x/3c90x Ethernet 1471.52Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 1481.52Sabsaudio* at eso? 149