xref: /netbsd-src/sys/arch/macppc/conf/INSTALL (revision af56d1fe9956bd7c616e18c1b7f025f464618471)
1#	$NetBSD: INSTALL,v 1.117 2012/08/17 20:11:40 abs Exp $
2#
3# config file for INSTALL FLOPPY
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10makeoptions	COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size.
11
12maxusers	12
13
14options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
15
16# Enable the hooks used for initializing the ram-disk.
17options 	MEMORY_DISK_HOOKS
18options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
19options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
20options 	MEMORY_DISK_ROOT_SIZE=4424	# 2212 KiB
21options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
22
23options 	USERCONF	# userconf(4) support
24options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
25#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
26
27# Compatibility options
28#options 	COMPAT_13	# NetBSD 1.3,
29options 	COMPAT_14	# NetBSD 1.4,
30options 	COMPAT_15	# NetBSD 1.5,
31options 	COMPAT_16	# NetBSD 1.6,
32options 	COMPAT_20	# NetBSD 2.0,
33options 	COMPAT_30	# NetBSD 3.0,
34options 	COMPAT_40	# NetBSD 4.0 compatibility.
35options 	COMPAT_43	# and 4.3BSD
36options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
37
38# File systems
39file-system 	FFS		# UFS
40file-system 	MFS		# memory file system
41file-system 	NFS		# Network File System client
42file-system 	CD9660		# ISO 9660 + Rock Ridge file system
43file-system 	MSDOSFS		# MS-DOS file system
44#file-system	PTYFS		# /dev/pts/N support
45
46# Filesystem options
47options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
48options 	APPLE_UFS	# Apple UFS support in FFS
49#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
50options 	WAPBL		# File system journaling support
51
52# Networking options
53options 	INET		# IP + ICMP + TCP + UDP
54options 	INET6		# IPV6
55options 	NFS_BOOT_DHCP	# Support DHCP NFS root
56
57options 	WSEMUL_VT100	# VT100 / VT220 emulation
58options 	WSDISPLAY_DEFAULTSCREENS=1
59#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
60options 	FONT_GALLANT12x22	# big, Sun-like font
61options 	FONT_QVSS8x15		# a smaller font for lower resolutions
62
63# Kernel root file system and dump configuration.
64config		netbsd	root on ? type ?
65
66#
67# Device configuration
68#
69
70mainbus* at root
71
72cpu*	at mainbus?
73bandit*	at mainbus?
74grackle* at mainbus?
75uninorth* at mainbus?
76
77pci*	at bandit? bus ?
78pci*	at grackle? bus ?
79pci*	at uninorth? bus ?
80pci*	at ppb? bus ?
81
82pchb*	at pci? dev ? function ?	# PCI-Host bridges
83ppb*	at pci? dev ? function ?	# PCI-PCI bridges
84
85ep*	at pci? dev ? function ?	# 3Com 3c59x
86epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
87ex*	at pci? dev ? function ?	# 3Com 90x[BC]
88fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
89gem*	at pci? dev ? function ?	# gmac ethernet
90ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
91re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
92rtk*	at pci? dev ? function ?	# Realtek 8129/8139
93sip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
94vge*	at pci? dev ? function ?	# VIA VT612X Gigabit Ethernet
95vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
96wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
97adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
98adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
99ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
100iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
101pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
102siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
103#ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
104genfb*	at pci? dev ? function ?
105cbb*	at pci? dev ? function ?	# PCI-CardBus bridge
106ohci*	at pci? dev ? function ?	# Open Host Controller
107pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
108acardide* at pci? dev ? function ?	# Acard IDE controllers
109aceride* at pci? dev ? function ?	# Acer Lab IDE controllers
110artsata* at pci? dev ? function ?	# Intel i31244 SATA controller
111cmdide* at pci? dev ? function ?	# CMD tech IDE controllers
112cypide* at pci? dev ? function ?	# Cypress IDE controllers
113hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
114optiide* at pci? dev ? function ?	# Opti IDE controllers
115pdcide* at pci? dev ? function ?	# Promise IDE controllers
116pdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
117satalink* at pci? dev ? function ?	# SiI SATALink controllers
118siside* at pci? dev ? function ?	# SiS IDE controllers
119slide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
120viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
121wdc*	at pci? dev ? function ?	# Kauai ATA
122obio*	at pci? dev ? function ?
123tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
124
125bmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
126brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
127ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
128exphy*	at mii? phy ?			# 3Com internal PHYs
129icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
130inphy*	at mii? phy ?			# Intel 82555 PHYs
131iophy*	at mii? phy ?			# Intel 82553 PHYs
132lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
133nsphy*	at mii? phy ?			# NS83840 PHYs
134nsphyter* at mii? phy ?			# NS83843 PHYs
135qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
136rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
137rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
138sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
139tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
140ukphy*	at mii? phy ?			# generic unknown PHYs
141
142cardslot* at cbb?
143cardbus* at cardslot?
144pcmcia*	at cardslot?
145
146wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
147ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
148mbe*	at pcmcia? function ?		# MB8696x based Ethernet
149ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
150wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
151ex*	at cardbus? function ?	# 3Com 3C575TX
152tlp*	at cardbus? function ?	# DECchip 21143
153
154bm*	at obio?			# bmac ethernet
155mc*	at obio?			# MACE ethernet
156wi*	at obio?			# AirMac
157esp*	at obio? flags 0x00ff		# 53c9x SCSI
158mesh*	at obio? flags 0xffff		# MESH SCSI
159nvram*	at obio?			# nvram
160#adb*	at obio?			# Apple Desktop Bus
161#akbd*	at adb?				# ADB keyboard
162cuda*	at obio?			# Apple CUDA
163pmu*	at obio?			# Apple CUDA
164nadb*	at cuda?			# new ADB Bus abstraction
165nadb*	at pmu?				# new ADB Bus abstraction
166adbkbd* at nadb?			# ADB keyboard
167
168zsc*	at obio?
169zstty*	at zsc? channel ?
170mediabay* at obio?
171wdc*	at mediabay? flags 0
172
173wsdisplay0 at wsemuldisplaydev? console 1
174wsdisplay* at wsemuldisplaydev? console 0
175wskbd*	at wskbddev?
176
177scsibus* at scsi?
178
179sd*	at scsibus? target ? lun ?	# SCSI disks
180cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
181
182wdc*	at obio? flags 0x1
183atabus* at ata?
184wd*	at atabus? drive ? flags 0x0000
185
186atapibus* at atapi?
187
188cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
189sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
190
191usb*	at ohci?
192uhub*	at usb?
193uhub*	at uhub? port ?
194uhidev* 	at uhub? port ? configuration ? interface ?
195ukbd* 	at uhidev? reportid ?
196umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
197
198pseudo-device	md			# memory disk
199#pseudo-device	fss			# file system snapshot device
200pseudo-device	loop			# network loopback
201pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
202
203pseudo-device	wsmux			# mouse and keyboard multiplexor
204pseudo-device	openfirm		# /dev/openfirm
205
206pseudo-device	raid		8	# RAIDframe disk driver
207options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
208