HADES revision 1.30
11.1Sleo#
21.30Sabs# $NetBSD: HADES,v 1.30 2001/07/08 16:34:03 abs 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.25Sleo# Created from: 
81.27Sleo#		NetBSD: HADES.in,v 1.4 2001/04/10 06:28:38 leo Exp $
91.30Sabs#		NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs 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.30Sabs#ident  		"GENERIC-$Revision: 1.30 $"
181.25Sleo
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.25Sleo
341.25Sleo#(Co)processors this kernel should support
351.25Sleo
361.9Slukemoptions 	M68040		# support for 040
371.11Sleooptions 	M68060		# support for 060
381.11Sleooptions 	FPSP		# 68040 Floatingpoint support
391.11Sleooptions 	M060SP		# MC68060 software support (Required for 060)
401.11Sleo
411.25Sleo#Networking options
421.25Sleo
431.25Sleooptions 	INET            # IP + ICMP + TCP + UDP
441.1Sleo
451.25Sleooptions 	INET6		# IPV6
461.25Sleo#options 	IPSEC		# IP security
471.25Sleo#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
481.25Sleo#options 	IPSEC_DEBUG	# debug for IP security
491.25Sleo#options 	GATEWAY         # packet forwarding
501.25Sleo#options 	MROUTING        # IP multicast routing
511.25Sleooptions 	NS              # XNS
521.25Sleo#options 	NSIP            # XNS tunneling over IP
531.25Sleooptions 	ISO,TPIP        # OSI
541.25Sleo#options 	EON             # OSI tunneling over IP
551.25Sleooptions 	CCITT,LLC,HDLC  # X.25
561.25Sleooptions 	NETATALK        # AppleTalk networking protocols
571.25Sleo
581.25Sleooptions 	PPP_BSDCOMP     # BSD-Compress compression support for PPP
591.25Sleooptions 	PPP_DEFLATE     # Deflate compression support for PPP
601.25Sleooptions 	PPP_FILTER      # Active filter support for PPP (requires bpf)
611.25Sleo
621.25Sleooptions 	PFIL_HOOKS      # pfil(9) packet filter hooks
631.25Sleooptions 	IPFILTER_LOG    # ipmon(8) log support
641.25Sleo#options 	IPFILTER_DEFAULT_BLOCK	# block packages by default
651.1Sleo
661.30Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
671.30Sabs
681.25Sleo#File systems
691.5Sthorpejfile-system 	FFS		# Berkeley fast file system
701.5Sthorpejfile-system 	MFS		# Memory based filesystem
711.25Sleofile-system 	KERNFS		# Kernel parameter filesystem
721.25Sleofile-system 	MSDOSFS		# MSDOS filesystem
731.25Sleofile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
741.25Sleo
751.25Sleofile-system 	NFS		# Network File System client side code
761.5Sthorpejfile-system 	PROCFS		# Process filesystem
771.25Sleofile-system 	FDESC		# /dev/fd
781.5Sthorpejfile-system 	NULLFS		# Loopback filesystem
791.25Sleofile-system 	OVERLAY		# overlay filesystem
801.5Sthorpejfile-system 	UNION		# union file system
811.25Sleofile-system 	UMAPFS		# null file system (with uid & gid remapping)
821.25Sleofile-system 	PORTAL		# portal file system
831.25Sleofile-system 	EXT2FS		# second extended file system (linux)
841.25Sleofile-system 	LFS		# log-structured file system
851.25Sleo
861.25Sleo#File system options
871.25Sleooptions 	QUOTA		# Disk quotas for local disks
881.25Sleo#options 	FFS_EI		# FFS Endian Independant support
891.25Sleooptions 	SOFTDEP         # FFS soft updates support.
901.25Sleooptions 	NFSSERVER	# Network File System server side code
911.25Sleo#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
921.30Sabs				# immutable) behave as system flags.
931.25Sleo
941.25Sleo#Misc. debugging options
951.1Sleo
961.9Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
971.9Slukemoptions 	DDB		# Kernel debugger
981.1Sleo
991.25Sleooptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1001.25Sleo#options 	DEBUG		# expensive debugging checks/support
1011.25Sleo
1021.29Swiz#Compatibility options for various existing systems
1031.25Sleo
1041.9Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
1051.9Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
1061.9Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
1071.9Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
1081.15Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
1091.20Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
1101.1Sleo
1111.25Sleo#options 	COMPAT_09	# has no meaning on the atari
1121.25Sleo#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
1131.25Sleo#options 	COMPAT_SVR4	# Support to run SVR4 executables
1141.25Sleo#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1151.25Sleo#options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
1161.30Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1171.25Sleo
1181.25Sleo#Support for System V IPC facilities.
1191.25Sleo
1201.25Sleooptions 	SYSVSHM			# System V shared memory
1211.25Sleooptions 	SYSVMSG			# System V messages
1221.25Sleooptions 	SYSVSEM			# System V semaphores
1231.25Sleo
1241.25Sleo#Support for various kernel options
1251.1Sleo
1261.9Slukemoptions 	KTRACE			# Add kernel tracing system call
1271.9Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
1281.1Sleo
1291.25Sleo#These options enable verbose messages for several subsystems.
1301.25Sleo#Warning, these may compile large string tables into the kernel!
1311.25Sleo
1321.25Sleooptions 	SCSIVERBOSE		# human readable SCSI error messages
1331.25Sleo
1341.25Sleooptions 	PCIVERBOSE		# verbose PCI device autoconfig messages
1351.25Sleo#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1361.25Sleo
1371.25Sleo#Atari specific options
1381.25Sleo
1391.25Sleo#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
1401.25Sleooptions 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
1411.25Sleo
1421.28Sleooptions 	TT_SCSI			# SCSI-support for TT
1431.28Sleooptions 	TT_VIDEO		# Graphics support for TT
1441.28Sleo
1451.9Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
1461.9Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
1471.9Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
1481.1Sleo
1491.25Sleooptions 	SERCONSOLE		# modem1 console support
1501.25Sleooptions 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
1511.25Sleooptions 	STATCLOCK		# Separate {stat,prof}clock
1521.25Sleo
1531.25Sleo#Try linked commands on all targets
1541.25Sleooptions 	TRY_SCSI_LINKED_COMMANDS=0x7f
1551.25Sleo
1561.25Sleo#Build one kernel that can boot from any disk.
1571.25Sleo
1581.5Sthorpejconfig		netbsd root on ? type ?
1591.1Sleo
1601.25Sleopseudo-device	sl			# Slip
1611.25Sleopseudo-device	ppp			# ppp
1621.25Sleopseudo-device	pty			# pseudo-terminals
1631.25Sleopseudo-device	loop			# Loopback network
1641.25Sleopseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1651.25Sleopseudo-device	md		2	# Boot memory disk
1661.25Sleo
1671.25Sleopseudo-device	bpfilter	2	# berkeley packet filters
1681.25Sleopseudo-device	tun		2	# network tunnel
1691.25Sleo#pseudo-device	gre		2	# generic L3 over IP tunnel
1701.25Sleopseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1711.25Sleo#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1721.25Sleo#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1731.25Sleopseudo-device	vlan			# IEEE 802.1q encapsulation
1741.25Sleopseudo-device	ccd		4	# concatenating disk driver
1751.25Sleo#pseudo-device	raid		4	# RAIDframe disk driver
1761.25Sleo#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1771.25Sleopseudo-device	ipfilter		# IP filtering device
1781.25Sleopseudo-device	rnd			# /dev/random and in-kernel generator
1791.25Sleo
1801.25Sleo#Hardware options for GENERIC are in the various machine type specific files
1811.25Sleo
1821.1Sleopseudo-device	view	4	# View (graphics mapping)
1831.27Sleopseudo-device	mouse	1	# mouse
1841.1Sleo
1851.25Sleo#The following sections describe various hardware options.
1861.25Sleo
1871.25Sleoncrscsi0	at mainbus0	# NCR5380 SCSI driver
1881.25Sleoscsibus0	at ncrscsi0	# SCSI bus
1891.25Sleozs0		at mainbus0	# Serial support through 8530
1901.25Sleonvr0		at mainbus0	# nvram driver
1911.25Sleolp0		at mainbus0	# centronics printer
1921.26Sleoser0		at mainbus0	# UART on first 68901 (ttyB0)
1931.25Sleogrfbus0		at mainbus0	# bitmapped display's
1941.25Sleogrfet0		at grfbus0	# et4000/et6000/et6100 consoles
1951.25Sleoite0		at grfet0
1961.25Sleogrfet1		at grfbus0
1971.25Sleoite1		at grfet1
1981.25Sleogrfet2		at grfbus0
1991.25Sleoite2		at grfet2
2001.25Sleopcibus0		at mainbus0	# PCI-bus
2011.25Sleopci0		at pcibus0
2021.25Sleoavmebus0	at mainbus0	# VME bus
2031.25Sleovme0		at avmebus0
2041.25Sleole0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
2051.25Sleole0		at vme0 irq 4	# Lance ethernet (BVME410).
2061.25Sleoet0		at vme0		# Crazy Dots II
2071.25Sleoisabus0		at mainbus0	# ISA-bus
2081.25Sleoisa0		at isabus0
2091.25Sleowdc0		at mainbus0	# IDE-bus
2101.25Sleowd*		at wdc? channel ? drive ?
2111.25Sleo#ATAPI bus support
2121.25Sleoatapibus*	at wdc? channel ?
2131.25Sleo
2141.25Sleo#ATAPI devices
2151.25Sleocd*	at atapibus? drive ?		# ATAPI CD-ROM drives
2161.25Sleo
2171.25Sleo#SCSI devices
2181.25Sleosd* 	at scsibus? target ? lun ?	# SCSI disk drives
2191.25Sleost* 	at scsibus? target ? lun ?	# SCSI tape drives
2201.25Sleocd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2211.25Sleo
2221.25Sleoch* 	at scsibus? target ? lun ?	# SCSI autochangers
2231.25Sleoss* 	at scsibus? target ? lun ?	# SCSI scanners
2241.25Sleose* 	at scsibus? target ? lun ?	# SCSI ethernet
2251.25Sleouk* 	at scsibus? target ? lun ?	# SCSI unknown
2261.26Sleo
2271.26Sleone0	at isa0 port 0x300 irq 5	# NE2000 ethernet
2281.26Sleoep*	at pci0 dev ? function 0	# 3Com 3c59x/3c90x Ethernet
2291.26Sleo
2301.26Sleoeso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
2311.26Sleoaudio*	at eso?
2321.19Sleo
233