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