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