GENERIC_MD revision 1.1 1 # $NetBSD: GENERIC_MD,v 1.1 1999/03/26 14:58:22 tsubai Exp $
2 #
3 # POWERMAC config file
4 #
5
6 include "arch/macppc/conf/std.macppc"
7
8 maxusers 32
9
10 # Enable the hooks used for initializing the ram-disk.
11 options MEMORY_DISK_HOOKS
12 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
13 options MINIROOTSIZE=3072 # 1.5 Megabytes
14
15 # Standard system options
16 options BUFPAGES=800
17 #options UCONSOLE # users can use TIOCCONS (for xconsole)
18 #options INSECURE # disable kernel security levels
19 #options NTP # NTP phase/frequency locked loop
20 options KTRACE # system call tracing via ktrace(1)
21
22 options SYSVMSG # System V message queues
23 options SYSVSEM # System V semaphores
24 options SYSVSHM # System V shared memory
25 #options SHMMAXPGS=1024 # 1024 pages is the default
26
27 options LKM # loadable kernel modules
28
29 # Diagnostic/debugging support options
30 options DIAGNOSTIC # cheap kernel consistency checks
31 #options DEBUG # expensive debugging checks/support
32 options DDB # in-kernel debugger
33 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
34 options TRAP_PANICWAIT
35
36 #makeoptions DEBUG="-g" # compile full symbol table
37
38 # Compatibility options
39 options COMPAT_09 # NetBSD 0.9,
40 options COMPAT_10 # NetBSD 1.0,
41 options COMPAT_11 # NetBSD 1.1,
42 options COMPAT_12 # NetBSD 1.2,
43 options COMPAT_13 # NetBSD 1.3,
44 options COMPAT_43 # and 4.3BSD
45 #options COMPAT_386BSD_MBRPART # recognize old partition ID
46
47 # File systems
48 file-system FFS # UFS
49 file-system EXT2FS # second extended file system (linux)
50 file-system LFS # log-structured file system
51 file-system MFS # memory file system
52 file-system NFS # Network File System client
53 file-system CD9660 # ISO 9660 + Rock Ridge file system
54 file-system MSDOSFS # MS-DOS file system
55 file-system FDESC # /dev/fd
56 file-system KERNFS # /kern
57 file-system NULLFS # loopback file system
58 file-system PORTAL # portal filesystem (still experimental)
59 file-system PROCFS # /proc
60 file-system UMAPFS # NULLFS + uid and gid remapping
61 file-system UNION # union file system
62
63 # File system options
64 options QUOTA # UFS quotas
65 #options FFS_EI # FFS Endian Independant support
66 options NFSSERVER # Network File System server
67 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
68 # immutable) behave as system flags.
69
70 options NFS_BOOT_DHCP # Support DHCP NFS root
71
72 # Networking options
73 #options GATEWAY # packet forwarding
74 options INET # IP + ICMP + TCP + UDP
75 #options MROUTING # IP multicast routing
76 #options NS # XNS
77 #options NSIP # XNS tunneling over IP
78 #options ISO,TPIP # OSI
79 #options EON # OSI tunneling over IP
80 #options CCITT,LLC,HDLC # X.25
81 options NETATALK # AppleTalk networking protocols
82 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
83 #options PPP_DEFLATE # Deflate compression support for PPP
84 #options PPP_FILTER # Active filter support for PPP (requires bpf)
85 #options PFIL_HOOKS # pfil(9) packet filter hooks
86 #options IPFILTER_LOG # ipmon(8) log support
87 options NMBCLUSTERS=1024
88
89 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
90 #options TCP_COMPAT_42
91
92 # These options enable verbose messages for several subsystems.
93 # Warning, these may compile large string tables into the kernel!
94 options PCIVERBOSE # verbose PCI device autoconfig messages
95 options SCSIVERBOSE # human readable SCSI error messages
96 options USBVERBOSE # verbose USB device autoconfig messages
97
98 # wscons options
99 #options WSEMUL_SUN # sun terminal emulation
100 options WSEMUL_VT100 # VT100 / VT220 emulation
101
102 # Kernel root file system and dump configuration.
103 config netbsd root on ? type ?
104
105 #
106 # Device configuration
107 #
108
109 mainbus* at root
110
111 cpu* at mainbus?
112 pci* at mainbus? bus ?
113 pci* at ppb? bus ?
114
115 pchb* at pci? dev ? function ? # PCI-Host bridges
116 ppb* at pci? dev ? function ? # PCI-PCI bridges
117
118 #de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
119 ep* at pci? dev ? function ? # 3Com 3c59x
120 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
121 adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
122 ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI
123 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
124 ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
125 #macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging)
126 obio0 at pci? dev ? function ?
127
128 nsphy* at mii? phy ? # NS83840 PHYs
129
130 bm* at obio? # bmac ethernet
131 mc* at obio? # MACE ethernet
132 esp* at obio? flags 0x00ff # 53c9x SCSI
133 mesh* at obio? flags 0xffff # MESH SCSI
134 nvram* at obio? # nvram
135 adb* at obio? # Apple Desktop Bus
136 aed* at adb? # ADB Event Device
137 akbd* at adb? # ADB keyboard
138 ams* at adb? # ADB mouse
139 zsc* at obio?
140 zstty* at zsc? channel ?
141
142 wsdisplay0 at ofb? console ?
143 wskbd0 at akbd? console ?
144 wsmouse0 at ams?
145
146 scsibus* at adv?
147 scsibus* at ahc?
148 scsibus* at esp?
149 scsibus* at mesh?
150 scsibus* at pcscp?
151
152 sd* at scsibus? target ? lun ? # SCSI disks
153 st* at scsibus? target ? lun ? # SCSI tape drives
154 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
155 ch* at scsibus? target ? lun ? # SCSI autochangers
156 ss* at scsibus? target ? lun ? # SCSI scanners
157 uk* at scsibus? target ? lun ? # SCSI unknown
158
159 wdc* at obio? flags 0x0
160 wd* at wdc? channel ? drive ? flags 0x0000
161
162 atapibus* at wdc? channel ?
163
164 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
165 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
166 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
167
168 # PCI USB controllers
169 ohci* at pci? # Open Host Controller
170
171 # USB bus support
172 usb* at ohci?
173
174 # USB Hubs
175 uhub* at usb?
176 uhub* at uhub? port ? configuration ? interface ?
177
178 # USB Mice
179 ums* at uhub? port ? configuration ? interface ?
180 wsmouse* at ums?
181
182 # USB Keyboards
183 ukbd* at uhub? port ? configuration ? interface ?
184 wskbd* at ukbd? console ?
185
186 # USB Generic HID devices
187 uhid* at uhub? port ? configuration ? interface ?
188
189 # USB Printer
190 ulpt* at uhub? port ? configuration ? interface ?
191
192 # USB Generic driver
193 ugen* at uhub? port ? configuration ? interface ?
194
195 pseudo-device vnd 4 # disk-like interface to files
196 pseudo-device ccd 4 # concatenated/striped disk devices
197 #pseudo-device raid 4 # RAIDframe disk driver
198 pseudo-device md 1 # memory disk device
199 pseudo-device loop # network loopback
200 pseudo-device bpfilter 8 # packet filter
201 pseudo-device ipfilter # IP filter (firewall) and NAT
202 pseudo-device ppp 2 # Point-to-Point Protocol
203 pseudo-device sl 2 # Serial Line IP
204 pseudo-device tun 4 # network tunneling over tty
205 #pseudo-device gre 2 # generic L3 over IP tunnel
206 pseudo-device pty 64 # pseudo-terminals
207
208 # rnd is EXPERIMENTAL at this point.
209 #pseudo-device rnd # /dev/random and in-kernel generator
210