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