HADES revision 1.47
11.1Sleo#
21.32Slukem# $NetBSD: HADES,v 1.47 2003/02/02 18:26:23 thomas 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.45Sleo#		NetBSD: HADES.in,v 1.5 2002/12/08 21:31:37 leo Exp $
91.46Sleo#		NetBSD: GENERIC.in,v 1.30 2002/12/28 22:11:30 leo Exp $
101.25Sleo
111.25Sleo#This configuration file is for a generic Medusa-Hades
121.25Sleo
131.25Sleo#Generic atari
141.25Sleo
151.25Sleoinclude "arch/atari/conf/std.hades"
161.25Sleo
171.37Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
181.37Satatat
191.25Sleo#Add support for about 16 users. This variable is used to size
201.25Sleo#various kernel structures.
211.1Sleo
221.1Sleomaxusers	16
231.1Sleo
241.25Sleooptions 	HZ=64		# Set the clock-rate (48/64/96)
251.25Sleo
261.25Sleo#X11R6 related options
271.25Sleo
281.25Sleooptions 	UCONSOLE	# Allow xconsole to work
291.25Sleo
301.25Sleo#Standard system options
311.25Sleooptions 	INSECURE	# disable kernel security levels
321.25Sleo#options 	NTP		# NTP phase/frequency locked loop
331.43Sjdc
341.44Swiz#Enable experimental buffer queue strategy for better responsiveness under 
351.43Sjdc#high disk I/O load. Use it with caution - it's not proven to be stable yet.
361.43Sjdc#options 	NEW_BUFQ_STRATEGY
371.25Sleo
381.25Sleo#(Co)processors this kernel should support
391.25Sleo
401.9Slukemoptions 	M68040		# support for 040
411.11Sleooptions 	M68060		# support for 060
421.11Sleooptions 	FPSP		# 68040 Floatingpoint support
431.11Sleooptions 	M060SP		# MC68060 software support (Required for 060)
441.11Sleo
451.25Sleo#Networking options
461.25Sleo
471.32Slukemoptions 	INET		# IP + ICMP + TCP + UDP
481.1Sleo
491.25Sleooptions 	INET6		# IPV6
501.25Sleo#options 	IPSEC		# IP security
511.25Sleo#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
521.25Sleo#options 	IPSEC_DEBUG	# debug for IP security
531.32Slukem#options 	GATEWAY		# packet forwarding
541.32Slukem#options 	MROUTING	# IP multicast routing
551.32Slukemoptions 	NS		# XNS
561.32Slukem#options 	NSIP		# XNS tunneling over IP
571.32Slukemoptions 	ISO,TPIP	# OSI
581.32Slukem#options 	EON		# OSI tunneling over IP
591.32Slukemoptions 	CCITT,LLC,HDLC	# X.25
601.40Slukem
611.32Slukemoptions 	NETATALK	# AppleTalk networking protocols
621.32Slukem
631.32Slukemoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
641.32Slukemoptions 	PPP_DEFLATE	# Deflate compression support for PPP
651.32Slukemoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
661.25Sleo
671.32Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
681.32Slukemoptions 	IPFILTER_LOG	# ipmon(8) log support
691.41Sprovos#options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
701.1Sleo
711.30Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
721.30Sabs
731.25Sleo#File systems
741.5Sthorpejfile-system 	FFS		# Berkeley fast file system
751.5Sthorpejfile-system 	MFS		# Memory based filesystem
761.25Sleofile-system 	KERNFS		# Kernel parameter filesystem
771.25Sleofile-system 	MSDOSFS		# MSDOS filesystem
781.25Sleofile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
791.25Sleo
801.25Sleofile-system 	NFS		# Network File System client side code
811.5Sthorpejfile-system 	PROCFS		# Process filesystem
821.25Sleofile-system 	FDESC		# /dev/fd
831.5Sthorpejfile-system 	NULLFS		# Loopback filesystem
841.25Sleofile-system 	OVERLAY		# overlay filesystem
851.5Sthorpejfile-system 	UNION		# union file system
861.25Sleofile-system 	UMAPFS		# null file system (with uid & gid remapping)
871.25Sleofile-system 	PORTAL		# portal file system
881.25Sleofile-system 	EXT2FS		# second extended file system (linux)
891.25Sleofile-system 	LFS		# log-structured file system
901.25Sleo
911.25Sleo#File system options
921.25Sleooptions 	QUOTA		# Disk quotas for local disks
931.25Sleo#options 	FFS_EI		# FFS Endian Independant support
941.32Slukemoptions 	SOFTDEP		# FFS soft updates support.
951.25Sleooptions 	NFSSERVER	# Network File System server side code
961.25Sleo#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
971.37Satatat				#immutable) behave as system flags.
981.25Sleo
991.25Sleo#Misc. debugging options
1001.1Sleo
1011.9Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
1021.9Slukemoptions 	DDB		# Kernel debugger
1031.1Sleo
1041.25Sleooptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1051.25Sleo#options 	DEBUG		# expensive debugging checks/support
1061.25Sleo
1071.29Swiz#Compatibility options for various existing systems
1081.25Sleo
1091.9Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
1101.9Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
1111.9Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
1121.9Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
1131.15Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
1141.20Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
1151.1Sleo
1161.25Sleo#options 	COMPAT_09	# has no meaning on the atari
1171.25Sleo#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
1181.25Sleo#options 	COMPAT_SVR4	# Support to run SVR4 executables
1191.25Sleo#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1201.30Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1211.25Sleo
1221.32Slukemoptions 	COMPAT_AOUT_M68K # Compatibility to a.out executables
1231.32Slukemoptions 	EXEC_AOUT	# a.out format executables
1241.32Slukem
1251.25Sleo#Support for System V IPC facilities.
1261.25Sleo
1271.25Sleooptions 	SYSVSHM			# System V shared memory
1281.25Sleooptions 	SYSVMSG			# System V messages
1291.25Sleooptions 	SYSVSEM			# System V semaphores
1301.31Sleo#options 	SEMMNI=10		# number of semaphore identifiers
1311.31Sleo#options 	SEMUME=10		# max number of undo entries per proc.
1321.31Sleo#options 	SEMMNU=30		# number of undo structures in system
1331.25Sleo
1341.25Sleo#Support for various kernel options
1351.1Sleo
1361.9Slukemoptions 	KTRACE			# Add kernel tracing system call
1371.41Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
1381.9Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
1391.40Slukemoptions 	USERCONF		# userconf(4) support
1401.33Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1411.1Sleo
1421.25Sleo#These options enable verbose messages for several subsystems.
1431.25Sleo#Warning, these may compile large string tables into the kernel!
1441.25Sleo
1451.25Sleooptions 	SCSIVERBOSE		# human readable SCSI error messages
1461.25Sleo
1471.34Sleooptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1481.25Sleooptions 	PCIVERBOSE		# verbose PCI device autoconfig messages
1491.25Sleo#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1501.25Sleo
1511.25Sleo#Atari specific options
1521.25Sleo
1531.25Sleo#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
1541.25Sleooptions 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
1551.25Sleo
1561.28Sleooptions 	TT_SCSI			# SCSI-support for TT
1571.28Sleooptions 	TT_VIDEO		# Graphics support for TT
1581.47Sthomas#options	ET4000_HAS_2MB_MEM	# et4000 with 2 MB video memory
1591.28Sleo
1601.9Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
1611.9Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
1621.9Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
1631.1Sleo
1641.25Sleooptions 	SERCONSOLE		# modem1 console support
1651.25Sleooptions 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
1661.40Slukemoptions 	MSGBUFSIZE=32768        # size of kernel msg. buffer
1671.34Sleo#options 	STATCLOCK	        # Separate {stat,prof}clock
1681.25Sleo
1691.25Sleo#Try linked commands on all targets
1701.25Sleooptions 	TRY_SCSI_LINKED_COMMANDS=0x7f
1711.25Sleo
1721.25Sleo#Build one kernel that can boot from any disk.
1731.25Sleo
1741.5Sthorpejconfig		netbsd root on ? type ?
1751.1Sleo
1761.25Sleopseudo-device	sl			# Slip
1771.25Sleopseudo-device	ppp			# ppp
1781.36Sbjh21
1791.33Sjdolecekpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1801.36Sbjh21
1811.25Sleopseudo-device	pty			# pseudo-terminals
1821.25Sleopseudo-device	loop			# Loopback network
1831.25Sleopseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1841.46Sleopseudo-device	md		3	# Boot memory disk
1851.25Sleo
1861.25Sleopseudo-device	bpfilter	2	# berkeley packet filters
1871.25Sleopseudo-device	tun		2	# network tunnel
1881.25Sleo#pseudo-device	gre		2	# generic L3 over IP tunnel
1891.25Sleopseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1901.25Sleo#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1911.25Sleo#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1921.40Slukem
1931.25Sleopseudo-device	vlan			# IEEE 802.1q encapsulation
1941.33Sjdolecekpseudo-device	bridge			# simple inter-network bridging
1951.40Slukem
1961.25Sleopseudo-device	ccd		4	# concatenating disk driver
1971.42Selric#pseudo-device	cgd		4	# cryptographic disk driver
1981.33Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
1991.33Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2001.33Sjdolecek#Options to enable various other RAIDframe RAID types.
2011.33Sjdolecek#options	RF_INCLUDE_EVENODD=1
2021.33Sjdolecek#options	RF_INCLUDE_RAID5_RS=1
2031.33Sjdolecek#options	RF_INCLUDE_PARITYLOGGING=1
2041.33Sjdolecek#options	RF_INCLUDE_CHAINDECLUSTER=1
2051.33Sjdolecek#options	RF_INCLUDE_INTERDECLUSTER=1
2061.33Sjdolecek#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2071.33Sjdolecek#options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2081.25Sleopseudo-device	ipfilter		# IP filtering device
2091.25Sleopseudo-device	rnd			# /dev/random and in-kernel generator
2101.39Slukempseudo-device	clockctl		# user control of clock subsystem
2111.34Sleo
2121.34Sleo#MII/PHY support
2131.34Sleoexphy*	at mii? phy ?			# 3Com internal PHYs
2141.34Sleoinphy*	at mii? phy ?			# Intel 82555 PHYs
2151.34Sleoiophy*	at mii? phy ?			# Intel 82553 PHYs
2161.34Sleoukphy*	at mii? phy ?			# generic unknown PHYs
2171.34Sleo
2181.34Sleo#PCI network interfaces
2191.34Sleo#If unsure, check the port-atari page for tested cards.
2201.34Sleoep*	at pci? dev ? function ?	# 3Com 3c59x
2211.34Sleofxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
2221.34Sleo
2231.34Sleo#This is the only tested audio card at the moment.
2241.34Sleo
2251.34Sleoeso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
2261.34Sleoaudio*	at eso?
2271.25Sleo
2281.25Sleo#Hardware options for GENERIC are in the various machine type specific files
2291.25Sleo
2301.1Sleopseudo-device	view	4	# View (graphics mapping)
2311.27Sleopseudo-device	mouse	1	# mouse
2321.1Sleo
2331.25Sleo#The following sections describe various hardware options.
2341.25Sleo
2351.25Sleoncrscsi0	at mainbus0	# NCR5380 SCSI driver
2361.25Sleoscsibus0	at ncrscsi0	# SCSI bus
2371.25Sleozs0		at mainbus0	# Serial support through 8530
2381.25Sleonvr0		at mainbus0	# nvram driver
2391.25Sleolp0		at mainbus0	# centronics printer
2401.26Sleoser0		at mainbus0	# UART on first 68901 (ttyB0)
2411.25Sleogrfbus0		at mainbus0	# bitmapped display's
2421.25Sleogrfet0		at grfbus0	# et4000/et6000/et6100 consoles
2431.25Sleoite0		at grfet0
2441.25Sleogrfet1		at grfbus0
2451.25Sleoite1		at grfet1
2461.25Sleogrfet2		at grfbus0
2471.25Sleoite2		at grfet2
2481.45Sleopcib0		at mainbus0	# PCI-bus
2491.45Sleopci0		at pcib0
2501.47Sthomas#wsdisplay/keybd: if used, remove grfbus* grfet* and ite*
2511.47Sthomas#vga0		at pci? dev ? function ? # a PCI VGA card
2521.47Sthomas#wsdisplay*	at vga? console ?	# as a wscons console
2531.47Sthomas#wskbd0		at kbd0 console ?	# Keyboard
2541.25Sleoavmebus0	at mainbus0	# VME bus
2551.25Sleovme0		at avmebus0
2561.25Sleole0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
2571.25Sleole0		at vme0 irq 4	# Lance ethernet (BVME410).
2581.25Sleoet0		at vme0		# Crazy Dots II
2591.45Sleoisab0		at mainbus0	# ISA-bus
2601.45Sleoisa0		at isab0
2611.25Sleowdc0		at mainbus0	# IDE-bus
2621.25Sleowd*		at wdc? channel ? drive ?
2631.25Sleo#ATAPI bus support
2641.25Sleoatapibus*	at wdc? channel ?
2651.25Sleo
2661.25Sleo#ATAPI devices
2671.25Sleocd*	at atapibus? drive ?		# ATAPI CD-ROM drives
2681.25Sleo
2691.25Sleo#SCSI devices
2701.25Sleosd* 	at scsibus? target ? lun ?	# SCSI disk drives
2711.25Sleost* 	at scsibus? target ? lun ?	# SCSI tape drives
2721.25Sleocd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2731.25Sleo
2741.25Sleoch* 	at scsibus? target ? lun ?	# SCSI autochangers
2751.25Sleoss* 	at scsibus? target ? lun ?	# SCSI scanners
2761.25Sleose* 	at scsibus? target ? lun ?	# SCSI ethernet
2771.25Sleouk* 	at scsibus? target ? lun ?	# SCSI unknown
2781.26Sleo
2791.26Sleone0	at isa0 port 0x300 irq 5	# NE2000 ethernet
2801.26Sleoep*	at pci0 dev ? function 0	# 3Com 3c59x/3c90x Ethernet
2811.26Sleo
2821.26Sleoeso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
2831.26Sleoaudio*	at eso?
2841.19Sleo
285