HADES revision 1.53
11.1Sleo#
21.49Scl# $NetBSD: HADES,v 1.53 2004/06/28 21:10:09 bouyer 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.50Sbouyer#		NetBSD: HADES.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
91.53Sbouyer#		NetBSD: GENERIC.in,v 1.38 2004/06/28 21:07:47 bouyer Exp $
101.52Sabsinclude "arch/atari/conf/std.hades"
111.52Sabs
121.52Sabsoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary
131.52Sabs
141.52Sabsmaxusers 16
151.52Sabs
161.52Sabsoptions HZ=64 # Set the clock-rate (48/64/96)
171.52Sabs
181.52Sabsoptions INSECURE # disable kernel security levels
191.52Sabsoptions M68040 # support for 040
201.52Sabsoptions M68060 # support for 060
211.52Sabsoptions FPSP # 68040 Floatingpoint support
221.52Sabsoptions M060SP # MC68060 software support (Required for 060)
231.52Sabs
241.52Sabsoptions INET # IP + ICMP + TCP + UDP
251.52Sabs
261.52Sabsoptions INET6 # IPV6
271.52Sabs
281.52Sabsoptions NS # XNS
291.52Sabs
301.52Sabsoptions ISO,TPIP # OSI
311.52Sabs
321.52Sabsoptions CCITT,LLC,HDLC # X.25
331.52Sabs
341.52Sabsoptions NETATALK # AppleTalk networking protocols
351.52Sabs
361.52Sabsoptions PPP_BSDCOMP # BSD-Compress compression support for PPP
371.52Sabsoptions PPP_DEFLATE # Deflate compression support for PPP
381.52Sabsoptions PPP_FILTER # Active filter support for PPP (requires bpf)
391.52Sabs
401.52Sabsoptions PFIL_HOOKS # pfil(9) packet filter hooks
411.52Sabsoptions IPFILTER_LOG # ipmon(8) log support
421.52Sabsfile-system FFS # Berkeley fast file system
431.52Sabsfile-system MFS # Memory based filesystem
441.52Sabsfile-system KERNFS # Kernel parameter filesystem
451.52Sabsfile-system MSDOSFS # MSDOS filesystem
461.52Sabsfile-system CD9660 # ISO 9660 filesystem with Rock Ridge
471.52Sabs
481.52Sabsfile-system NFS # Network File System client side code
491.52Sabsfile-system PROCFS # Process filesystem
501.52Sabsfile-system FDESC # /dev/fd
511.52Sabsfile-system NULLFS # Loopback filesystem
521.52Sabsfile-system OVERLAY # overlay filesystem
531.52Sabsfile-system UNION # union file system
541.52Sabsfile-system UMAPFS # null file system (with uid & gid remapping)
551.52Sabsfile-system PORTAL # portal file system
561.52Sabsfile-system EXT2FS # second extended file system (linux)
571.52Sabsfile-system LFS # log-structured file system
581.52Sabs
591.52Sabsoptions QUOTA # Disk quotas for local disks
601.52Sabs
611.52Sabsoptions SOFTDEP # FFS soft updates support.
621.52Sabsoptions NFSSERVER # Network File System server side code
631.52Sabs
641.52Sabsoptions PANICWAIT # Require keystroke to dump/reboot
651.52Sabsoptions DDB # Kernel debugger
661.52Sabs
671.52Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB
681.52Sabs
691.52Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls (required)
701.52Sabsoptions COMPAT_10 # Compatibility to NetBSD1.0
711.52Sabsoptions COMPAT_11 # Compatibility to NetBSD1.1
721.52Sabsoptions COMPAT_12 # Compatibility to NetBSD1.2
731.52Sabsoptions COMPAT_13 # Compatibility to NetBSD1.3
741.52Sabsoptions COMPAT_14 # Compatibility to NetBSD1.4
751.52Sabsoptions COMPAT_15 # Compatibility to NetBSD1.5
761.52Sabsoptions COMPAT_16 # Compatibility to NetBSD1.6
771.25Sleo
781.52Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables
791.52Sabsoptions EXEC_AOUT # a.out format executables
801.25Sleo
811.52Sabsoptions SYSVSHM # System V shared memory
821.52Sabsoptions SYSVMSG # System V messages
831.52Sabsoptions SYSVSEM # System V semaphores
841.53Sbouyer
851.53Sbouyeroptions P1003_1B_SEMAPHORE # p1003.1b semaphore support
861.53Sbouyer
871.52Sabsoptions KTRACE # Add kernel tracing system call
881.52Sabsoptions SYSTRACE # system call vetting via systrace(1)
891.52Sabsoptions DIAGNOSTIC # Add additional error checking code
901.52Sabsoptions USERCONF # userconf(4) support
911.52Sabsoptions SCSIVERBOSE # human readable SCSI error messages
921.25Sleo
931.52Sabsoptions MIIVERBOSE # verbose PHY autoconfig messages
941.52Sabsoptions PCIVERBOSE # verbose PCI device autoconfig messages
951.52Sabs
961.52Sabsoptions ST_POOL_SIZE=22 # smallest that allows TT-HIGH
971.52Sabs
981.52Sabsoptions TT_SCSI # SCSI-support for TT
991.52Sabsoptions TT_VIDEO # Graphics support for TT
1001.52Sabs
1011.52Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk
1021.52Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required)
1031.52Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels
1041.52Sabs
1051.52Sabsoptions SERCONSOLE # modem1 console support
1061.52Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
1071.52Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer
1081.52Sabs
1091.52Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f
1101.52Sabs
1111.52Sabsconfig netbsd root on ? type ?
1121.52Sabs
1131.52Sabspseudo-device sl # Slip
1141.52Sabspseudo-device ppp # ppp
1151.52Sabs
1161.52Sabspseudo-device pppoe # PPP over Ethernet (RFC 2516)
1171.52Sabs
1181.52Sabspseudo-device pty # pseudo-terminals
1191.52Sabspseudo-device loop # Loopback network
1201.52Sabspseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
1211.52Sabspseudo-device md 3 # Boot memory disk
1221.52Sabs
1231.52Sabspseudo-device bpfilter 2 # berkeley packet filters
1241.52Sabspseudo-device tun 2 # network tunnel
1251.52Sabs
1261.52Sabspseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
1271.52Sabs
1281.52Sabspseudo-device vlan # IEEE 802.1q encapsulation
1291.52Sabspseudo-device bridge # simple inter-network bridging
1301.52Sabs
1311.52Sabspseudo-device ccd 4 # concatenating disk driver
1321.52Sabs
1331.52Sabspseudo-device raid 8 # RAIDframe disk driver
1341.52Sabsoptions RAID_AUTOCONFIG # auto-configuration of RAID components
1351.52Sabspseudo-device ipfilter # IP filtering device
1361.52Sabspseudo-device rnd # /dev/random and in-kernel generator
1371.52Sabspseudo-device clockctl # user control of clock subsystem
1381.52Sabs
1391.52Sabsexphy* at mii? phy ? # 3Com internal PHYs
1401.52Sabsinphy* at mii? phy ? # Intel 82555 PHYs
1411.52Sabsiophy* at mii? phy ? # Intel 82553 PHYs
1421.52Sabsukphy* at mii? phy ? # generic unknown PHYs
1431.52Sabs
1441.52Sabsep* at pci? dev ? function ? # 3Com 3c59x
1451.52Sabsfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
1461.52Sabs
1471.52Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
1481.52Sabsaudio* at eso?
1491.52Sabs
1501.52Sabspseudo-device view 4 # View (graphics mapping)
1511.52Sabspseudo-device mouse 1 # mouse
1521.25Sleo
1531.52Sabsncrscsi0 at mainbus0 # NCR5380 SCSI driver
1541.52Sabsscsibus0 at ncrscsi0 # SCSI bus
1551.52Sabszs0 at mainbus0 # Serial support through 8530
1561.52Sabsnvr0 at mainbus0 # nvram driver
1571.52Sabslp0 at mainbus0 # centronics printer
1581.52Sabsser0 at mainbus0 # UART on first 68901 (ttyB0)
1591.52Sabsgrfbus0 at mainbus0 # bitmapped display's'
1601.52Sabsgrfet0 at grfbus0 # et4000/et6000/et6100 consoles
1611.52Sabsite0 at grfet0
1621.52Sabsgrfet1 at grfbus0
1631.52Sabsite1 at grfet1
1641.52Sabsgrfet2 at grfbus0
1651.52Sabsite2 at grfet2
1661.52Sabspcib0 at mainbus0 # PCI-bus
1671.52Sabspci0 at pcib0
1681.37Satatat
1691.52Sabsavmebus0 at mainbus0 # VME bus
1701.52Sabsvme0 at avmebus0
1711.52Sabsle0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
1721.52Sabsle0 at vme0 irq 4 # Lance ethernet (BVME410).
1731.52Sabset0 at vme0 # Crazy Dots II
1741.52Sabsisab0 at mainbus0 # ISA-bus
1751.52Sabsisa0 at isab0
1761.52Sabswdc0 at mainbus0 # IDE-bus
1771.52Sabsatabus* at wdc? channel ?
1781.52Sabswd* at atabus? drive ?
1791.1Sleo
1801.52Sabsatapibus* at atabus?
1811.1Sleo
1821.52Sabscd* at atapibus? drive ? # ATAPI CD-ROM drives
1831.25Sleo
1841.52Sabssd* at scsibus? target ? lun ? # SCSI disk drives
1851.52Sabsst* at scsibus? target ? lun ? # SCSI tape drives
1861.52Sabscd* at scsibus? target ? lun ? # SCSI CD-ROM drives
1871.26Sleo
1881.52Sabsch* at scsibus? target ? lun ? # SCSI autochangers
1891.52Sabsss* at scsibus? target ? lun ? # SCSI scanners
1901.52Sabsse* at scsibus? target ? lun ? # SCSI ethernet
1911.52Sabsuk* at scsibus? target ? lun ? # SCSI unknown
1921.26Sleo
1931.52Sabsne0 at isa0 port 0x300 irq 5 # NE2000 ethernet
1941.52Sabsep* at pci0 dev ? function 0 # 3Com 3c59x/3c90x Ethernet
1951.19Sleo
1961.52Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
1971.52Sabsaudio* at eso?
198