INSTALL revision 1.18
1#	$NetBSD: INSTALL,v 1.18 2002/04/02 05:30:39 lukem Exp $
2#
3# First try for BEBOX config file
4#
5
6include "arch/bebox/conf/std.bebox"
7
8maxusers	32
9
10makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
11
12# Enable the hooks used for initializing the root memory-disk.
13options 		MEMORY_DISK_HOOKS
14options 		MEMORY_DISK_IS_ROOT	# force root on memory disk
15options 		MEMORY_DISK_SERVER=0	# no userspace memory disk support
16options 		MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
17
18#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
19#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
20# HMAC key to be used for debugging sessions
21#options 	IPKDBKEY="\"HMAC pass phrase text\""
22#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
23#makeoptions	DEBUG="-g"
24
25#options 	DEBUG
26#options 	DIAGNOSTIC
27#options 	TRAP_PANICWAIT
28#options 	DDB
29#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
30#options 	KTRACE
31options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
32
33#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
34#options 	COMPAT_43
35#options 	COMPAT_09
36options 	COMPAT_10
37options 	COMPAT_12
38options 	COMPAT_13
39options 	COMPAT_14
40options 		COMPAT_386BSD_MBRPART	# recognize old partition ID
41
42# File systems
43file-system 	FFS
44file-system	EXT2FS
45file-system 	MFS
46file-system 	NFS
47file-system 	CD9660
48file-system 	MSDOSFS
49#file-system 	FDESC
50file-system 	KERNFS
51#file-system 	NULLFS
52#file-system 	PORTAL
53#file-system 	PROCFS
54#file-system 	UMAPFS
55#file-system 	UNION
56
57# Filesystem options
58#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
59#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
60
61#options 	NFSSERVER
62
63options 	INET
64
65#options 	NFS_BOOT_BOOTPARAM
66
67#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
68
69config		netbsd	root on ? type ffs
70
71#pseudo-device	vnd		4
72pseudo-device	md		1
73pseudo-device	loop
74#pseudo-device	bpfilter	8	# packet filter
75pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
76
77#
78# device
79#
80options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
81
82options 	PCIVERBOSE	# verbose PCI device messages
83#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
84
85mainbus0 at root
86
87cpu*	at mainbus0
88pci0	at mainbus0 bus ?
89
90ppb*	at pci? dev ? function ?	# PCI-PCI bridges
91pci*	at ppb? bus ?
92pchb*	at pci? dev ? function ?	# PCI-Host bridges
93pcib*	at pci? dev ? function ?	# PCI-ISA bridges
94
95isa*	at pcib?			# ISA on PCI-ISA bridge
96
97pc0	at isa? port 0x60 irq 1		# generic PC console device
98
99com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
100com1	at isa? port 0x2f8 irq 3
101#com2	at isa? port 0x380 irq 16
102#com3	at isa? port 0x388 irq 17
103
104lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
105#lpt1	at isa? port 0x278
106#lpt2	at isa? port 0x3bc
107
108#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
109#lms1	at isa? port 0x238 irq 5
110#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
111#mms1	at isa? port 0x238 irq 5
112#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
113
114#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
115#scsibus* at siop?
116
117#sd*	at scsibus? target ? lun ?	# SCSI disk drives
118#st*	at scsibus? target ? lun ?	# SCSI tape drives
119#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
120#ch*	at scsibus? target ? lun ?	# SCSI autochangers
121#ss*	at scsibus? target ? lun ?	# SCSI scanners
122#uk*	at scsibus? target ? lun ?	# SCSI unknown
123
124fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
125#fdc1	at isa? port 0x370 irq ? drq ?
126fd0	at fdc? drive 1
127#fd*	at fdc? drive ?
128
129wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
130wd*	at wdc? drive ?
131
132ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
133#ipkdbif0 at ne?
134
135#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
136#spkr0	at pckbd? port 0x61
137
138# Joystick driver. Probe is a little strange; add only if you have one.
139#joy0	at isa? port 0x201
140