INSTALL revision 1.16
1#	$NetBSD: INSTALL,v 1.16 1999/11/10 05:57:52 mycroft Exp $
2#
3# config file for INSTALL FLOPPY
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8maxusers	32
9
10makeoptions	TEXTADDR=0x800000
11
12# Enable the hooks used for initializing the ram-disk.
13options 	MEMORY_DISK_HOOKS
14options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
15options 	MINIROOTSIZE=4096	# 2 Megabytes
16
17# Standard system options
18options 	BUFPAGES=800
19
20# Compatibility options
21options 	COMPAT_13	# NetBSD 1.3,
22options 	COMPAT_14	# NetBSD 1.4,
23options 	COMPAT_43	# and 4.3BSD
24
25# File systems
26file-system 	FFS		# UFS
27file-system 	MFS		# memory file system
28file-system 	NFS		# Network File System client
29file-system 	CD9660		# ISO 9660 + Rock Ridge file system
30file-system 	MSDOSFS		# MS-DOS file system
31file-system 	KERNFS		# /kern
32
33# Networking options
34options 	INET		# IP + ICMP + TCP + UDP
35options 	NMBCLUSTERS=1024
36options 	NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
37
38options 	WSEMUL_VT100	# VT100 / VT220 emulation
39
40# Kernel root file system and dump configuration.
41config		netbsd	root on ? type ?
42
43#
44# Device configuration
45#
46
47mainbus* at root
48
49cpu*	at mainbus?
50pci*	at mainbus? bus ?
51pci*	at ppb? bus ?
52
53pchb*	at pci? dev ? function ?	# PCI-Host bridges
54ppb*	at pci? dev ? function ?	# PCI-PCI bridges
55
56de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
57ep*	at pci? dev ? function ?	# 3Com 3c59x
58ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
59adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
60ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
61pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
62ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
63obio0	at pci? dev ? function ?
64
65nsphy*	at mii? phy ?			# NS83840 PHYs
66
67bm*	at obio?			# bmac ethernet
68mc*	at obio?			# MACE ethernet
69esp*	at obio? flags 0x00ff		# 53c9x SCSI
70mesh*	at obio? flags 0xffff		# MESH SCSI
71nvram*	at obio?			# nvram
72adb*	at obio?			# Apple Desktop Bus
73akbd*	at adb?				# ADB keyboard
74zsc*	at obio?
75zstty*	at zsc? channel ?
76mediabay* at obio?
77wdc*	at mediabay? flags 0
78
79wsdisplay0 at ofb? console ?
80wskbd0	at akbd? console ?
81
82scsibus* at adv?
83scsibus* at ahc?
84scsibus* at esp?
85scsibus* at mesh?
86scsibus* at pcscp?
87
88sd*	at scsibus? target ? lun ?	# SCSI disks
89cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
90
91wdc*	at obio? flags 0x0
92wd*	at wdc? channel ? drive ? flags 0x0000
93
94atapibus* at wdc? channel ?
95
96cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
97sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
98
99# PCI USB controllers
100ohci*	at pci?				# Open Host Controller
101
102# USB bus support
103usb*	at ohci?
104
105# USB Hubs
106uhub*	at usb?
107uhub*	at uhub? port ? configuration ? interface ?
108
109# USB Keyboards
110ukbd*	at uhub? port ? configuration ? interface ?
111wskbd*	at ukbd? console ?
112
113pseudo-device	md		1	# memory disk
114pseudo-device	loop			# network loopback
115pseudo-device	sl		2	# Serial Line IP
116pseudo-device	pty		16	# pseudo-terminals
117