INSTALL revision 1.9
1#	$NetBSD: INSTALL,v 1.9 2000/10/02 18:43:35 abs 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 		MINIROOTSIZE=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
31
32options 	TCP_COMPAT_42
33#options 	COMPAT_43
34#options 	COMPAT_09
35options 	COMPAT_10
36options 	COMPAT_12
37options 	COMPAT_13
38options 	COMPAT_14
39options 		COMPAT_386BSD_MBRPART	# recognize old partition ID
40
41# File systems
42file-system 	FFS
43file-system	EXT2FS
44file-system 	MFS
45file-system 	NFS
46file-system 	CD9660
47file-system 	MSDOSFS
48#file-system 	FDESC
49file-system 	KERNFS
50#file-system 	NULLFS
51#file-system 	PORTAL
52#file-system 	PROCFS
53#file-system 	UMAPFS
54#file-system 	UNION
55
56# Filesystem options
57#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
58#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
59
60#options 	NFSSERVER
61
62options 	INET
63
64#options 	NFS_BOOT_BOOTPARAM
65
66config		netbsd	root on ? type ffs
67
68#pseudo-device	vnd		4
69pseudo-device	md		1
70pseudo-device	loop
71#pseudo-device	bpfilter	8	# packet filter
72pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
73
74#
75# device
76#
77options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
78
79options 	PCIVERBOSE	# verbose PCI device messages
80#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
81
82mainbus0 at root
83
84pci0	at mainbus0 bus ?
85
86ppb*	at pci? dev ? function ?	# PCI-PCI bridges
87pci*	at ppb? bus ?
88pchb*	at pci? dev ? function ?	# PCI-Host bridges
89pcib*	at pci? dev ? function ?	# PCI-ISA bridges
90
91isa*	at pcib?			# ISA on PCI-ISA bridge
92
93pc0	at isa? port 0x60 irq 1		# generic PC console device
94
95com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
96com1	at isa? port 0x2f8 irq 3
97#com2	at isa? port 0x380 irq 16
98#com3	at isa? port 0x388 irq 17
99  
100lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
101#lpt1	at isa? port 0x278
102#lpt2	at isa? port 0x3bc
103
104#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
105#lms1	at isa? port 0x238 irq 5
106#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
107#mms1	at isa? port 0x238 irq 5
108#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
109
110#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
111#scsibus* at ncr?
112
113#sd*	at scsibus? target ? lun ?	# SCSI disk drives
114#st*	at scsibus? target ? lun ?	# SCSI tape drives
115#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
116#ch*	at scsibus? target ? lun ?	# SCSI autochangers
117#ss*	at scsibus? target ? lun ?	# SCSI scanners
118#uk*	at scsibus? target ? lun ?	# SCSI unknown
119
120fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
121#fdc1	at isa? port 0x370 irq ? drq ?
122fd0	at fdc? drive 1
123#fd*	at fdc? drive ?
124
125wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
126wd*	at wdc? drive ?
127
128ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
129#ipkdbif0 at ne?
130
131#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
132#spkr0	at pckbd? port 0x61
133
134# Joystick driver. Probe is a little strange; add only if you have one.
135#joy0	at isa? port 0x201
136