xref: /netbsd-src/sys/arch/atari/conf/HADES (revision e4d7c2e329d54c97e0c0bd3016bbe74f550c3d5e)
1#
2#	$NetBSD: HADES,v 1.22 2000/02/12 03:31:49 thorpej Exp $
3#
4# Medusa-Hades
5#
6# This configuration file is for a multiple disk/multiple tape Medusa-Hades
7#
8
9include "arch/atari/conf/std.atari"
10#
11# Add support for about 16 users. This variable is used to size
12# various kernel structures.
13#
14maxusers	16
15
16#
17# processors this kernel should support
18#
19options 	M68040		# support for 040
20options 	M68060		# support for 060
21
22options 	HZ=64		# Set the clock-rate (48/64/96)
23
24options 	FPSP		# 68040 Floatingpoint support
25options 	M060SP		# MC68060 software support (Required for 060)
26
27#
28# X11R6 related options
29#
30options 	UCONSOLE	# Allow xconsole to work
31
32#
33# Networking options
34#
35options 	INET		# Basic networking support
36
37# File systems
38file-system 	FFS		# Berkeley fast file system
39file-system 	MFS		# Memory based filesystem
40#file-system	NFS		# Network File System client side code
41file-system 	PROCFS		# Process filesystem
42file-system 	KERNFS		# Kernel parameter filesystem
43file-system 	NULLFS		# Loopback filesystem
44file-system 	UNION		# union file system
45file-system 	MSDOSFS		# MSDOS filesystem
46file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
47
48#
49# Misc. debugging options
50#
51options 	PANICWAIT	# Require keystroke to dump/reboot
52options 	DDB		# Kernel debugger
53#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
54
55#
56# Compatability options for various existing systems
57#
58options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
59options 	COMPAT_10	# Compatibility to NetBSD1.0
60options 	COMPAT_11	# Compatibility to NetBSD1.1
61options 	COMPAT_12	# Compatibility to NetBSD1.2
62options 	COMPAT_13	# Compatibility to NetBSD1.3
63options 	COMPAT_14	# Compatibility to NetBSD1.4
64
65#
66# Support for System V IPC facilities.
67#
68#options 	SYSVSHM		# System V shared memory
69#options 	SYSVMSG		# System V messages
70#options 	SYSVSEM		# System V semaphores
71
72#
73# Support for various kernel options
74#
75options 	KTRACE			# Add kernel tracing system call
76options 	DIAGNOSTIC		# Add additional error checking code
77
78#
79# Atari specific kernel options:
80#
81options 	TT_SCSI			# SCSI-support for TT/Hades only
82options 	STATCLOCK		# Separate {stat,prof}clock
83options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
84options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
85options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
86
87#
88# Build one kernel that can boot from any disk.
89#
90config		netbsd root on ? type ?
91
92pseudo-device	mouse	1	# mouse
93pseudo-device	view	4	# View (graphics mapping)
94pseudo-device	sl		# Slip
95pseudo-device	ppp		# ppp
96pseudo-device	pty	16	# Pseudo-tty support
97pseudo-device	loop		# Loopback network
98pseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
99pseudo-device	md	2	# Boot memory disk
100
101#
102# The following sections describe various hardware options.
103#
104hdfd0	at fdc0 unit 0		# builtin Hades-type floppy drive
105hdfd1	at fdc0 unit 1		# 2nd Hades-type floppy drive
106zs0	at mainbus0		# Serial support through 8530
107nvr0	at mainbus0		# nvram driver
108lp0	at mainbus0		# centronics printer
109grfet0	at grfbus0		# et4000/et6000/et6100 consoles
110ite0	at grfet0
111grfet1	at grfbus0
112ite1	at grfet1
113grfet2	at grfbus0
114ite2	at grfet2
115pcibus0	at mainbus0		# PCI-bus
116pci0	at pcibus0
117avmebus0 at mainbus0		# VME bus
118vme0	at avmebus0
119isabus0	at mainbus0		# ISA-bus
120isa0	at isabus0
121wdc0	at mainbus0		# IDE-bus
122wd*	at wdc? channel ? drive ?
123 # ATAPI bus support
124atapibus* at wdc? channel ?
125
126# ATAPI devices
127cd*    at atapibus? drive ?	# ATAPI CD-ROM drives
128