INSTALL_601 revision 1.1.2.2 1 # $NetBSD: INSTALL_601,v 1.1.2.2 2018/11/26 01:52:26 pgoyette Exp $
2 #
3 # config file for INSTALL
4 #
5 # this config more or less matches a Power Macintosh 7200 with a USB card,
6 # and platinumfb
7
8 include "arch/macppc/conf/std.macppc.601"
9
10 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11
12 makeoptions COPTS="-Os" # Reduce size.
13
14 maxusers 12
15
16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
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 MEMORY_DISK_SERVER=0 # no userspace memory disk support
22 options MEMORY_DISK_ROOT_SIZE=5120 # 2560 KiB
23 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
24
25 options USERCONF # userconf(4) support
26 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
27 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
28
29 # Compatibility options
30 include "conf/compat_netbsd13.config"
31
32 # File systems
33 file-system FFS # UFS
34 file-system MFS # memory file system
35 file-system NFS # Network File System client
36 file-system CD9660 # ISO 9660 + Rock Ridge file system
37 file-system MSDOSFS # MS-DOS file system
38 #file-system PTYFS # /dev/pts/N support
39
40 # Filesystem options
41 options NFS_V2_ONLY # Exclude NFS3 code to save space
42 options APPLE_UFS # Apple UFS support in FFS
43 #options FFS_NO_SNAPSHOT # No FFS snapshot support
44 options WAPBL # File system journaling support
45
46 # Networking options
47 options INET # IP + ICMP + TCP + UDP
48 options INET6 # IPV6
49 options NFS_BOOT_DHCP # Support DHCP NFS root
50
51 options WSEMUL_VT100 # VT100 / VT220 emulation
52 options WSDISPLAY_DEFAULTSCREENS=1
53 #options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
54 options FONT_GALLANT12x22 # big, Sun-like font
55 options FONT_QVSS8x15 # a smaller font for lower resolutions
56
57 # Kernel root file system and dump configuration.
58 config netbsd root on ? type ?
59
60 #
61 # Device configuration
62 #
63
64 mainbus* at root
65
66 cpu* at mainbus?
67 bandit* at mainbus?
68
69 pci* at bandit? bus ?
70 pci* at ppb? bus ?
71
72 pchb* at pci? dev ? function ? # PCI-Host bridges
73 ppb* at pci? dev ? function ? # PCI-PCI bridges
74
75 # Display devices
76 #
77 # The 7200's onboard video is unsupported by OF so we need either a
78 # graphics card that works as OF console or a serial console.
79 # The only cards known to work ( so far ) are PCI Voodoo3s flashed with the
80 # official Macintosh firmware from 3Dfx. The others should work but are
81 # untested with OF 1.0.5
82 # this will take over the console if output-device is set to 'screen' or
83 # 'platinum'. It will provide a NetBSD console, but still won't work with OF
84 #platinumfb0 at mainbus?
85
86 #gffb* at pci? function ? # NVIDIA GeForce2 MX
87 #machfb* at pci? function ? # ATI Mach 64, Rage, Rage Pro
88 #r128fb* at pci? function ? # ATI Rage 128
89 voodoofb* at pci? function ? # 3Dfx Voodoo3
90
91 # ATI Radeon. Still has problems on some hardware
92 #radeonfb* at pci? function ?
93
94 # generic PCI framebuffer, should work with everything supported by OF
95 genfb* at pci? function ?
96
97 # make sure the console display is always wsdisplay0
98 wsdisplay0 at wsemuldisplaydev? console 1
99 wsdisplay* at wsemuldisplaydev? console 0
100
101 obio* at pci? dev ? function ?
102
103 mc* at obio? # MACE ethernet
104 esp* at obio? flags 0x00ff # 53c9x SCSI
105 # the 7200 has no mesh but other PMacs with 601 cards may
106 mesh* at obio? flags 0xffff # MESH SCSI
107 nvram* at obio? # nvram
108
109 # the new, improved ADB subsystem
110
111 cuda* at obio? # CUDA, for Old World PowerMacs
112 nadb* at adb_bus? # ADB bus enumerator, at cuda or pmu
113 adbkbd* at nadb? # ADB keyboard
114 adbms* at nadb? # ADB mice and touchpads
115
116 wskbd* at wskbddev? console ?
117 wsmouse* at wsmousedev?
118
119 iic0 at cuda0 # CUDA's IIC bus
120
121 zsc* at obio?
122 zstty* at zsc? channel ?
123 mediabay* at obio?
124 wdc* at mediabay? flags 0
125
126 # Cryptographic Devices
127
128 # PCI cryptographic devices
129 # (disabled, requires opencrypto framework which requires generic softints
130 #hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
131 #ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
132
133 scsibus* at scsi?
134
135 sd* at scsibus? target ? lun ? # SCSI disks
136 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
137
138 wdc* at obio? flags 0x1
139 atabus* at ata?
140 wd* at atabus? drive ? flags 0x0000
141
142 atapibus* at atapi?
143
144 # PCI USB controllers
145 ohci* at pci? dev ? function ? # USB Open Host Controller
146 #ehci* at pci? dev ? function ? # USB Enhanced Host Controller
147
148 uhci* at pci? dev ? function ?
149 usb* at uhci?
150
151 #usb* at ehci? # USB bus support
152 usb* at ohci? # USB bus support
153 uhub* at usb? # USB Hubs
154 uhub* at uhub? port ?
155 uhidev* at uhub? port ? configuration ? interface ? # USB HID device
156
157 ums* at uhidev? reportid ? # USB Mice
158 wsmouse* at ums? mux 0
159 ukbd* at uhidev? reportid ? # USB Keyboards
160 uhid* at uhidev? reportid ? # USB Generic HID
161
162 umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
163
164 pseudo-device md # memory disk
165 #pseudo-device fss # file system snapshot device
166 pseudo-device loop # network loopback
167 pseudo-device pty # pseudo-terminals
168
169 pseudo-device wsmux # mouse and keyboard multiplexor
170 pseudo-device openfirm # /dev/openfirm
171
172 #pseudo-device raid # RAIDframe disk driver
173 #options RAID_AUTOCONFIG # auto-configuration of RAID components
174