INSTALL revision 1.9
1#	$NetBSD: INSTALL,v 1.9 1999/02/04 15:04:58 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 	MFS		# memory file system
25file-system 	NFS		# Network File System client
26file-system 	CD9660		# ISO 9660 + Rock Ridge file system
27file-system 	MSDOSFS		# MS-DOS file system
28file-system 	KERNFS		# /kern
29
30# Networking options
31options 	INET		# IP + ICMP + TCP + UDP
32options 	NMBCLUSTERS=1024
33options 	NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
34
35options 	ZS_TXDMA	# Use dma on zs output
36options 	WSEMUL_VT100	# VT100 / VT220 emulation
37
38# Kernel root file system and dump configuration.
39config		netbsd	root on ? type ?
40
41#
42# Device configuration
43#
44
45mainbus0 at root
46
47cpu*	at mainbus0
48pci*	at mainbus0 bus ?
49
50pchb*	at pci? dev ? function ?	# PCI-Host bridges
51ppb*	at pci? dev ? function ?	# PCI-PCI bridges
52pci*	at ppb? bus ?
53
54#de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
55ep*	at pci? dev ? function ?
56ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
57adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
58ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
59
60scsibus* at adv?
61scsibus* at ahc?
62
63obio0	at pci? dev ? function ?
64nvram0	at obio0			# nvram
65
66adb0	at obio0			# Apple Desktop Bus
67akbd*	at adb?				# ADB keyboard
68ams*	at adb?				# ADB mouse
69
70ofb0	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
71wsdisplay* at ofb? console ?
72wskbd0	at akbd? console ?
73
74mc0	at obio0			# MACE ethernet
75bm0	at obio0			# bmac ethernet
76esp0	at obio0 flags 0x00ff		# 53c9x SCSI
77scsibus0 at esp0
78
79zsc0	at obio0
80zstty0	at zsc0 channel 0
81zstty1	at zsc0 channel 1
82
83sd*	at scsibus? target ? lun ?	# SCSI disks
84st*	at scsibus? target ? lun ?	# SCSI tape drives
85cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
86
87wdc*	at obio0 flags 0x0
88wd*	at wdc? channel ? drive ? flags 0x0000
89
90atapibus* at wdc? channel ?
91
92cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
93sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
94
95pseudo-device	md		1	# memory disk
96pseudo-device	loop			# network loopback
97pseudo-device	sl		2	# Serial Line IP
98pseudo-device	pty		64	# pseudo-terminals
99