xref: /netbsd-src/sys/arch/macppc/conf/INSTALL (revision 1897181a7231d5fc7ab48994d1447fcbc4e13a49)
1#	$NetBSD: INSTALL,v 1.114 2012/01/11 16:29:32 macallan 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=4224	# 2112 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 	FONT_GALLANT12x22	# big, Sun-like font
59options 	FONT_QVSS8x15		# a smaller font for lower resolutions
60
61# Kernel root file system and dump configuration.
62config		netbsd	root on ? type ?
63
64#
65# Device configuration
66#
67
68mainbus* at root
69
70cpu*	at mainbus?
71bandit*	at mainbus?
72grackle* at mainbus?
73uninorth* at mainbus?
74
75pci*	at bandit? bus ?
76pci*	at grackle? bus ?
77pci*	at uninorth? bus ?
78pci*	at ppb? bus ?
79
80pchb*	at pci? dev ? function ?	# PCI-Host bridges
81ppb*	at pci? dev ? function ?	# PCI-PCI bridges
82
83ep*	at pci? dev ? function ?	# 3Com 3c59x
84epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
85ex*	at pci? dev ? function ?	# 3Com 90x[BC]
86fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
87gem*	at pci? dev ? function ?	# gmac ethernet
88ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
89re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
90rtk*	at pci? dev ? function ?	# Realtek 8129/8139
91sip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
92vge*	at pci? dev ? function ?	# VIA VT612X Gigabit Ethernet
93vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
94wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
95adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
96adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
97ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
98iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
99pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
100siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
101#ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
102genfb*	at pci? dev ? function ?
103cbb*	at pci? dev ? function ?	# PCI-CardBus bridge
104ohci*	at pci? dev ? function ?	# Open Host Controller
105pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
106acardide* at pci? dev ? function ?	# Acard IDE controllers
107aceride* at pci? dev ? function ?	# Acer Lab IDE controllers
108artsata* at pci? dev ? function ?	# Intel i31244 SATA controller
109cmdide* at pci? dev ? function ?	# CMD tech IDE controllers
110cypide* at pci? dev ? function ?	# Cypress IDE controllers
111hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
112optiide* at pci? dev ? function ?	# Opti IDE controllers
113pdcide* at pci? dev ? function ?	# Promise IDE controllers
114pdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
115satalink* at pci? dev ? function ?	# SiI SATALink controllers
116siside* at pci? dev ? function ?	# SiS IDE controllers
117slide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
118viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
119wdc*	at pci? dev ? function ?	# Kauai ATA
120obio*	at pci? dev ? function ?
121tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
122
123bmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
124brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
125ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
126exphy*	at mii? phy ?			# 3Com internal PHYs
127icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
128inphy*	at mii? phy ?			# Intel 82555 PHYs
129iophy*	at mii? phy ?			# Intel 82553 PHYs
130lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
131nsphy*	at mii? phy ?			# NS83840 PHYs
132nsphyter* at mii? phy ?			# NS83843 PHYs
133qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
134rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
135rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
136sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
137tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
138ukphy*	at mii? phy ?			# generic unknown PHYs
139
140cardslot* at cbb?
141cardbus* at cardslot?
142pcmcia*	at cardslot?
143
144wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
145ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
146mbe*	at pcmcia? function ?		# MB8696x based Ethernet
147ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
148wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
149ex*	at cardbus? function ?	# 3Com 3C575TX
150tlp*	at cardbus? function ?	# DECchip 21143
151
152bm*	at obio?			# bmac ethernet
153mc*	at obio?			# MACE ethernet
154wi*	at obio?			# AirMac
155esp*	at obio? flags 0x00ff		# 53c9x SCSI
156mesh*	at obio? flags 0xffff		# MESH SCSI
157nvram*	at obio?			# nvram
158#adb*	at obio?			# Apple Desktop Bus
159#akbd*	at adb?				# ADB keyboard
160cuda*	at obio?			# Apple CUDA
161pmu*	at obio?			# Apple CUDA
162nadb*	at cuda?			# new ADB Bus abstraction
163nadb*	at pmu?				# new ADB Bus abstraction
164adbkbd* at nadb?			# ADB keyboard
165
166zsc*	at obio?
167zstty*	at zsc? channel ?
168mediabay* at obio?
169wdc*	at mediabay? flags 0
170
171wsdisplay0 at wsemuldisplaydev? console 1
172wsdisplay* at wsemuldisplaydev? console 0
173wskbd*	at wskbddev?
174
175scsibus* at scsi?
176
177sd*	at scsibus? target ? lun ?	# SCSI disks
178cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
179
180wdc*	at obio? flags 0x1
181atabus* at ata?
182wd*	at atabus? drive ? flags 0x0000
183
184atapibus* at atapi?
185
186cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
187sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
188
189usb*	at ohci?
190uhub*	at usb?
191uhub*	at uhub? port ?
192uhidev* 	at uhub? port ? configuration ? interface ?
193ukbd* 	at uhidev? reportid ?
194
195pseudo-device	md			# memory disk
196#pseudo-device	fss			# file system snapshot device
197pseudo-device	loop			# network loopback
198pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
199
200pseudo-device	wsmux			# mouse and keyboard multiplexor
201pseudo-device	openfirm		# /dev/openfirm
202
203pseudo-device	raid		8	# RAIDframe disk driver
204options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
205