INSTALL revision 1.50.6.6 1 1.50.6.6 nathanw # $NetBSD: INSTALL,v 1.50.6.6 2002/04/17 00:03:41 nathanw Exp $
2 1.50.6.2 nathanw #
3 1.50.6.2 nathanw # config file for INSTALL FLOPPY
4 1.50.6.2 nathanw #
5 1.50.6.2 nathanw
6 1.50.6.2 nathanw include "arch/macppc/conf/std.macppc"
7 1.50.6.2 nathanw
8 1.50.6.2 nathanw makeoptions COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size.
9 1.50.6.2 nathanw
10 1.50.6.2 nathanw maxusers 12
11 1.50.6.2 nathanw
12 1.50.6.2 nathanw options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
13 1.50.6.2 nathanw
14 1.50.6.2 nathanw # Change base address to 0x800000 to use large memory disk.
15 1.50.6.2 nathanw makeoptions TEXTADDR=0x800000
16 1.50.6.2 nathanw
17 1.50.6.2 nathanw # Enable the hooks used for initializing the ram-disk.
18 1.50.6.2 nathanw options MEMORY_DISK_HOOKS
19 1.50.6.2 nathanw options MEMORY_DISK_IS_ROOT # Force root on ram-disk
20 1.50.6.6 nathanw options MEMORY_DISK_SERVER=0 # no userspace memory disk support
21 1.50.6.6 nathanw options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes
22 1.50.6.2 nathanw
23 1.50.6.6 nathanw #options USERCONF # userconf(4) support
24 1.50.6.4 nathanw options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
25 1.50.6.4 nathanw
26 1.50.6.2 nathanw # Compatibility options
27 1.50.6.2 nathanw #options COMPAT_13 # NetBSD 1.3,
28 1.50.6.2 nathanw options COMPAT_14 # NetBSD 1.4,
29 1.50.6.2 nathanw options COMPAT_43 # and 4.3BSD
30 1.50.6.2 nathanw
31 1.50.6.2 nathanw # File systems
32 1.50.6.2 nathanw file-system FFS # UFS
33 1.50.6.2 nathanw file-system MFS # memory file system
34 1.50.6.2 nathanw file-system NFS # Network File System client
35 1.50.6.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system
36 1.50.6.2 nathanw file-system MSDOSFS # MS-DOS file system
37 1.50.6.2 nathanw
38 1.50.6.2 nathanw # Filesystem options
39 1.50.6.2 nathanw options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
40 1.50.6.2 nathanw options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
41 1.50.6.2 nathanw
42 1.50.6.2 nathanw # Networking options
43 1.50.6.2 nathanw options INET # IP + ICMP + TCP + UDP
44 1.50.6.2 nathanw options NFS_BOOT_DHCP # Support DHCP NFS root
45 1.50.6.2 nathanw
46 1.50.6.2 nathanw options WSEMUL_VT100 # VT100 / VT220 emulation
47 1.50.6.2 nathanw options FONT_SONY8x16
48 1.50.6.2 nathanw
49 1.50.6.2 nathanw # Kernel root file system and dump configuration.
50 1.50.6.2 nathanw config netbsd root on ? type ?
51 1.50.6.2 nathanw
52 1.50.6.2 nathanw #
53 1.50.6.2 nathanw # Device configuration
54 1.50.6.2 nathanw #
55 1.50.6.2 nathanw
56 1.50.6.2 nathanw mainbus* at root
57 1.50.6.2 nathanw
58 1.50.6.2 nathanw cpu* at mainbus?
59 1.50.6.2 nathanw bandit* at mainbus?
60 1.50.6.2 nathanw grackle* at mainbus?
61 1.50.6.2 nathanw
62 1.50.6.2 nathanw pci* at bandit? bus ?
63 1.50.6.2 nathanw pci* at grackle? bus ?
64 1.50.6.2 nathanw pci* at ppb? bus ?
65 1.50.6.2 nathanw
66 1.50.6.2 nathanw pchb* at pci? dev ? function ? # PCI-Host bridges
67 1.50.6.2 nathanw ppb* at pci? dev ? function ? # PCI-PCI bridges
68 1.50.6.2 nathanw
69 1.50.6.3 nathanw de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
70 1.50.6.2 nathanw ep* at pci? dev ? function ? # 3Com 3c59x
71 1.50.6.2 nathanw epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
72 1.50.6.2 nathanw ex* at pci? dev ? function ? # 3Com 90x[BC]
73 1.50.6.2 nathanw fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
74 1.50.6.2 nathanw ne* at pci? dev ? function ? # NE2000-compatible Ethernet
75 1.50.6.2 nathanw rtk* at pci? dev ? function ? # Realtek 8129/8139
76 1.50.6.2 nathanw sip* at pci? dev ? function ? # SiS 900/7016 Ethernet
77 1.50.6.2 nathanw adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
78 1.50.6.2 nathanw adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
79 1.50.6.2 nathanw ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
80 1.50.6.2 nathanw iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
81 1.50.6.2 nathanw pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
82 1.50.6.2 nathanw siop* at pci? dev ? function ? # NCR 53c8xx SCSI
83 1.50.6.2 nathanw ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
84 1.50.6.2 nathanw cbb* at pci? dev ? function ? # PCI-CardBus bridge
85 1.50.6.2 nathanw ohci* at pci? dev ? function ? # Open Host Controller
86 1.50.6.2 nathanw pciide* at pci? dev ? function ? # PCI IDE Controller
87 1.50.6.2 nathanw obio0 at pci? dev ? function ?
88 1.50.6.2 nathanw tlp* at pci? dev ? function ? # DEC 21x4x-based Ethernet
89 1.50.6.3 nathanw #options TLP_MATCH_21040
90 1.50.6.3 nathanw #options TLP_MATCH_21041
91 1.50.6.3 nathanw #options TLP_MATCH_21140
92 1.50.6.3 nathanw #options TLP_MATCH_21142
93 1.50.6.2 nathanw
94 1.50.6.2 nathanw bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs
95 1.50.6.2 nathanw exphy* at mii? phy ? # 3Com internal PHYs
96 1.50.6.4 nathanw icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
97 1.50.6.2 nathanw inphy* at mii? phy ? # Intel 82555 PHYs
98 1.50.6.2 nathanw iophy* at mii? phy ? # Intel 82553 PHYs
99 1.50.6.2 nathanw lxtphy* at mii? phy ? # Level One LXT-970 PHYs
100 1.50.6.2 nathanw nsphy* at mii? phy ? # NS83840 PHYs
101 1.50.6.2 nathanw nsphyter* at mii? phy ? # NS83843 PHYs
102 1.50.6.2 nathanw qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
103 1.50.6.2 nathanw sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
104 1.50.6.2 nathanw tqphy* at mii? phy ? # TDK Semiconductor PHYs
105 1.50.6.2 nathanw ukphy* at mii? phy ? # generic unknown PHYs
106 1.50.6.2 nathanw
107 1.50.6.2 nathanw cardslot* at cbb?
108 1.50.6.2 nathanw cardbus* at cardslot?
109 1.50.6.2 nathanw pcmcia* at cardslot?
110 1.50.6.2 nathanw
111 1.50.6.2 nathanw wdc* at pcmcia? function ? # PCMCIA IDE controllers
112 1.50.6.2 nathanw ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
113 1.50.6.2 nathanw mbe* at pcmcia? function ? # MB8696x based Ethernet
114 1.50.6.2 nathanw ne* at pcmcia? function ? # NE2000-compatible Ethernet
115 1.50.6.2 nathanw ex* at cardbus? dev ? function ? # 3Com 3C575TX
116 1.50.6.2 nathanw tlp* at cardbus? dev ? function ? # DECchip 21143
117 1.50.6.2 nathanw
118 1.50.6.2 nathanw bm* at obio? # bmac ethernet
119 1.50.6.2 nathanw mc* at obio? # MACE ethernet
120 1.50.6.2 nathanw esp* at obio? flags 0x00ff # 53c9x SCSI
121 1.50.6.2 nathanw mesh* at obio? flags 0xffff # MESH SCSI
122 1.50.6.2 nathanw nvram* at obio? # nvram
123 1.50.6.2 nathanw adb* at obio? # Apple Desktop Bus
124 1.50.6.2 nathanw akbd* at adb? # ADB keyboard
125 1.50.6.2 nathanw zsc* at obio?
126 1.50.6.2 nathanw zstty* at zsc? channel ?
127 1.50.6.2 nathanw mediabay* at obio?
128 1.50.6.2 nathanw wdc* at mediabay? flags 0
129 1.50.6.2 nathanw
130 1.50.6.2 nathanw wsdisplay0 at ofb? console ?
131 1.50.6.2 nathanw wskbd0 at akbd? console ?
132 1.50.6.2 nathanw
133 1.50.6.2 nathanw scsibus* at adv?
134 1.50.6.2 nathanw scsibus* at adw?
135 1.50.6.2 nathanw scsibus* at ahc?
136 1.50.6.2 nathanw scsibus* at esp?
137 1.50.6.2 nathanw scsibus* at iha?
138 1.50.6.2 nathanw scsibus* at mesh?
139 1.50.6.2 nathanw scsibus* at pcscp?
140 1.50.6.2 nathanw scsibus* at siop?
141 1.50.6.2 nathanw
142 1.50.6.2 nathanw sd* at scsibus? target ? lun ? # SCSI disks
143 1.50.6.2 nathanw cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
144 1.50.6.2 nathanw
145 1.50.6.2 nathanw wdc* at obio? flags 0x1
146 1.50.6.2 nathanw wd* at wdc? channel ? drive ? flags 0x0000
147 1.50.6.2 nathanw wd* at pciide? channel ? drive ? flags 0x0000
148 1.50.6.2 nathanw
149 1.50.6.2 nathanw atapibus* at wdc? channel ?
150 1.50.6.2 nathanw atapibus* at pciide? channel ?
151 1.50.6.2 nathanw
152 1.50.6.2 nathanw cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
153 1.50.6.2 nathanw sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
154 1.50.6.2 nathanw
155 1.50.6.2 nathanw usb* at ohci?
156 1.50.6.2 nathanw uhub* at usb?
157 1.50.6.2 nathanw uhub* at uhub? port ? configuration ? interface ?
158 1.50.6.4 nathanw uhidev* at uhub? port ? configuration ? interface ?
159 1.50.6.4 nathanw ukbd* at uhidev? reportid ?
160 1.50.6.2 nathanw wskbd* at ukbd? console ?
161 1.50.6.2 nathanw
162 1.50.6.2 nathanw pseudo-device md 1 # memory disk
163 1.50.6.2 nathanw pseudo-device loop # network loopback
164 1.50.6.2 nathanw pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
165