GENERIC32 revision 1.39.2.4 1 1.39.2.4 gehenna # $NetBSD: GENERIC32,v 1.39.2.4 2002/08/31 16:38:14 gehenna Exp $
2 1.39.2.2 gehenna
3 1.39.2.2 gehenna include "arch/sparc64/conf/std.sparc64"
4 1.39.2.2 gehenna
5 1.39.2.2 gehenna options INCLUDE_CONFIG_FILE # embed config file in kernel binary
6 1.39.2.2 gehenna
7 1.39.2.4 gehenna #ident "GENERIC-$Revision: 1.39.2.4 $"
8 1.39.2.2 gehenna
9 1.39.2.2 gehenna maxusers 64
10 1.39.2.2 gehenna
11 1.39.2.2 gehenna ## System kernel configuration. See options(4) for more detail.
12 1.39.2.2 gehenna
13 1.39.2.2 gehenna
14 1.39.2.2 gehenna # Options for variants of the Sun SPARC architecure.
15 1.39.2.2 gehenna # We currently support three architecture types; at least one is required.
16 1.39.2.2 gehenna options SUN4U # sun4u - UltraSPARC
17 1.39.2.2 gehenna #options BLINK # blink the system LED
18 1.39.2.2 gehenna
19 1.39.2.2 gehenna ## System options specific to the sparc machine type
20 1.39.2.2 gehenna
21 1.39.2.2 gehenna ## Use a faster console than the PROM's slow drawing routines. Not needed
22 1.39.2.2 gehenna ## for headless (no framebuffer) machines.
23 1.39.2.2 gehenna # XXX borken on sparc64
24 1.39.2.2 gehenna #options RASTERCONSOLE # fast rasterop console
25 1.39.2.2 gehenna #options FONT_GALLANT12x22 # the console font
26 1.39.2.2 gehenna #options FONT_BOLD8x16 # a somewhat smaller font
27 1.39.2.2 gehenna
28 1.39.2.2 gehenna #### System options that are the same for all ports
29 1.39.2.2 gehenna
30 1.39.2.2 gehenna ## Root device configuration: change the ?'s if you are going to use a
31 1.39.2.2 gehenna ## nonstandard root partition (other than where the kernel is booted from)
32 1.39.2.2 gehenna ## and/or nonstandard root type (not ffs or nfs). Normally this can be
33 1.39.2.2 gehenna ## automagically determined at boot time.
34 1.39.2.2 gehenna
35 1.39.2.2 gehenna config netbsd root on ? type ?
36 1.39.2.2 gehenna
37 1.39.2.2 gehenna ## UVM options.
38 1.39.2.2 gehenna #options UVM_PAGE_TRKOWN
39 1.39.2.2 gehenna #options UVMHIST
40 1.39.2.2 gehenna #options UVMHIST_PRINT # Loud!
41 1.39.2.2 gehenna
42 1.39.2.2 gehenna ## System call tracing (see ktrace(1)).
43 1.39.2.2 gehenna options KTRACE
44 1.39.2.2 gehenna
45 1.39.2.2 gehenna ## Collect statistics on kernel malloc's and free's. This does have a
46 1.39.2.2 gehenna ## significant performance hit on slower machines, so it is intended for
47 1.39.2.2 gehenna ## diagnostic use only.
48 1.39.2.2 gehenna #options KMEMSTATS
49 1.39.2.2 gehenna
50 1.39.2.2 gehenna ## System V compatible IPC subsystem. (msgctl(2), semctl(2), and shmctl(2))
51 1.39.2.2 gehenna options SYSVMSG # System V message queues
52 1.39.2.2 gehenna options SYSVSEM # System V semaphores
53 1.39.2.2 gehenna options SYSVSHM # System V shared memory
54 1.39.2.2 gehenna #options SHMMAXPGS=1024 # 1024 pages is the default
55 1.39.2.2 gehenna
56 1.39.2.2 gehenna ## Loadable kernel module support; still under development.
57 1.39.2.2 gehenna options LKM
58 1.39.2.2 gehenna
59 1.39.2.2 gehenna #options USERCONF # userconf(4) support
60 1.39.2.2 gehenna #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
61 1.39.2.2 gehenna
62 1.39.2.2 gehenna ## NFS boot options; default on sparc is the bootparam protocol
63 1.39.2.2 gehenna options NFS_BOOT_BOOTPARAM
64 1.39.2.2 gehenna #options NFS_BOOT_BOOTP
65 1.39.2.2 gehenna #options NFS_BOOT_DHCP
66 1.39.2.2 gehenna
67 1.39.2.2 gehenna #### Debugging options
68 1.39.2.2 gehenna
69 1.39.2.2 gehenna ## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
70 1.39.2.2 gehenna ## serial console break or keyboard reset, where the PROM would normally
71 1.39.2.2 gehenna ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
72 1.39.2.2 gehenna # we enable DDB in GENERIC for now.
73 1.39.2.2 gehenna options DDB # kernel dynamic debugger
74 1.39.2.2 gehenna options DDB_HISTORY_SIZE=100 # enable history editing in DDB
75 1.39.2.2 gehenna #options DDB_ONPANIC # see also sysctl(8): `ddb.onpanic'
76 1.39.2.2 gehenna
77 1.39.2.2 gehenna ## You may also use gdb, on another computer connected to this machine over
78 1.39.2.2 gehenna ## a serial port. Both KGDB_DEV and KGDB_DEVRATE should be specified;
79 1.39.2.2 gehenna ## KGDB_DEV is a dev_t encoded device number of the serial port to use.
80 1.39.2.2 gehenna ## (0xc01 = ttya, 0xc02 = ttyb.)
81 1.39.2.2 gehenna #options KGDB # support for kernel gdb
82 1.39.2.2 gehenna #options KGDB_DEV=0xc01 # kgdb device number (this is `ttyb')
83 1.39.2.2 gehenna #options KGDB_DEVRATE=38400 # baud rate
84 1.39.2.2 gehenna
85 1.39.2.2 gehenna
86 1.39.2.2 gehenna ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
87 1.39.2.2 gehenna ## such that gdb(1) can be used on a kernel coredump.
88 1.39.2.2 gehenna
89 1.39.2.2 gehenna #makeoptions DEBUG="-g"
90 1.39.2.2 gehenna
91 1.39.2.2 gehenna
92 1.39.2.2 gehenna ## Adds code to the kernel that does internal consistency checks, and will
93 1.39.2.2 gehenna ## cause the kernel to panic if corruption of internal data structures
94 1.39.2.2 gehenna ## is detected.
95 1.39.2.2 gehenna #options DIAGNOSTIC # extra kernel sanity checking
96 1.39.2.2 gehenna
97 1.39.2.2 gehenna ## Enable (possibly expensive) debugging code that may also display messages
98 1.39.2.2 gehenna ## on the system console
99 1.39.2.2 gehenna #options DEBUG
100 1.39.2.2 gehenna
101 1.39.2.2 gehenna ## Make SCSI error messages more verbose when explaining their meanings.
102 1.39.2.2 gehenna options SCSIVERBOSE
103 1.39.2.2 gehenna options PCIVERBOSE
104 1.39.2.2 gehenna options MIIVERBOSE # verbose PHY autoconfig messages
105 1.39.2.2 gehenna #options PCI_CONFIG_DUMP # verbosely dump PCI config space
106 1.39.2.2 gehenna
107 1.39.2.2 gehenna ## `INSECURE' turns off the kernel security level (securelevel = 0 always).
108 1.39.2.2 gehenna ## This allows writing to /dev/mem, loading kernel modules while multi-user,
109 1.39.2.2 gehenna ## and other insecurities good only for development work. Do not use this
110 1.39.2.2 gehenna ## option on a production machine.
111 1.39.2.2 gehenna #options INSECURE
112 1.39.2.2 gehenna
113 1.39.2.2 gehenna ## Allow non-root users to grab /dev/console with programs such as xconsole.
114 1.39.2.2 gehenna ## `xconsole' therefore does not need setuid root with this option enabled.
115 1.39.2.2 gehenna #options UCONSOLE
116 1.39.2.2 gehenna
117 1.39.2.2 gehenna ## `FDSCRIPTS' allows non-readable but executable scripts by providing a
118 1.39.2.2 gehenna ## pre-opened opaque file to the script interpreter. `SETUIDSCRIPTS',
119 1.39.2.2 gehenna ## which implies FDSCRIPTS, allows scripts to be set-user-id using the same
120 1.39.2.2 gehenna ## opaque file mechanism. Perl calls this "secure setuid scripts."
121 1.39.2.2 gehenna
122 1.39.2.2 gehenna #options FDSCRIPTS
123 1.39.2.2 gehenna #options SETUIDSCRIPTS
124 1.39.2.2 gehenna
125 1.39.2.2 gehenna ## Options for compatibility with previous releases foreign system binaries.
126 1.39.2.2 gehenna ## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up
127 1.39.2.2 gehenna ## additional user-level utilities or system configuration files. See
128 1.39.2.2 gehenna ## compat_sunos(8) and compat_svr4(8).
129 1.39.2.2 gehenna
130 1.39.2.2 gehenna options COMPAT_43 # 4.3BSD system interfaces
131 1.39.2.2 gehenna options COMPAT_09 # NetBSD 0.9 binary compatibility
132 1.39.2.2 gehenna options COMPAT_10 # NetBSD 1.0 binary compatibility
133 1.39.2.2 gehenna options COMPAT_11 # NetBSD 1.1 binary compatibility
134 1.39.2.2 gehenna options COMPAT_12 # NetBSD 1.2 binary compatibility
135 1.39.2.2 gehenna options COMPAT_13 # NetBSD 1.3 binary compatibility
136 1.39.2.2 gehenna options COMPAT_14 # NetBSD 1.4 binary compatibility
137 1.39.2.2 gehenna options COMPAT_SUNOS # SunOS 4.x binary compatibility
138 1.39.2.2 gehenna options COMPAT_SVR4 # SunOS 5.x binary compatibility
139 1.39.2.2 gehenna #options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility -- 64-bit only
140 1.39.2.2 gehenna #options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility -- 64-bit only
141 1.39.2.2 gehenna options EXEC_AOUT # execve(2) support for a.out binaries
142 1.39.2.2 gehenna options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
143 1.39.2.2 gehenna #options SYSCALL_DEBUG
144 1.39.2.2 gehenna
145 1.39.2.2 gehenna #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
146 1.39.2.2 gehenna
147 1.39.2.2 gehenna ## File systems. You probably need at least one of FFS or NFS.
148 1.39.2.2 gehenna file-system FFS # Berkeley Fast Filesystem
149 1.39.2.2 gehenna file-system NFS # Sun NFS-compatible filesystem client
150 1.39.2.2 gehenna file-system KERNFS # kernel data-structure filesystem
151 1.39.2.2 gehenna file-system NULLFS # NULL layered filesystem
152 1.39.2.2 gehenna file-system OVERLAY # overlay file system
153 1.39.2.2 gehenna file-system MFS # memory-based filesystem
154 1.39.2.2 gehenna file-system FDESC # user file descriptor filesystem
155 1.39.2.2 gehenna file-system UMAPFS # uid/gid remapping filesystem
156 1.39.2.2 gehenna file-system LFS # Log-based filesystem (still experimental)
157 1.39.2.2 gehenna file-system PORTAL # portal filesystem (still experimental)
158 1.39.2.2 gehenna file-system PROCFS # /proc
159 1.39.2.2 gehenna file-system CD9660 # ISO 9660 + Rock Ridge file system
160 1.39.2.2 gehenna file-system UNION # union file system
161 1.39.2.2 gehenna file-system MSDOSFS # MS-DOS FAT filesystem(s).
162 1.39.2.2 gehenna
163 1.39.2.2 gehenna ## File system options.
164 1.39.2.2 gehenna options NFSSERVER # Sun NFS-compatible filesystem server
165 1.39.2.2 gehenna options QUOTA # FFS quotas
166 1.39.2.2 gehenna #options FFS_EI # FFS Endian Independent support
167 1.39.2.2 gehenna options SOFTDEP # FFS soft updates support.
168 1.39.2.2 gehenna
169 1.39.2.2 gehenna ## Network protocol support. In most environments, INET is required.
170 1.39.2.2 gehenna options INET # IP (Internet Protocol) v4
171 1.39.2.2 gehenna options INET6 # IPV6
172 1.39.2.2 gehenna #options IPSEC # IP security
173 1.39.2.2 gehenna #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
174 1.39.2.2 gehenna #options IPSEC_DEBUG # debug for IP security
175 1.39.2.2 gehenna #options GATEWAY # packet forwarding ("router switch")
176 1.39.2.2 gehenna options MROUTING # packet forwarding of multicast packets
177 1.39.2.2 gehenna #options DIRECTED_BROADCAST # allow broadcasts through routers
178 1.39.2.2 gehenna options NS # Xerox NS networking
179 1.39.2.2 gehenna #options NSIP # Xerox NS tunneling over IP
180 1.39.2.2 gehenna options ISO,TPIP # OSI networking
181 1.39.2.2 gehenna options EON # OSI tunneling over IP
182 1.39.2.2 gehenna #options CCITT,LLC,HDLC # X.25 packet switched protocol
183 1.39.2.2 gehenna options NETATALK # AppleTalk (over Ethernet) protocol
184 1.39.2.2 gehenna options NTP # Network Time Protocol in-kernel support
185 1.39.2.2 gehenna #options PPS_SYNC # Add serial line synchronization for NTP
186 1.39.2.2 gehenna options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
187 1.39.2.2 gehenna options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
188 1.39.2.2 gehenna options PPP_BSDCOMP # Add BSD compression to ppp device
189 1.39.2.2 gehenna options PPP_DEFLATE # Add deflate (libz) compression to ppp device
190 1.39.2.2 gehenna options PPP_FILTER # Add active filters for ppp (via bpf)
191 1.39.2.2 gehenna #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
192 1.39.2.2 gehenna
193 1.39.2.2 gehenna
194 1.39.2.2 gehenna #### Main bus and CPU .. all systems.
195 1.39.2.2 gehenna mainbus0 at root
196 1.39.2.2 gehenna cpu0 at mainbus0
197 1.39.2.2 gehenna
198 1.39.2.2 gehenna #### Bus types found on SPARC systems.
199 1.39.2.2 gehenna
200 1.39.2.2 gehenna sbus0 at mainbus0 # Ultra 1
201 1.39.2.2 gehenna #upa0 at mainbus0 # Ultra 1E, Ultra 2, Ex0000
202 1.39.2.2 gehenna psycho* at mainbus0 # Darwin, Ultra5
203 1.39.2.2 gehenna pci* at psycho?
204 1.39.2.2 gehenna pci* at ppb?
205 1.39.2.2 gehenna ppb* at pci? # `APB' support.
206 1.39.2.2 gehenna ebus* at pci? # ebus devices
207 1.39.2.2 gehenna # XXX 'puc's aren't really bridges, but there's no better place for them here
208 1.39.2.2 gehenna puc* at pci? dev ? function ? # PCI "universal" comm. cards
209 1.39.2.2 gehenna
210 1.39.2.2 gehenna #### Standard system devices -- all required for a given architecture
211 1.39.2.2 gehenna
212 1.39.2.2 gehenna ## PROM console driver -- if all else fails
213 1.39.2.2 gehenna pcons0 at mainbus0 # PROM console
214 1.39.2.2 gehenna
215 1.39.2.2 gehenna ## Auxiliary system registers -- We use the OBP for power management
216 1.39.2.2 gehenna auxio* at ebus? # auxio registers
217 1.39.2.2 gehenna auxio* at sbus? slot ? offset ? # auxio registers
218 1.39.2.2 gehenna
219 1.39.2.2 gehenna # We also need:
220 1.39.2.2 gehenna bpp* at sbus? slot ? offset ? # parallel port
221 1.39.2.2 gehenna lpt* at ebus? # parallel port
222 1.39.2.2 gehenna
223 1.39.2.2 gehenna ## Mostek clock found on 4/300, sun4c, sun4m and sun4u systems.
224 1.39.2.2 gehenna ## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
225 1.39.2.2 gehenna clock* at sbus? slot ? offset ?
226 1.39.2.2 gehenna clock* at ebus?
227 1.39.2.2 gehenna rtc* at ebus?
228 1.39.2.2 gehenna
229 1.39.2.2 gehenna ## Timer chip found on 4/300, sun4c, sun4m and (some) sun4u systems.
230 1.39.2.2 gehenna timer* at mainbus0 # sun4c
231 1.39.2.2 gehenna
232 1.39.2.2 gehenna #### Serial port configuration
233 1.39.2.2 gehenna
234 1.39.2.2 gehenna ## Zilog 8530 serial chips. Each has two-channels.
235 1.39.2.2 gehenna ## zs0 is ttya and ttyb. zs1 is the keyboard and mouse.
236 1.39.2.2 gehenna zs* at sbus? slot ? offset ?
237 1.39.2.2 gehenna zstty* at zs? channel ? # ttya
238 1.39.2.2 gehenna kbd0 at zstty?
239 1.39.2.2 gehenna ms0 at zstty?
240 1.39.2.2 gehenna
241 1.39.2.2 gehenna ## PCI machines have serial ports:
242 1.39.2.2 gehenna ## Siemens SAB82532 controller: ttya and ttyb (`su'; sab)
243 1.39.2.2 gehenna ## Part of NS PC87332VLJ Super I/O controller: kbd/mouse (`se'; com)
244 1.39.2.2 gehenna
245 1.39.2.2 gehenna ## The SAB82532 controller has two serial ports
246 1.39.2.3 gehenna sab* at ebus? # ttya/ttyb
247 1.39.2.3 gehenna sabtty* at sab? channel ?
248 1.39.2.2 gehenna
249 1.39.2.2 gehenna ## Part of a PC87332VLJ
250 1.39.2.2 gehenna com* at ebus? # `com' driver for `su'
251 1.39.2.2 gehenna kbd0 at com? # keyboard
252 1.39.2.2 gehenna ms0 at com? # mouse
253 1.39.2.2 gehenna
254 1.39.2.2 gehenna # PCI serial interfaces
255 1.39.2.2 gehenna com* at puc? port ? # 16x50s on "universal" comm boards
256 1.39.2.2 gehenna cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
257 1.39.2.2 gehenna cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
258 1.39.2.2 gehenna
259 1.39.2.2 gehenna #### Disk controllers and disks
260 1.39.2.2 gehenna
261 1.39.2.2 gehenna ## The following flags may be set for the NCR53c94 based esp driver:
262 1.39.2.2 gehenna ## bits 0-7: disable disconnect/reselect for the corresponding target
263 1.39.2.2 gehenna ## bits 8-15: disable synchronous negotiation for target [bit-8]
264 1.39.2.2 gehenna
265 1.39.2.2 gehenna ## sun4u on-board SCSI, and FSBE/S SBus SCSI cards, an NCR53c94 or
266 1.39.2.2 gehenna ## equivalent behind an LSI Logic DMA controller
267 1.39.2.2 gehenna
268 1.39.2.2 gehenna dma* at sbus? slot ? offset ? # SBus
269 1.39.2.2 gehenna esp* at dma? flags 0x0000 # SBus
270 1.39.2.2 gehenna
271 1.39.2.2 gehenna esp* at sbus? slot ? offset ?
272 1.39.2.2 gehenna isp* at sbus? slot ? offset ?
273 1.39.2.3 gehenna isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
274 1.39.2.3 gehenna siop* at pci? # 53C875 "glm" compatible
275 1.39.2.2 gehenna
276 1.39.2.2 gehenna # PCI SCSI controllers
277 1.39.2.2 gehenna # UT marks untested.
278 1.39.2.2 gehenna adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI UT
279 1.39.2.2 gehenna adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI UT
280 1.39.2.2 gehenna ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI UT
281 1.39.2.2 gehenna bha* at pci? dev ? function ? # BusLogic 9xx SCSI UT
282 1.39.2.2 gehenna dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID UT
283 1.39.2.2 gehenna iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
284 1.39.2.2 gehenna pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI UT
285 1.39.2.2 gehenna trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI
286 1.39.2.2 gehenna
287 1.39.2.2 gehenna scsibus* at scsi?
288 1.39.2.2 gehenna
289 1.39.2.2 gehenna ## These entries find devices on all SCSI busses and assign
290 1.39.2.2 gehenna ## unit numbers dynamically.
291 1.39.2.2 gehenna sd* at scsibus? target ? lun ? # SCSI disks
292 1.39.2.2 gehenna st* at scsibus? target ? lun ? # SCSI tapes
293 1.39.2.2 gehenna cd* at scsibus? target ? lun ? # SCSI CD-ROMs
294 1.39.2.2 gehenna ch* at scsibus? target ? lun ? # SCSI changer devices
295 1.39.2.2 gehenna ss* at scsibus? target ? lun ? # SCSI scanners
296 1.39.2.2 gehenna ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices
297 1.39.2.2 gehenna uk* at scsibus? target ? lun ? # unknown SCSI
298 1.39.2.2 gehenna
299 1.39.2.2 gehenna # PCI IDE.
300 1.39.2.2 gehenna pciide* at pci ? dev ? function ? flags 0x0000
301 1.39.2.2 gehenna atapibus* at pciide? channel ?
302 1.39.2.2 gehenna
303 1.39.2.2 gehenna ## Disable UDMA 4 which causes data corruption on the Acer Labs
304 1.39.2.2 gehenna ## chipset on Sun Blade 100 and Netra X1 machines.
305 1.39.2.2 gehenna wd* at pciide? channel ? drive ? flags 0x0a00 # Disable UDMA 4
306 1.39.2.2 gehenna
307 1.39.2.2 gehenna
308 1.39.2.2 gehenna cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
309 1.39.2.2 gehenna sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
310 1.39.2.2 gehenna uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
311 1.39.2.2 gehenna
312 1.39.2.2 gehenna # RAID controllers and devices (untested)
313 1.39.2.2 gehenna cac* at pci? dev ? function ? # Compaq PCI array controllers
314 1.39.2.2 gehenna mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
315 1.39.2.2 gehenna twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
316 1.39.2.2 gehenna
317 1.39.2.2 gehenna ld* at cac? unit ? # logical disk devices
318 1.39.2.2 gehenna ld* at twe? unit ?
319 1.39.2.2 gehenna ld* at mlx? unit ?
320 1.39.2.2 gehenna
321 1.39.2.2 gehenna ## Floppy controller and drive found on SPARCstations.
322 1.39.2.2 gehenna
323 1.39.2.2 gehenna # need share with the sparc, and everyone else. needs to use auxio.
324 1.39.2.2 gehenna # actually, the ebus version has (will have) direct access to it's AUXIO
325 1.39.2.2 gehenna # register space (it is mapped in to fdthree not auxio).
326 1.39.2.2 gehenna #fdc0 at sbus? slot ? offset ? # SUNW,fdtwo
327 1.39.2.2 gehenna #fdc0 at ebus? # fdthree
328 1.39.2.2 gehenna #fd* at fdc0 # the drive itself
329 1.39.2.2 gehenna
330 1.39.2.2 gehenna ## A disk-like interface to files. Can be used to create floppy, CD,
331 1.39.2.2 gehenna ## miniroot images, etc.
332 1.39.2.2 gehenna
333 1.39.2.2 gehenna pseudo-device vnd 4
334 1.39.2.2 gehenna
335 1.39.2.2 gehenna ## Concatenated and striped disks; with this, you can create a software-based
336 1.39.2.2 gehenna ## disk array similar to a "RAID 0" setup. See ccd(4).
337 1.39.2.2 gehenna
338 1.39.2.2 gehenna pseudo-device ccd 4
339 1.39.2.2 gehenna
340 1.39.2.2 gehenna ## RAIDframe disk driver: software RAID driver. See raid(4).
341 1.39.2.2 gehenna
342 1.39.2.2 gehenna pseudo-device raid 8
343 1.39.2.2 gehenna options RAID_AUTOCONFIG # auto-configuration of RAID components
344 1.39.2.2 gehenna # Options to enable various other RAIDframe RAID types.
345 1.39.2.2 gehenna # options RF_INCLUDE_EVENODD=1
346 1.39.2.2 gehenna # options RF_INCLUDE_RAID5_RS=1
347 1.39.2.2 gehenna # options RF_INCLUDE_PARITYLOGGING=1
348 1.39.2.2 gehenna # options RF_INCLUDE_CHAINDECLUSTER=1
349 1.39.2.2 gehenna # options RF_INCLUDE_INTERDECLUSTER=1
350 1.39.2.2 gehenna # options RF_INCLUDE_PARITY_DECLUSTERING=1
351 1.39.2.2 gehenna # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
352 1.39.2.2 gehenna
353 1.39.2.2 gehenna
354 1.39.2.2 gehenna ## Memory disk device, used on boot floppies with compressed
355 1.39.2.2 gehenna ## kernel-plus-root-disk images.
356 1.39.2.2 gehenna
357 1.39.2.2 gehenna pseudo-device md 1
358 1.39.2.2 gehenna
359 1.39.2.2 gehenna
360 1.39.2.2 gehenna #### Network interfaces
361 1.39.2.2 gehenna
362 1.39.2.2 gehenna ## LANCE Ethernet - an AMD 7990 LANCE behind specialized DMA glue
363 1.39.2.2 gehenna ## Three flavors of additional SBus ethernets are available. One attaches
364 1.39.2.2 gehenna ## directly like the sun4c on-board, one uses the ledma device like the
365 1.39.2.2 gehenna ## sun4m on-board, and one uses the lebuffer device.
366 1.39.2.2 gehenna
367 1.39.2.2 gehenna ledma0 at sbus? slot ? offset ? # sun4m on-board
368 1.39.2.2 gehenna le0 at ledma0 # sun4m on-board
369 1.39.2.2 gehenna le* at sbus? slot ? offset ? # SBus
370 1.39.2.2 gehenna ledma* at sbus? slot ? offset ? # SBus
371 1.39.2.2 gehenna le* at ledma? # SBus
372 1.39.2.2 gehenna lebuffer0 at sbus? slot ? offset ? # SBus
373 1.39.2.2 gehenna le0 at lebuffer? # SBus
374 1.39.2.2 gehenna lebuffer* at sbus? slot ? offset ? # SBus
375 1.39.2.2 gehenna le* at lebuffer? # SBus
376 1.39.2.2 gehenna
377 1.39.2.2 gehenna ## Happy Meal Ethernet
378 1.39.2.2 gehenna hme* at sbus? slot ? offset ?
379 1.39.2.2 gehenna hme* at pci? dev ? function ? # network "hme" compatible
380 1.39.2.2 gehenna
381 1.39.2.2 gehenna ## qec/be, qec/hme
382 1.39.2.2 gehenna qec* at sbus? slot ? offset ?
383 1.39.2.2 gehenna be* at qec?
384 1.39.2.2 gehenna qe* at qec?
385 1.39.2.2 gehenna
386 1.39.2.2 gehenna # PCI network interfaces
387 1.39.2.2 gehenna # UT marks untested.
388 1.39.2.2 gehenna an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) UT
389 1.39.2.2 gehenna en* at pci? dev ? function ? # ENI/Adaptec ATM UT
390 1.39.2.2 gehenna # XXX causes ICE
391 1.39.2.2 gehenna #ep* at pci? dev ? function ? # 3Com 3c59x
392 1.39.2.2 gehenna ex* at pci? dev ? function ? # 3Com 90x[B] UT
393 1.39.2.2 gehenna epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet UT
394 1.39.2.2 gehenna esh* at pci? dev ? function ? # Essential HIPPI card UT
395 1.39.2.2 gehenna fpa* at pci? dev ? function ? # DEC DEFPA FDDI UT
396 1.39.2.2 gehenna fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B UT
397 1.39.2.2 gehenna gem* at pci? dev ? function ? # Apple GMAC and Sun ERI gigabit enet
398 1.39.2.2 gehenna le* at pci? dev ? function ? # PCnet-PCI Ethernet UT
399 1.39.2.2 gehenna # XXX uses vtophys()
400 1.39.2.2 gehenna #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
401 1.39.2.2 gehenna ne* at pci? dev ? function ? # NE2000-compatible Ethernet UT
402 1.39.2.2 gehenna ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial UT
403 1.39.2.2 gehenna rtk* at pci? dev ? function ? # Realtek 8129/8139 UT
404 1.39.2.2 gehenna sip* at pci? dev ? function ? # SiS 900 Ethernet UT
405 1.39.2.2 gehenna ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet UT
406 1.39.2.2 gehenna tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
407 1.39.2.2 gehenna tlp* at pci? dev ? function ? # DECchip 21x4x and clones
408 1.39.2.2 gehenna vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
409 1.39.2.2 gehenna
410 1.39.2.2 gehenna # MII/PHY support
411 1.39.2.2 gehenna # XXX: only nsphy "tested"
412 1.39.2.2 gehenna dmphy* at mii? phy ? # Davicom DM9101 PHYs
413 1.39.2.2 gehenna exphy* at mii? phy ? # 3Com internal PHYs
414 1.39.2.2 gehenna icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
415 1.39.2.2 gehenna inphy* at mii? phy ? # Intel 82555 PHYs
416 1.39.2.2 gehenna iophy* at mii? phy ? # Intel 82553 PHYs
417 1.39.2.2 gehenna lxtphy* at mii? phy ? # Level One LXT-970 PHYs
418 1.39.2.2 gehenna nsphy* at mii? phy ? # NS83840 PHYs
419 1.39.2.2 gehenna nsphyter* at mii? phy ? # NS83843 PHYs
420 1.39.2.2 gehenna qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
421 1.39.2.2 gehenna sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
422 1.39.2.2 gehenna tlphy* at mii? phy ? # ThunderLAN PHYs
423 1.39.2.2 gehenna tqphy* at mii? phy ? # TDK Semiconductor PHYs
424 1.39.2.2 gehenna ukphy* at mii? phy ? # generic unknown PHYs
425 1.39.2.2 gehenna
426 1.39.2.2 gehenna # PCI USB controllers
427 1.39.2.2 gehenna ohci* at pci? dev ? function ? # Open Host Controller
428 1.39.2.2 gehenna
429 1.39.2.2 gehenna usb* at ohci? # USB bus support
430 1.39.2.2 gehenna uhub* at usb? # USB Hubs
431 1.39.2.2 gehenna uhub* at uhub? port ? configuration ? interface ?
432 1.39.2.2 gehenna
433 1.39.2.2 gehenna uhidev* at uhub? port ? configuration ? interface ? # USB HID
434 1.39.2.2 gehenna uhid* at uhidev? reportid ? # USB Generic HID
435 1.39.2.2 gehenna
436 1.39.2.2 gehenna ulpt* at uhub? port ? configuration ? interface ? # USB Printer
437 1.39.2.2 gehenna
438 1.39.2.2 gehenna umodem* at uhub? port ? configuration ? # USB Modem
439 1.39.2.2 gehenna ucom* at umodem?
440 1.39.2.2 gehenna
441 1.39.2.2 gehenna umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
442 1.39.2.2 gehenna atapibus* at umass? channel ?
443 1.39.2.2 gehenna scsibus* at umass? channel ?
444 1.39.2.2 gehenna
445 1.39.2.2 gehenna uaudio* at uhub? port ? configuration ? # USB audio
446 1.39.2.2 gehenna
447 1.39.2.2 gehenna # USB Ethernet adapters
448 1.39.2.2 gehenna aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
449 1.39.2.2 gehenna cue* at uhub? port ? # CATC USB-EL1201A based adapters
450 1.39.2.2 gehenna kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
451 1.39.2.2 gehenna
452 1.39.2.2 gehenna uscanner* at uhub? port ? # USB scanners
453 1.39.2.2 gehenna uyap* at uhub? port ? # Y@P firmware loader
454 1.39.2.2 gehenna ugen* at uhub? port ? configuration ? interface ? # USB Generic driver
455 1.39.2.2 gehenna
456 1.39.2.2 gehenna # PCI IEEE1394 controllers
457 1.39.2.2 gehenna fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
458 1.39.2.2 gehenna #fwlynx* at pci? dev ? function ? # IEEE1394 TI Lynx Controller
459 1.39.2.2 gehenna fw* at fwbus? # IP over 1394
460 1.39.2.2 gehenna
461 1.39.2.2 gehenna # IEEE1394 nodes
462 1.39.2.2 gehenna #fwnode* at fwbus? oui ? devhi ? devlo ?
463 1.39.2.2 gehenna #scsibus* at fwnode?
464 1.39.2.2 gehenna
465 1.39.2.2 gehenna ## Loopback network interface; required
466 1.39.2.2 gehenna pseudo-device loop
467 1.39.2.2 gehenna
468 1.39.2.2 gehenna ## SLIP and CSLIP interfaces, for IP over a serial line.
469 1.39.2.2 gehenna pseudo-device sl 2
470 1.39.2.2 gehenna
471 1.39.2.2 gehenna ## PPP, the successor to SLIP. See pppd(8).
472 1.39.2.2 gehenna pseudo-device ppp 2
473 1.39.2.2 gehenna
474 1.39.2.2 gehenna ## PPP over Ethernet (RFC 2516)
475 1.39.2.2 gehenna pseudo-device pppoe
476 1.39.2.2 gehenna
477 1.39.2.2 gehenna ## Starmode Radio IP, a special hardware network device.
478 1.39.2.2 gehenna pseudo-device strip 1
479 1.39.2.2 gehenna
480 1.39.2.2 gehenna ## Network "tunnel" device, allowing protocol stacks to run in the userland.
481 1.39.2.2 gehenna ## This is used by the third-party user-mode "ppp" program, and others.
482 1.39.2.2 gehenna pseudo-device tun 4
483 1.39.2.2 gehenna
484 1.39.2.2 gehenna ## Generic L3 over IP tunnel
485 1.39.2.2 gehenna #pseudo-device gre 2 # generic L3 over IP tunnel
486 1.39.2.2 gehenna
487 1.39.2.2 gehenna ## Berkeley Packet Filter, required to run RARPD. A generic C-language
488 1.39.2.2 gehenna ## interface that allows selective examining of incoming packets.
489 1.39.2.2 gehenna pseudo-device bpfilter 8
490 1.39.2.2 gehenna
491 1.39.2.2 gehenna ## Simple inter-network traffic bridging
492 1.39.2.2 gehenna pseudo-device bridge
493 1.39.2.2 gehenna
494 1.39.2.2 gehenna ## IP Filter, used in firewall and NAT applications. See ipnat(8) for
495 1.39.2.2 gehenna ## one example of the use of the IP Filter.
496 1.39.2.2 gehenna pseudo-device ipfilter
497 1.39.2.2 gehenna
498 1.39.2.2 gehenna ## for IPv6
499 1.39.2.2 gehenna pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
500 1.39.2.2 gehenna #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
501 1.39.2.2 gehenna #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
502 1.39.2.2 gehenna
503 1.39.2.2 gehenna
504 1.39.2.2 gehenna #### Audio and video devices
505 1.39.2.2 gehenna
506 1.39.2.2 gehenna ## /dev/audio support (`audiocs' plus `audio')
507 1.39.2.2 gehenna ##
508 1.39.2.2 gehenna audiocs* at sbus? slot ? offset ? # SUNW,CS4231
509 1.39.2.2 gehenna audiocs* at ebus? # SUNW,CS4231 in U5/U10
510 1.39.2.2 gehenna autri* at pci? dev ? function ? # Blade 100 'sound'
511 1.39.2.2 gehenna
512 1.39.2.2 gehenna audio* at audiocs?
513 1.39.2.2 gehenna audio* at autri?
514 1.39.2.4 gehenna audio* at uaudio?
515 1.39.2.2 gehenna
516 1.39.2.2 gehenna #midi* at autri?
517 1.39.2.2 gehenna
518 1.39.2.2 gehenna
519 1.39.2.2 gehenna ## Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m
520 1.39.2.2 gehenna ## systems. If your sun4 system has a cgfour installed in the P4 slot,
521 1.39.2.2 gehenna ## the P4 entries for "bwtwo" will attach to the overlay plane of the
522 1.39.2.2 gehenna ## "cgfour".
523 1.39.2.2 gehenna
524 1.39.2.2 gehenna #bwtwo0 at sbus? slot ? offset ? # sun4c and sun4m
525 1.39.2.2 gehenna #bwtwo* at sbus? slot ? offset ?
526 1.39.2.2 gehenna
527 1.39.2.2 gehenna ## Sun "cgthree" Sbus color framebuffer
528 1.39.2.2 gehenna #cgthree0 at sbus? slot ? offset ?
529 1.39.2.2 gehenna #cgthree* at sbus? slot ? offset ?
530 1.39.2.2 gehenna
531 1.39.2.2 gehenna ## Sun "cgsix" accelerated color framebuffer.
532 1.39.2.2 gehenna cgsix0 at sbus? slot ? offset ?
533 1.39.2.2 gehenna cgsix* at sbus? slot ? offset ?
534 1.39.2.2 gehenna
535 1.39.2.2 gehenna ## Sun FFB not supported
536 1.39.2.2 gehenna #ffb* at upa?
537 1.39.2.2 gehenna
538 1.39.2.2 gehenna #### Other device configuration
539 1.39.2.2 gehenna
540 1.39.2.2 gehenna ## Pseudo ttys, required for network logins and programs like screen.
541 1.39.2.2 gehenna
542 1.39.2.2 gehenna pseudo-device pty # pseudo-ttys (for network, etc.)
543 1.39.2.2 gehenna
544 1.39.2.2 gehenna ## Random device, used to implement /dev/random (a source of random noise),
545 1.39.2.2 gehenna ## and generate randomness for some kernel formulae.
546 1.39.2.2 gehenna
547 1.39.2.2 gehenna pseudo-device rnd
548 1.39.2.2 gehenna
549 1.39.2.2 gehenna pseudo-device clockctl # user control of clock subsystem
550