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