INSTALL revision 1.6
1#	$NetBSD: INSTALL,v 1.6 1998/12/28 00:50:44 tsubai Exp $
2#
3# config file for INSTALL FLOPPY
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8maxusers	32
9
10# Enable the hooks used for initializing the ram-disk.
11options 	MEMORY_DISK_HOOKS
12options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
13options 	MINIROOTSIZE=3072	# 1.5 Megabytes
14
15# Standard system options
16options 	BUFPAGES=800
17
18# Compatibility options
19options 	COMPAT_13	# NetBSD 1.3,
20options 	COMPAT_43	# and 4.3BSD
21
22# File systems
23file-system 	FFS		# UFS
24file-system 	NFS		# Network File System client
25file-system 	CD9660		# ISO 9660 + Rock Ridge file system
26file-system 	MSDOSFS		# MS-DOS file system
27file-system 	KERNFS		# /kern
28
29# Networking options
30options 	INET		# IP + ICMP + TCP + UDP
31options 	NMBCLUSTERS=1024
32options 	NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
33
34options 	ZS_TXDMA	# Use dma on zs output
35options 	WSEMUL_VT100	# VT100 / VT220 emulation
36
37# Kernel root file system and dump configuration.
38config		netbsd	root on ? type ?
39
40#
41# Device configuration
42#
43
44mainbus0 at root
45
46cpu*	at mainbus0
47
48pci0	at mainbus0 bus ?
49pci1	at mainbus0 bus ?
50pchb*	at pci? dev ? function ?	# PCI-Host bridges
51
52#de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
53ep*	at pci? dev ? function ?
54ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
55adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
56ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
57
58scsibus* at adv?
59scsibus* at ahc?
60
61obio0	at pci? dev ? function ?
62nvram0	at obio0			# nvram
63
64adb0	at obio0			# Apple Desktop Bus
65akbd*	at adb?				# ADB keyboard
66ams*	at adb?				# ADB mouse
67
68ofb0	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
69wsdisplay* at ofb? console ?
70wskbd0	at akbd? console ?
71
72mc0	at obio0			# MACE ethernet
73esp0	at obio0 flags 0x00ff		# 53c9x SCSI
74scsibus0 at esp0
75
76zsc0	at obio0
77zstty0	at zsc0 channel 0
78zstty1	at zsc0 channel 1
79
80sd*	at scsibus? target ? lun ?	# SCSI disks
81st*	at scsibus? target ? lun ?	# SCSI tape drives
82cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
83
84wdc*	at obio0 flags 0x0
85wd*	at wdc? channel ? drive ? flags 0x0000
86
87atapibus* at wdc? channel ?
88
89cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
90sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
91
92pseudo-device	md		1	# memory disk
93pseudo-device	loop			# network loopback
94pseudo-device	sl		2	# Serial Line IP
95pseudo-device	pty		64	# pseudo-terminals
96