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