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