GENERIC revision 1.7 1 # $NetBSD: GENERIC,v 1.7 2000/06/01 14:31:26 soren Exp $
2
3 include "arch/cobalt/conf/std.cobalt"
4
5 #ident "GENERIC-$Revision: 1.7 $"
6
7 maxusers 32
8
9 # Standard system options
10 options KTRACE # system call tracing support
11 options SYSVMSG # System V message queues
12 options SYSVSEM # System V semaphores
13 options SYSVSHM # System V shared memory
14 #options SHMMAXPGS=1024 # 1024 pages is the default
15 options LKM # loadable kernel modules
16 #options NTP # network time protocol
17 #options UCONSOLE # users can redirect console (unsafe)
18
19 # Debugging options
20 options DIAGNOSTIC # extra kernel sanity checking
21 #options DEBUG # extra kernel debugging support
22 #options KMEMSTATS # kernel memory statistics (vmstat -m)
23 options DDB # kernel dynamic debugger
24 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
25 #makeoptions DEBUG="-g" # compile full symbol table
26
27 # Compatibility options
28 options COMPAT_43 # compatibility with 4.3BSD binaries
29 #options COMPAT_10 # NetBSD 0.9 binary compatibility
30 #options COMPAT_10 # NetBSD 1.0 binary compatibility
31 #options COMPAT_11 # NetBSD 1.1 binary compatibility
32 #options COMPAT_12 # NetBSD 1.2 binary compatibility
33 #options COMPAT_13 # NetBSD 1.3 binary compatibility
34 #options COMPAT_14 # NetBSD 1.4 binary compatibility
35 #options EXEC_ECOFF # exec ECOFF binaries
36 #options COMPAT_ULTRIX # binary compatibility with Ultrix
37
38 # File systems
39 file-system FFS # Berkeley Fast Filesystem
40 file-system EXT2FS # second extended file system (linux)
41 file-system NFS # Sun NFS-compatible filesystem client
42 #file-system KERNFS # kernel data-structure filesystem
43 #file-system NULLFS # NULL layered filesystem
44 #file-system OVERLAY # overlay file system
45 file-system MFS # memory-based filesystem
46 file-system FDESC # user file descriptor filesystem
47 #file-system UMAPFS # uid/gid remapping filesystem
48 #file-system LFS # Log-based filesystem (still experimental)
49 #file-system PORTAL # portal filesystem (still experimental)
50 #file-system PROCFS # /proc
51 #file-system CD9660 # ISO 9660 + Rock Ridge file system
52 #file-system UNION # union file system
53 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
54 #file-system CODA # Coda File System; also needs vcoda (below)
55
56 # File system options
57 options NFSSERVER # Sun NFS-compatible filesystem server
58 options QUOTA # FFS quotas
59 #options FFS_EI # FFS Endian Independant support
60 #options SOFTDEP # FFS soft updates support.
61 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
62 # immutable) behave as system flags.
63
64 # Pull in config fragments for kernel crypto. This is required for
65 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
66 # one of these, based on whether you use crypto-us or crypto-intl, and
67 # adjust the prefixes as necessary.
68
69 #prefix ../crypto-us/sys
70 #cinclude "conf/files.crypto-us"
71 #prefix
72
73 #prefix ../crypto-intl/sys
74 #cinclude "conf/files.crypto-intl"
75 #prefix
76
77 # Networking options
78 #options GATEWAY # IP packet forwarding
79 options INET # Internet protocols
80 #options INET6 # IPV6
81 #options IPSEC # IP security
82 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
83 #options IPSEC_DEBUG # debug for IP security
84 #options MROUTING # packet forwarding of multicast packets
85 #options NS # Xerox NS networking
86 #options NSIP # Xerox NS tunneling over IP
87 #options ISO,TPIP # OSI networking
88 #options EON # OSI tunneling over IP
89 #options CCITT,LLC,HDLC # X.25
90 #options NETATALK # AppleTalk (over Ethernet) protocol
91 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
92 #options PPP_DEFLATE # Deflate compression support for PPP
93 options PPP_FILTER # Active filter support for PPP (requires bpf)
94 options PFIL_HOOKS # pfil(9) packet filter hooks
95 options IPFILTER_LOG # ipmon(8) log support
96
97 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
98 #options TCP_COMPAT_42
99
100 # These options enable verbose messages for several subsystems.
101 # Warning, these may compile large string tables into the kernel!
102 options PCIVERBOSE # verbose PCI device autoconfig messages
103 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
104 options SCSIVERBOSE # human readable SCSI error messages
105 #options MIIVERBOSE # verbose PHY autoconfig messages
106
107 options NFS_BOOT_DHCP
108
109 config netbsd root on ? type ?
110
111 mainbus0 at root
112
113 cpu0 at mainbus?
114
115 com0 at mainbus? addr 0x1c800000 level 3
116 options COM16650
117
118 gt0 at mainbus? addr 0x14000000
119
120 pci* at gt0
121 pchb* at pci? dev ? function ?
122 pcib* at pci? dev ? function ?
123
124 # PCI serial/parallel interfaces
125 puc* at pci? dev ? function ? # PCI "universal" comm. cards
126 com* at puc? port ?
127 #lpt* at puc? port ?
128 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial cards
129
130 # PCI SCSI controllers
131 #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA]
132 #adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI
133 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
134 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI
135 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
136 #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC
137 siop* at pci? dev ? function ? # NCR 53c8xx SCSI
138 #pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
139
140 # SCSI bus support
141 #scsibus* at adv?
142 #scsibus* at adw?
143 scsibus* at ahc?
144 #scsibus* at bha?
145 #scsibus* at dpt?
146 #scsibus* at isp?
147 scsibus* at siop?
148 #scsibus* at pcscp?
149
150 # SCSI devices
151 sd* at scsibus? target ? lun ? # SCSI disk drives
152 st* at scsibus? target ? lun ? # SCSI tape drives
153 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
154 #ch* at scsibus? target ? lun ? # SCSI autochangers
155 #ss* at scsibus? target ? lun ? # SCSI scanners
156 uk* at scsibus? target ? lun ? # SCSI unknown
157
158 # RAID controllers and devices
159 #cac* at pci? dev ? function ? # Compaq array controller
160 #ca* at cac? unit ? # Compaq array disk device
161
162 # IDE and related devices
163 # PCI IDE controllers - see pciide(4) for supported hardware.
164 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
165 # how to set up DMA modes for this chip. This may work, or may cause
166 # a machine hang with some controllers.
167 pciide* at pci? dev ? function ? flags 0x0000
168
169 # IDE drives
170 # Flags are used only with controllers that support DMA operations
171 # and mode settings (e.g. some pciide controllers)
172 # The lowest order four bits (rightmost digit) of the flags define the PIO
173 # mode to use, the next set of four bits the DMA mode and the third set the
174 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
175 # to use, and the last bit must be 1 for this setting to be used.
176 # For DMA and UDMA, 0xf (1111) means 'disable'.
177 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
178 # (0xc=1100, 0xa=1010, 0xf=1111)
179 # 0x0000 means "use whatever the drive claims to support".
180 wd* at pciide? channel ? drive ? flags 0x0000
181
182 # PCI network interfaces
183 #de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
184 #en* at pci? dev ? function ? # ENI/Adaptec ATM
185 #ep* at pci? dev ? function ? # 3Com 3c59x
186 #ex* at pci? dev ? function ? # 3Com 90x[B]
187 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
188 #esh* at pci? dev ? function ? # Essential HIPPI card
189 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
190 #fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B
191 #le* at pci? dev ? function ? # PCnet-PCI Ethernet
192 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
193 #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
194 #sip* at pci? dev ? function ? # SiS 900 Ethernet
195 #tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
196 tlp* at pci? dev ? function ? # DECchip 21x4x (and clones)
197 #options TLP_MATCH_21040
198 #options TLP_MATCH_21041
199 #options TLP_MATCH_21140
200 options TLP_MATCH_21142
201 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
202 #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
203 #rtk* at pci? dev ? function ? # Realtek 8129/8139
204
205 # MII/PHY support
206 #exphy* at mii? phy ? # 3Com internal PHYs
207 #icsphy* at mii? phy ? # ICS1890 PHYs
208 #inphy* at mii? phy ? # Intel 82555 PHYs
209 #iophy* at mii? phy ? # Intel 82553 PHYs
210 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
211 #nsphy* at mii? phy ? # NS83840 PHYs
212 #nsphyter* at mii? phy ? # NS83843 PHYs
213 #qsphy* at mii? phy ? # Quality Semiconductor QS6612
214 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
215 #tlphy* at mii? phy ? # ThunderLAN PHYs
216 #tqphy* at mii? phy ? # TDK Semiconductor PHYs
217 #ukphy* at mii? phy ? # generic unknown PHYs
218
219 # PCI audio devices
220 #clcs* at pci? dev ? function ? # Cirrus Logic CS4280
221 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
222 #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
223 #fms* at pci? dev ? function ? # Forte Media FM801
224 #sbl* at pci? dev ? function ? # SoundBlaster Live!
225 #sv* at pci? dev ? function ? # S3 SonicVibes
226
227 # Pseudo-devices
228
229 # Disk/mass storage pseudo-devices
230 #pseudo-device ccd 4 # concatenated disk devices
231 #pseudo-device raid 4 # RAIDframe disk driver
232 #options RAID_AUTOCONFIG # auto-configuration of RAID
233 #pseudo-device md 1 # memory disk device (ramdisk)
234 #pseudo-device vnd 4 # disk-like interface to files
235
236 # Network pseudo-devices
237 pseudo-device bpfilter 8 # Berkeley packet filter
238 pseudo-device ipfilter # IP filter (firewall) and NAT
239 pseudo-device loop # network loopback
240 #pseudo-device ppp 2 # Point-to-Point Protocol
241 #pseudo-device sl 2 # Serial Line IP
242 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
243 #pseudo-device tun 2 # network tunneling over tty
244 #pseudo-device gre 2 # generic L3 over IP tunnel
245 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
246 #pseudo-device gif 4 # RFC1933 tunnel
247 #pseudo-device faith 1 # IPv[46] tcp relay translation
248 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
249
250 # Miscellaneous pseudo-devices
251 pseudo-device pty 64 # pseudo-terminals
252 #pseudo-device tb 1 # tablet line discipline
253 #pseudo-device sequencer 1 # MIDI sequencer
254 # rnd works; RND_COM does not on port i386 yet.
255 pseudo-device rnd # /dev/random & kernel generator
256 #options RND_COM # use "com" randomness (BROKEN)
257
258 # A pseudo device needed for Coda # also needs CODA (above)
259 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
260