HADES revision 1.93
11.1Sleo#
21.91Spooka# $NetBSD: HADES,v 1.93 2010/05/08 20:41:24 tsutsui 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.88Stsutsui#		NetBSD: HADES.in,v 1.11 2010/04/10 01:59:40 tsutsui Exp $
91.93Stsutsui#		NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 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.52Sabsfile-system FFS # Berkeley fast file system
281.52Sabsfile-system MFS # Memory based filesystem
291.52Sabsfile-system MSDOSFS # MSDOS filesystem
301.52Sabsfile-system CD9660 # ISO 9660 filesystem with Rock Ridge
311.79Sabsfile-system KERNFS # Kernel parameter filesystem
321.52Sabsfile-system NFS # Network File System client side code
331.52Sabsfile-system PROCFS # Process filesystem
341.52Sabsfile-system FDESC # /dev/fd
351.52Sabsfile-system NULLFS # Loopback filesystem
361.52Sabsfile-system OVERLAY # overlay filesystem
371.52Sabsfile-system UNION # union file system
381.52Sabsfile-system UMAPFS # null file system (with uid & gid remapping)
391.84Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
401.52Sabsfile-system EXT2FS # second extended file system (linux)
411.63Schristosfile-system PTYFS # /dev/pts/N support
421.93Stsutsuifile-system TMPFS # Efficient memory file-system
431.76Ssimonboptions WAPBL # File system journaling support - Experimental
441.52Sabsoptions NFSSERVER # Network File System server side code
451.52Sabsoptions PANICWAIT # Require keystroke to dump/reboot
461.52Sabsoptions DDB # Kernel debugger
471.52Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB
481.83Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls
491.58Ssimonboptions COMPAT_10 # Compatibility with NetBSD 1.0
501.58Ssimonboptions COMPAT_11 # Compatibility with NetBSD 1.1
511.58Ssimonboptions COMPAT_12 # Compatibility with NetBSD 1.2
521.58Ssimonboptions COMPAT_13 # Compatibility with NetBSD 1.3
531.58Ssimonboptions COMPAT_14 # Compatibility with NetBSD 1.4
541.58Ssimonboptions COMPAT_15 # Compatibility with NetBSD 1.5
551.58Ssimonboptions COMPAT_16 # Compatibility with NetBSD 1.6
561.58Ssimonboptions COMPAT_20 # Compatibility with NetBSD 2.0
571.64Schsoptions COMPAT_30 # NetBSD 3.0 compatibility.
581.74Sheoptions COMPAT_40 # NetBSD 4.0 compatibility.
591.83Sabsoptions COMPAT_50 # NetBSD 5.0 compatibility.
601.52Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables
611.52Sabsoptions EXEC_AOUT # a.out format executables
621.55Sbouyeroptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
631.52Sabsoptions SYSVSHM # System V shared memory
641.52Sabsoptions SYSVMSG # System V messages
651.52Sabsoptions SYSVSEM # System V semaphores
661.53Sbouyeroptions P1003_1B_SEMAPHORE # p1003.1b semaphore support
671.52Sabsoptions KTRACE # Add kernel tracing system call
681.52Sabsoptions USERCONF # userconf(4) support
691.55Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
701.52Sabsoptions SCSIVERBOSE # human readable SCSI error messages
711.52Sabsoptions MIIVERBOSE # verbose PHY autoconfig messages
721.80Sabsoptions ST_POOL_SIZE=24 # smallest that allows TT-HIGH
731.52Sabsoptions TT_SCSI # SCSI-support for TT
741.52Sabsoptions TT_VIDEO # Graphics support for TT
751.52Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk
761.52Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required)
771.52Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels
781.52Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
791.52Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer
801.52Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f
811.52Sabsconfig netbsd root on ? type ?
821.52Sabspseudo-device sl # Slip
831.52Sabspseudo-device ppp # ppp
841.52Sabspseudo-device pppoe # PPP over Ethernet (RFC 2516)
851.52Sabspseudo-device pty # pseudo-terminals
861.52Sabspseudo-device loop # Loopback network
871.83Sabspseudo-device md 3 # Boot memory disk
881.84Spookapseudo-device putter # for puffs and pud
891.69Srpaulopseudo-device vnd # 3 pseudo disks (see vnconfig)
901.67Srpaulopseudo-device bpfilter # berkeley packet filters
911.69Srpaulopseudo-device tun # network tunnel
921.56Scubepseudo-device tap # virtual Ethernet
931.69Srpaulopseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
941.70Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
951.52Sabspseudo-device ccd 4 # concatenating disk driver
961.91Spookapseudo-device fss # file system snapshot device
971.52Sabspseudo-device ipfilter # IP filtering device
981.52Sabspseudo-device rnd # /dev/random and in-kernel generator
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.52Sabset0 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