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