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