MPCSA_GENERIC revision 1.3.2.3 1 1.3.2.3 skrll # $NetBSD: MPCSA_GENERIC,v 1.3.2.3 2008/10/10 22:29:04 skrll Exp $
2 1.3.2.2 wrstuden #
3 1.3.2.2 wrstuden # GENERIC machine description file
4 1.3.2.2 wrstuden #
5 1.3.2.2 wrstuden # This machine description file is used to generate the default NetBSD
6 1.3.2.2 wrstuden # kernel. The generic kernel does not include all options, subsystems
7 1.3.2.2 wrstuden # and device drivers, but should be useful for most applications.
8 1.3.2.2 wrstuden #
9 1.3.2.2 wrstuden # The machine description file can be customised for your specific
10 1.3.2.2 wrstuden # machine to reduce the kernel size and improve its performance.
11 1.3.2.2 wrstuden #
12 1.3.2.2 wrstuden # For further information on compiling NetBSD kernels, see the config(8)
13 1.3.2.2 wrstuden # man page.
14 1.3.2.2 wrstuden #
15 1.3.2.2 wrstuden # For further information on hardware support for this architecture, see
16 1.3.2.2 wrstuden # the intro(4) man page. For further information about kernel options
17 1.3.2.2 wrstuden # for this architecture, see the options(4) man page. For an explanation
18 1.3.2.2 wrstuden # of each device driver in this file see the section 4 man page for the
19 1.3.2.2 wrstuden # device.
20 1.3.2.2 wrstuden
21 1.3.2.2 wrstuden include "arch/evbarm/conf/std.mpcsa"
22 1.3.2.2 wrstuden
23 1.3.2.2 wrstuden options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.3.2.2 wrstuden
25 1.3.2.3 skrll #ident "GENERIC-$Revision: 1.3.2.3 $"
26 1.3.2.2 wrstuden
27 1.3.2.2 wrstuden maxusers 32 # estimated number of users
28 1.3.2.2 wrstuden
29 1.3.2.2 wrstuden # CPU support.
30 1.3.2.2 wrstuden options CPU_ARM9 # Support the ARM9TDMI core
31 1.3.2.2 wrstuden makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t"
32 1.3.2.2 wrstuden
33 1.3.2.2 wrstuden # CPU-related options.
34 1.3.2.2 wrstuden #options MATH_EMULATE # floating point emulation
35 1.3.2.2 wrstuden
36 1.3.2.2 wrstuden # doesn't work with MP just yet..
37 1.3.2.2 wrstuden #options PERFCTRS # performance-monitoring counters support
38 1.3.2.2 wrstuden
39 1.3.2.2 wrstuden #options MULTIBOOT # Multiboot support (see multiboot(8))
40 1.3.2.2 wrstuden
41 1.3.2.2 wrstuden # delay between "rebooting ..." message and hardware reset, in milliseconds
42 1.3.2.2 wrstuden #options CPURESET_DELAY=2000
43 1.3.2.2 wrstuden
44 1.3.2.2 wrstuden # This option allows you to force a serial console at the specified
45 1.3.2.2 wrstuden # I/O address. see console(4) for details.
46 1.3.2.2 wrstuden #options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
47 1.3.2.2 wrstuden # you don't want the option below ON iff you are using the
48 1.3.2.2 wrstuden # serial console option of the new boot strap code.
49 1.3.2.2 wrstuden #options CONS_OVERRIDE # Always use above! independent of boot info
50 1.3.2.2 wrstuden
51 1.3.2.2 wrstuden # Standard system options
52 1.3.2.2 wrstuden
53 1.3.2.2 wrstuden #options INSECURE # disable kernel security levels - X needs this
54 1.3.2.2 wrstuden
55 1.3.2.2 wrstuden options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
56 1.3.2.2 wrstuden options NTP # NTP phase/frequency locked loop
57 1.3.2.2 wrstuden
58 1.3.2.2 wrstuden options KTRACE # system call tracing via ktrace(1)
59 1.3.2.2 wrstuden #options SYSTRACE # system call vetting via systrace(1)
60 1.3.2.2 wrstuden
61 1.3.2.2 wrstuden options SYSVMSG # System V-like message queues
62 1.3.2.2 wrstuden options SYSVSEM # System V-like semaphores
63 1.3.2.2 wrstuden #options SEMMNI=10 # number of semaphore identifiers
64 1.3.2.2 wrstuden #options SEMMNS=60 # number of semaphores in system
65 1.3.2.2 wrstuden #options SEMUME=10 # max number of undo entries per process
66 1.3.2.2 wrstuden #options SEMMNU=30 # number of undo structures in system
67 1.3.2.2 wrstuden options SYSVSHM # System V-like memory sharing
68 1.3.2.2 wrstuden #options SHMMAXPGS=2048 # 2048 pages is the default
69 1.3.2.2 wrstuden options P1003_1B_SEMAPHORE # p1003.1b semaphore support
70 1.3.2.2 wrstuden
71 1.3.2.2 wrstuden #options LKM # loadable kernel modules
72 1.3.2.2 wrstuden
73 1.3.2.2 wrstuden #options USERCONF # userconf(4) support
74 1.3.2.2 wrstuden #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
75 1.3.2.2 wrstuden options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
76 1.3.2.2 wrstuden
77 1.3.2.2 wrstuden # Beep when it is safe to power down the system (requires sysbeep)
78 1.3.2.2 wrstuden #options BEEP_ONHALT
79 1.3.2.2 wrstuden # Some tunable details of the above feature (default values used below)
80 1.3.2.2 wrstuden #options BEEP_ONHALT_COUNT=3 # Times to beep
81 1.3.2.2 wrstuden #options BEEP_ONHALT_PITCH=1500 # Default frequency (in Hz)
82 1.3.2.2 wrstuden #options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
83 1.3.2.2 wrstuden
84 1.3.2.2 wrstuden # Enable experimental buffer queue strategy for better responsiveness under
85 1.3.2.2 wrstuden # high disk I/O load. Likely stable but not yet the default.
86 1.3.2.2 wrstuden #options BUFQ_READPRIO
87 1.3.2.2 wrstuden #options BUFQ_PRIOCSCAN
88 1.3.2.2 wrstuden
89 1.3.2.2 wrstuden # Diagnostic/debugging support options
90 1.3.2.2 wrstuden options DIAGNOSTIC # expensive kernel consistency checks
91 1.3.2.2 wrstuden options DEBUG # expensive debugging checks/support
92 1.3.2.2 wrstuden options KMEMSTATS # kernel memory statistics (vmstat -m)
93 1.3.2.2 wrstuden options DDB # in-kernel debugger
94 1.3.2.2 wrstuden options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
95 1.3.2.2 wrstuden options DDB_HISTORY_SIZE=512 # enable history editing in DDB
96 1.3.2.2 wrstuden #options KGDB # remote debugger
97 1.3.2.2 wrstuden #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
98 1.3.2.2 wrstuden makeoptions DEBUG="-Os -g" # compile full symbol table
99 1.3.2.2 wrstuden options SYMTAB_SPACE=450000
100 1.3.2.2 wrstuden #options SYSCALL_STATS # per syscall counts
101 1.3.2.2 wrstuden #options SYSCALL_TIMES # per syscall times
102 1.3.2.2 wrstuden #options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
103 1.3.2.2 wrstuden
104 1.3.2.2 wrstuden # Compatibility options
105 1.3.2.2 wrstuden #options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
106 1.3.2.2 wrstuden #options COMPAT_09 # NetBSD 0.9
107 1.3.2.2 wrstuden #options COMPAT_10 # NetBSD 1.0
108 1.3.2.2 wrstuden #options COMPAT_11 # NetBSD 1.1
109 1.3.2.2 wrstuden #options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI
110 1.3.2.2 wrstuden #options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI
111 1.3.2.2 wrstuden #options COMPAT_14 # NetBSD 1.4
112 1.3.2.2 wrstuden #options COMPAT_15 # NetBSD 1.5
113 1.3.2.2 wrstuden options COMPAT_16 # NetBSD 1.6
114 1.3.2.2 wrstuden options COMPAT_20 # NetBSD 2.0
115 1.3.2.2 wrstuden options COMPAT_30 # NetBSD 3.0
116 1.3.2.2 wrstuden options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
117 1.3.2.2 wrstuden #options COMPAT_386BSD_MBRPART # recognize old partition ID
118 1.3.2.2 wrstuden #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
119 1.3.2.2 wrstuden
120 1.3.2.2 wrstuden #options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
121 1.3.2.2 wrstuden #options COMPAT_SVR4 # binary compatibility with SVR4
122 1.3.2.2 wrstuden #options COMPAT_IBCS2 # binary compatibility with SCO and ISC
123 1.3.2.2 wrstuden #options COMPAT_LINUX # binary compatibility with Linux
124 1.3.2.2 wrstuden #options COMPAT_FREEBSD # binary compatibility with FreeBSD
125 1.3.2.2 wrstuden #options COMPAT_MACH # binary compatibility with Mach binaries
126 1.3.2.2 wrstuden #options COMPAT_DARWIN # binary compatibility with Darwin binaries
127 1.3.2.2 wrstuden #options EXEC_MACHO # exec MACH-O binaries
128 1.3.2.2 wrstuden #options COMPAT_NDIS # NDIS network driver
129 1.3.2.2 wrstuden #options COMPAT_PECOFF # kernel support to run Win32 apps
130 1.3.2.2 wrstuden options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
131 1.3.2.2 wrstuden
132 1.3.2.2 wrstuden # File systems
133 1.3.2.2 wrstuden file-system FFS # UFS
134 1.3.2.2 wrstuden #file-system EXT2FS # second extended file system (linux)
135 1.3.2.2 wrstuden #file-system LFS # log-structured file system
136 1.3.2.2 wrstuden file-system MFS # memory file system
137 1.3.2.2 wrstuden file-system NFS # Network File System client
138 1.3.2.2 wrstuden #file-system NTFS # Windows/NT file system (experimental)
139 1.3.2.2 wrstuden #file-system CD9660 # ISO 9660 + Rock Ridge file system
140 1.3.2.2 wrstuden file-system MSDOSFS # MS-DOS file system
141 1.3.2.2 wrstuden #file-system FDESC # /dev/fd
142 1.3.2.2 wrstuden file-system KERNFS # /kern
143 1.3.2.2 wrstuden file-system NULLFS # loopback file system
144 1.3.2.2 wrstuden #file-system OVERLAY # overlay file system
145 1.3.2.2 wrstuden #file-system PORTAL # portal filesystem (still experimental)
146 1.3.2.2 wrstuden #file-system PROCFS # /proc
147 1.3.2.2 wrstuden #file-system UMAPFS # NULLFS + uid and gid remapping
148 1.3.2.2 wrstuden file-system UNION # union file system
149 1.3.2.2 wrstuden #file-system CODA # Coda File System; also needs vcoda (below)
150 1.3.2.2 wrstuden #file-system SMBFS # experimental - CIFS; also needs nsmb (below)
151 1.3.2.2 wrstuden file-system PTYFS # /dev/ptm support
152 1.3.2.2 wrstuden file-system TMPFS # Efficient memory file-system
153 1.3.2.2 wrstuden #file-system UDF # experimental - OSTA UDF CD/DVD file-system
154 1.3.2.2 wrstuden
155 1.3.2.2 wrstuden # File system options
156 1.3.2.2 wrstuden #options QUOTA # UFS quotas
157 1.3.2.2 wrstuden #options FFS_EI # FFS Endian Independent support
158 1.3.2.2 wrstuden options SOFTDEP # FFS soft updates support.
159 1.3.2.2 wrstuden options WAPBL # File system journaling support - Experimental
160 1.3.2.2 wrstuden # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
161 1.3.2.2 wrstuden # It is not recommended for general use.
162 1.3.2.2 wrstuden #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
163 1.3.2.2 wrstuden #options NFSSERVER # Network File System server
164 1.3.2.2 wrstuden options FFS_NO_SNAPSHOT # No FFS snapshot support
165 1.3.2.2 wrstuden #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
166 1.3.2.2 wrstuden # immutable) behave as system flags.
167 1.3.2.2 wrstuden
168 1.3.2.2 wrstuden # Networking options
169 1.3.2.2 wrstuden options GATEWAY # packet forwarding
170 1.3.2.2 wrstuden options INET # IP + ICMP + TCP + UDP
171 1.3.2.2 wrstuden #options INET6 # IPV6
172 1.3.2.2 wrstuden #options IPSEC # IP security
173 1.3.2.2 wrstuden #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
174 1.3.2.2 wrstuden #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
175 1.3.2.2 wrstuden #options IPSEC_DEBUG # debug for IP security
176 1.3.2.2 wrstuden #options MROUTING # IP multicast routing
177 1.3.2.2 wrstuden #options PIM # Protocol Independent Multicast
178 1.3.2.2 wrstuden #options ISO,TPIP # OSI
179 1.3.2.2 wrstuden #options EON # OSI tunneling over IP
180 1.3.2.2 wrstuden #options NETATALK # AppleTalk networking protocols
181 1.3.2.2 wrstuden options PPP_BSDCOMP # BSD-Compress compression support for PPP
182 1.3.2.2 wrstuden options PPP_DEFLATE # Deflate compression support for PPP
183 1.3.2.2 wrstuden options PPP_FILTER # Active filter support for PPP (requires bpf)
184 1.3.2.2 wrstuden options PFIL_HOOKS # pfil(9) packet filter hooks
185 1.3.2.2 wrstuden options IPFILTER_LOG # ipmon(8) log support
186 1.3.2.2 wrstuden options IPFILTER_LOOKUP # ippool(8) support
187 1.3.2.2 wrstuden #options IPFILTER_DEFAULT_BLOCK # block all packets by default
188 1.3.2.2 wrstuden #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
189 1.3.2.2 wrstuden
190 1.3.2.2 wrstuden #options ALTQ # Manipulate network interfaces' output queues
191 1.3.2.2 wrstuden #options ALTQ_BLUE # Stochastic Fair Blue
192 1.3.2.2 wrstuden #options ALTQ_CBQ # Class-Based Queueing
193 1.3.2.2 wrstuden #options ALTQ_CDNR # Diffserv Traffic Conditioner
194 1.3.2.2 wrstuden #options ALTQ_FIFOQ # First-In First-Out Queue
195 1.3.2.2 wrstuden #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
196 1.3.2.2 wrstuden #options ALTQ_HFSC # Hierarchical Fair Service Curve
197 1.3.2.2 wrstuden #options ALTQ_LOCALQ # Local queueing discipline
198 1.3.2.2 wrstuden #options ALTQ_PRIQ # Priority Queueing
199 1.3.2.2 wrstuden #options ALTQ_RED # Random Early Detection
200 1.3.2.2 wrstuden #options ALTQ_RIO # RED with IN/OUT
201 1.3.2.2 wrstuden #options ALTQ_WFQ # Weighted Fair Queueing
202 1.3.2.2 wrstuden
203 1.3.2.2 wrstuden # These options enable verbose messages for several subsystems.
204 1.3.2.2 wrstuden # Warning, these may compile large string tables into the kernel!
205 1.3.2.2 wrstuden options MIIVERBOSE # verbose PHY autoconfig messages
206 1.3.2.2 wrstuden options PCMCIAVERBOSE # verbose PCMCIA configuration messages
207 1.3.2.2 wrstuden options SCSIVERBOSE # human readable SCSI error messages
208 1.3.2.2 wrstuden options USBVERBOSE # verbose USB device autoconfig messages
209 1.3.2.2 wrstuden
210 1.3.2.2 wrstuden options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
211 1.3.2.2 wrstuden
212 1.3.2.2 wrstuden #
213 1.3.2.2 wrstuden # wscons options
214 1.3.2.2 wrstuden #
215 1.3.2.2 wrstuden # builtin terminal emulations
216 1.3.2.2 wrstuden #options WSEMUL_SUN # sun terminal emulation
217 1.3.2.2 wrstuden #options WSEMUL_VT100 # VT100 / VT220 emulation
218 1.3.2.2 wrstuden # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
219 1.3.2.2 wrstuden #options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
220 1.3.2.2 wrstuden #options WS_DEFAULT_FG=WSCOL_WHITE
221 1.3.2.2 wrstuden #options WS_DEFAULT_BG=WSCOL_BLACK
222 1.3.2.2 wrstuden #options WS_DEFAULT_COLATTR="(0)"
223 1.3.2.2 wrstuden #options WS_DEFAULT_MONOATTR="(0)"
224 1.3.2.2 wrstuden #options WS_KERNEL_FG=WSCOL_GREEN
225 1.3.2.2 wrstuden #options WS_KERNEL_BG=WSCOL_BLACK
226 1.3.2.2 wrstuden #options WS_KERNEL_COLATTR=""
227 1.3.2.2 wrstuden #options WS_KERNEL_MONOATTR=""
228 1.3.2.2 wrstuden # customization of console border color
229 1.3.2.2 wrstuden #options WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8)
230 1.3.2.2 wrstuden #options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color
231 1.3.2.2 wrstuden # compatibility to other console drivers
232 1.3.2.2 wrstuden #options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
233 1.3.2.2 wrstuden #options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
234 1.3.2.2 wrstuden #options WSDISPLAY_COMPAT_USL # VT handling
235 1.3.2.2 wrstuden #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
236 1.3.2.2 wrstuden #options WSKBD_EVENT_AUTOREPEAT # auto repeat in event mode
237 1.3.2.2 wrstuden #options WSKBD_USONLY # strip off non-US keymaps
238 1.3.2.2 wrstuden # don't attach pckbd as the console if no PS/2 keyboard is found
239 1.3.2.2 wrstuden #options PCKBD_CNATTACH_MAY_FAIL
240 1.3.2.2 wrstuden # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
241 1.3.2.2 wrstuden #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
242 1.3.2.2 wrstuden #options UKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for ukbd driver
243 1.3.2.2 wrstuden # allocate a number of virtual screens at autoconfiguration time
244 1.3.2.2 wrstuden #options WSDISPLAY_DEFAULTSCREENS=4
245 1.3.2.2 wrstuden # use a large software cursor that doesn't blink
246 1.3.2.2 wrstuden #options PCDISPLAY_SOFTCURSOR
247 1.3.2.2 wrstuden # modify the screen type of the console; defaults to "80x25"
248 1.3.2.2 wrstuden #options VGA_CONSOLE_SCREENTYPE="\"80x24\""
249 1.3.2.2 wrstuden # work around a hardware bug that loaded fonts don't work; found on ATI cards
250 1.3.2.2 wrstuden #options VGA_CONSOLE_ATI_BROKEN_FONTSEL
251 1.3.2.2 wrstuden # console scrolling support.
252 1.3.2.2 wrstuden #options WSDISPLAY_SCROLLSUPPORT
253 1.3.2.2 wrstuden # enable VGA raster mode capable of displaying multilingual text on console
254 1.3.2.2 wrstuden #options VGA_RASTERCONSOLE
255 1.3.2.2 wrstuden # enable splash screen support; requires hw driver support
256 1.3.2.2 wrstuden #options SPLASHSCREEN
257 1.3.2.2 wrstuden #options SPLASHSCREEN_PROGRESS
258 1.3.2.2 wrstuden
259 1.3.2.2 wrstuden # Kernel root file system and dump configuration.
260 1.3.2.2 wrstuden #config netbsd root on sd0c type ffs
261 1.3.2.2 wrstuden config netbsd root on wd0a type ffs
262 1.3.2.2 wrstuden #config netbsd root on ? type ?
263 1.3.2.2 wrstuden #config netbsd root on ? type nfs
264 1.3.2.2 wrstuden
265 1.3.2.2 wrstuden #
266 1.3.2.2 wrstuden # Device configuration
267 1.3.2.2 wrstuden #
268 1.3.2.2 wrstuden
269 1.3.2.2 wrstuden mainbus0 at root
270 1.3.2.2 wrstuden
271 1.3.2.2 wrstuden cpu* at mainbus?
272 1.3.2.2 wrstuden
273 1.3.2.2 wrstuden # Basic Bus Support
274 1.3.2.2 wrstuden at91bus0 at mainbus? # AT91 bus
275 1.3.2.2 wrstuden
276 1.3.2.2 wrstuden
277 1.3.2.2 wrstuden # Integrated peripherals:
278 1.3.2.2 wrstuden # On-chip interrupt controller
279 1.3.2.2 wrstuden at91aic0 at at91bus0 addr 0xfffff000 size 0x200
280 1.3.2.2 wrstuden
281 1.3.2.2 wrstuden # On-chip timer
282 1.3.2.2 wrstuden #at91st0 at at91bus0 addr 0xfffffd00 size 0x100 pid 1
283 1.3.2.2 wrstuden at91tctmr0 at at91bus0 addr 0xfffa0000 size 0x40 pid 17
284 1.3.2.2 wrstuden
285 1.3.2.2 wrstuden # On-chip debug UART
286 1.3.2.2 wrstuden at91dbgu0 at at91bus0 addr 0xfffff200 size 0x200 pid 1
287 1.3.2.2 wrstuden
288 1.3.2.2 wrstuden # On-chip UARTs
289 1.3.2.2 wrstuden at91usart0 at at91bus0 addr 0xfffc0000 size 0x4000 pid 6
290 1.3.2.2 wrstuden at91usart1 at at91bus0 addr 0xfffc4000 size 0x4000 pid 7
291 1.3.2.2 wrstuden at91usart2 at at91bus0 addr 0xfffc8000 size 0x4000 pid 8
292 1.3.2.2 wrstuden at91usart3 at at91bus0 addr 0xfffcc000 size 0x4000 pid 9
293 1.3.2.2 wrstuden
294 1.3.2.2 wrstuden # On-chip ethernet
295 1.3.2.2 wrstuden at91emac0 at at91bus0 addr 0xfffbc000 size 0x4000 pid 24
296 1.3.2.2 wrstuden
297 1.3.2.2 wrstuden # General purpose I/O
298 1.3.2.2 wrstuden at91pio0 at at91bus0 addr 0xfffff400 size 0x200 pid 2
299 1.3.2.2 wrstuden at91pio1 at at91bus0 addr 0xfffff600 size 0x200 pid 3
300 1.3.2.2 wrstuden at91pio2 at at91bus0 addr 0xfffff800 size 0x200 pid 4
301 1.3.2.2 wrstuden at91pio3 at at91bus0 addr 0xfffffa00 size 0x200 pid 5
302 1.3.2.2 wrstuden gpio* at at91pio?
303 1.3.2.2 wrstuden
304 1.3.2.2 wrstuden # On-chip CF interface
305 1.3.2.2 wrstuden at91cf0 at at91bus0 addr 0x50000000 size 0x900000 pid 4
306 1.3.2.2 wrstuden pcmcia0 at at91cf0
307 1.3.2.2 wrstuden
308 1.3.2.2 wrstuden # On-chip USB 1.1
309 1.3.2.2 wrstuden ohci0 at at91bus0 addr 0x00300000 size 0x100000 pid 23
310 1.3.2.2 wrstuden
311 1.3.2.2 wrstuden # On-chip SPI
312 1.3.2.2 wrstuden at91spi0 at at91bus0 addr 0xfffe0000 size 0x4000 pid 13
313 1.3.2.2 wrstuden spi0 at at91spi0
314 1.3.2.2 wrstuden #spi_obuf0 at spi0 slave 1
315 1.3.2.2 wrstuden #gpio* at spi_obuf?
316 1.3.2.2 wrstuden mpcsa_leds0 at spi0 slave 1
317 1.3.2.2 wrstuden gpio* at mpcsa_leds?
318 1.3.2.2 wrstuden
319 1.3.2.2 wrstuden # On-chip I2C
320 1.3.2.2 wrstuden at91twi0 at at91bus0 addr 0xfffb8000 size 0x4000 pid 12
321 1.3.2.2 wrstuden iic0 at at91twi?
322 1.3.2.2 wrstuden ds1672rtc* at iic0 addr 0x68
323 1.3.2.2 wrstuden seeprom* at iic0 addr 0x50 size 4096
324 1.3.2.2 wrstuden
325 1.3.2.2 wrstuden # Console Devices
326 1.3.2.2 wrstuden
327 1.3.2.2 wrstuden # PCMCIA serial interfaces
328 1.3.2.2 wrstuden com* at pcmcia? function ? # Modems and serial cards
329 1.3.2.2 wrstuden
330 1.3.2.2 wrstuden pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
331 1.3.2.2 wrstuden com* at pcmcom? slave ? # ...and the slave devices
332 1.3.2.2 wrstuden
333 1.3.2.2 wrstuden
334 1.3.2.2 wrstuden # Hardware monitors
335 1.3.2.2 wrstuden
336 1.3.2.2 wrstuden # AMD 768 and 8111 power/ACPI controllers
337 1.3.2.3 skrll #dbcool* at iic? addr 0x2C # Unknown other motherboard(s)
338 1.3.2.3 skrll #dbcool* at iic? addr 0x2D # Tyan S2881
339 1.3.2.3 skrll #dbcool* at iic? addr 0x2E # Tyan S2882-D
340 1.3.2.2 wrstuden
341 1.3.2.2 wrstuden # 1-Wire support
342 1.3.2.2 wrstuden #gpioow* at gpio? offset 6 mask 0x1 # 1-wire bitbanging via gpio
343 1.3.2.2 wrstuden #onewire* at gpioow?
344 1.3.2.2 wrstuden
345 1.3.2.2 wrstuden # 1-Wire devices
346 1.3.2.2 wrstuden #owtemp* at onewire? # Temperature sensors
347 1.3.2.2 wrstuden
348 1.3.2.2 wrstuden # SCSI Controllers and Devices
349 1.3.2.2 wrstuden
350 1.3.2.2 wrstuden # PCMCIA SCSI controllers
351 1.3.2.2 wrstuden #aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
352 1.3.2.2 wrstuden #esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI
353 1.3.2.2 wrstuden #spc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI
354 1.3.2.2 wrstuden
355 1.3.2.2 wrstuden # SCSI bus support
356 1.3.2.2 wrstuden scsibus* at scsi?
357 1.3.2.2 wrstuden
358 1.3.2.2 wrstuden # SCSI devices
359 1.3.2.2 wrstuden sd* at scsibus? target ? lun ? # SCSI disk drives
360 1.3.2.2 wrstuden #st* at scsibus? target ? lun ? # SCSI tape drives
361 1.3.2.2 wrstuden #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
362 1.3.2.2 wrstuden #ch* at scsibus? target ? lun ? # SCSI autochangers
363 1.3.2.2 wrstuden #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
364 1.3.2.2 wrstuden #ss* at scsibus? target ? lun ? # SCSI scanners
365 1.3.2.2 wrstuden #uk* at scsibus? target ? lun ? # SCSI unknown
366 1.3.2.2 wrstuden
367 1.3.2.2 wrstuden
368 1.3.2.2 wrstuden # PCMCIA IDE controllers
369 1.3.2.2 wrstuden wdc* at pcmcia? function ?
370 1.3.2.2 wrstuden
371 1.3.2.2 wrstuden # ATA (IDE) bus support
372 1.3.2.2 wrstuden atabus* at wdc? channel ?
373 1.3.2.2 wrstuden #atabus* at ata?
374 1.3.2.2 wrstuden
375 1.3.2.2 wrstuden # IDE drives
376 1.3.2.2 wrstuden # Flags are used only with controllers that support DMA operations
377 1.3.2.2 wrstuden # and mode settings (e.g. some pciide controllers)
378 1.3.2.2 wrstuden # The lowest order four bits (rightmost digit) of the flags define the PIO
379 1.3.2.2 wrstuden # mode to use, the next set of four bits the DMA mode and the third set the
380 1.3.2.2 wrstuden # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
381 1.3.2.2 wrstuden # to use, and the last bit must be 1 for this setting to be used.
382 1.3.2.2 wrstuden # For DMA and UDMA, 0xf (1111) means 'disable'.
383 1.3.2.2 wrstuden # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
384 1.3.2.2 wrstuden # (0xc=1100, 0xa=1010, 0xf=1111)
385 1.3.2.2 wrstuden # 0x0000 means "use whatever the drive claims to support".
386 1.3.2.2 wrstuden wd* at atabus? drive ? flags 0x0000
387 1.3.2.2 wrstuden
388 1.3.2.2 wrstuden # ATAPI bus support
389 1.3.2.2 wrstuden atapibus* at atapi?
390 1.3.2.2 wrstuden
391 1.3.2.2 wrstuden # ATAPI devices
392 1.3.2.2 wrstuden # flags have the same meaning as for IDE drives.
393 1.3.2.2 wrstuden #cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
394 1.3.2.2 wrstuden sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
395 1.3.2.2 wrstuden #st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
396 1.3.2.2 wrstuden #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
397 1.3.2.2 wrstuden
398 1.3.2.2 wrstuden
399 1.3.2.2 wrstuden # Miscellaneous mass storage devices
400 1.3.2.2 wrstuden
401 1.3.2.2 wrstuden
402 1.3.2.2 wrstuden
403 1.3.2.2 wrstuden # Network Interfaces
404 1.3.2.2 wrstuden
405 1.3.2.2 wrstuden # PCMCIA network interfaces
406 1.3.2.2 wrstuden #an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
407 1.3.2.2 wrstuden #awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
408 1.3.2.2 wrstuden #cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
409 1.3.2.2 wrstuden #cs* at pcmcia? function ? # CS89xx Ethernet
410 1.3.2.2 wrstuden #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
411 1.3.2.2 wrstuden #mbe* at pcmcia? function ? # MB8696x based Ethernet
412 1.3.2.2 wrstuden #ne* at pcmcia? function ? # NE2000-compatible Ethernet
413 1.3.2.2 wrstuden #ray* at pcmcia? function ? # Raytheon Raylink (802.11)
414 1.3.2.2 wrstuden #sm* at pcmcia? function ? # Megahertz Ethernet
415 1.3.2.2 wrstuden # tr at pcmcia has problems with Cardbus bridges
416 1.3.2.2 wrstuden #tr* at pcmcia? function ? # TROPIC based Token-Ring
417 1.3.2.2 wrstuden wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
418 1.3.2.2 wrstuden #xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
419 1.3.2.2 wrstuden #com* at xirc?
420 1.3.2.2 wrstuden #xi* at xirc?
421 1.3.2.2 wrstuden #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
422 1.3.2.2 wrstuden #com* at mhzc?
423 1.3.2.2 wrstuden #sm* at mhzc?
424 1.3.2.2 wrstuden
425 1.3.2.2 wrstuden
426 1.3.2.2 wrstuden # MII/PHY support
427 1.3.2.2 wrstuden #acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
428 1.3.2.2 wrstuden #amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
429 1.3.2.2 wrstuden #bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
430 1.3.2.2 wrstuden #brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
431 1.3.2.2 wrstuden #ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
432 1.3.2.2 wrstuden #dmphy* at mii? phy ? # Davicom DM9101 PHYs
433 1.3.2.2 wrstuden #exphy* at mii? phy ? # 3Com internal PHYs
434 1.3.2.2 wrstuden #gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
435 1.3.2.2 wrstuden #glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
436 1.3.2.2 wrstuden #gphyter* at mii? phy ? # NS83861 Gig-E PHY
437 1.3.2.2 wrstuden #icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
438 1.3.2.2 wrstuden #igphy* at mii? phy ? # Intel IGP01E1000
439 1.3.2.2 wrstuden #ikphy* at mii? phy ? # Intel 82563 PHYs
440 1.3.2.2 wrstuden #inphy* at mii? phy ? # Intel 82555 PHYs
441 1.3.2.2 wrstuden #iophy* at mii? phy ? # Intel 82553 PHYs
442 1.3.2.2 wrstuden #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
443 1.3.2.2 wrstuden #makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
444 1.3.2.2 wrstuden #nsphy* at mii? phy ? # NS83840 PHYs
445 1.3.2.2 wrstuden #nsphyter* at mii? phy ? # NS83843 PHYs
446 1.3.2.2 wrstuden #pnaphy* at mii? phy ? # generic HomePNA PHYs
447 1.3.2.2 wrstuden #qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
448 1.3.2.2 wrstuden #rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs
449 1.3.2.2 wrstuden #rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
450 1.3.2.2 wrstuden #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
451 1.3.2.2 wrstuden #tlphy* at mii? phy ? # ThunderLAN PHYs
452 1.3.2.2 wrstuden #tqphy* at mii? phy ? # TDK Semiconductor PHYs
453 1.3.2.2 wrstuden ukphy0 at at91emac0 phy 3
454 1.3.2.2 wrstuden ukphy* at aue? phy ? # generic unknown PHYs
455 1.3.2.2 wrstuden ukphy* at axe? phy ? # generic unknown PHYs
456 1.3.2.2 wrstuden ukphy* at udav? phy ? # generic unknown PHYs
457 1.3.2.2 wrstuden ukphy* at url? phy ? # generic unknown PHYs
458 1.3.2.2 wrstuden #urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
459 1.3.2.2 wrstuden
460 1.3.2.2 wrstuden
461 1.3.2.2 wrstuden # USB Controller and Devices
462 1.3.2.2 wrstuden
463 1.3.2.2 wrstuden # USB bus support
464 1.3.2.2 wrstuden usb* at ohci?
465 1.3.2.2 wrstuden
466 1.3.2.2 wrstuden # USB Hubs
467 1.3.2.2 wrstuden uhub* at usb?
468 1.3.2.2 wrstuden uhub* at uhub? port ? configuration ? interface ?
469 1.3.2.2 wrstuden
470 1.3.2.2 wrstuden # USB HID device
471 1.3.2.2 wrstuden #uhidev* at uhub? port ? configuration ? interface ?
472 1.3.2.2 wrstuden
473 1.3.2.2 wrstuden # USB Mice
474 1.3.2.2 wrstuden #ums* at uhidev? reportid ?
475 1.3.2.2 wrstuden #wsmouse* at ums? mux 0
476 1.3.2.2 wrstuden
477 1.3.2.2 wrstuden # USB eGalax touch-panel
478 1.3.2.2 wrstuden #uep* at uhub? port ?
479 1.3.2.2 wrstuden #wsmouse* at uep? mux 0
480 1.3.2.2 wrstuden
481 1.3.2.2 wrstuden # USB Keyboards
482 1.3.2.2 wrstuden #ukbd* at uhidev? reportid ?
483 1.3.2.2 wrstuden #wskbd* at ukbd? console ? mux 1
484 1.3.2.2 wrstuden
485 1.3.2.2 wrstuden # USB serial adapter
486 1.3.2.2 wrstuden #ucycom* at uhidev? reportid ?
487 1.3.2.2 wrstuden
488 1.3.2.2 wrstuden # USB Generic HID devices
489 1.3.2.2 wrstuden #uhid* at uhidev? reportid ?
490 1.3.2.2 wrstuden
491 1.3.2.2 wrstuden # USB Printer
492 1.3.2.2 wrstuden #ulpt* at uhub? port ? configuration ? interface ?
493 1.3.2.2 wrstuden
494 1.3.2.2 wrstuden # USB Modem
495 1.3.2.2 wrstuden #umodem* at uhub? port ? configuration ?
496 1.3.2.2 wrstuden #ucom* at umodem?
497 1.3.2.2 wrstuden
498 1.3.2.2 wrstuden # USB Mass Storage
499 1.3.2.2 wrstuden umass* at uhub? port ? configuration ? interface ?
500 1.3.2.2 wrstuden wd* at umass?
501 1.3.2.2 wrstuden
502 1.3.2.2 wrstuden # USB audio
503 1.3.2.2 wrstuden #uaudio* at uhub? port ? configuration ?
504 1.3.2.2 wrstuden
505 1.3.2.2 wrstuden # USB MIDI
506 1.3.2.2 wrstuden #umidi* at uhub? port ? configuration ?
507 1.3.2.2 wrstuden
508 1.3.2.2 wrstuden # USB IrDA
509 1.3.2.2 wrstuden # USB-IrDA bridge spec
510 1.3.2.2 wrstuden #uirda* at uhub? port ? configuration ? interface ?
511 1.3.2.2 wrstuden #irframe* at uirda?
512 1.3.2.2 wrstuden
513 1.3.2.2 wrstuden # SigmaTel STIr4200 USB/IrDA Bridge
514 1.3.2.2 wrstuden #ustir* at uhub? port ?
515 1.3.2.2 wrstuden #irframe* at ustir?
516 1.3.2.2 wrstuden
517 1.3.2.2 wrstuden # USB Ethernet adapters
518 1.3.2.2 wrstuden aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
519 1.3.2.2 wrstuden axe* at uhub? port ? # ASIX AX88172 based adapters
520 1.3.2.2 wrstuden cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
521 1.3.2.2 wrstuden cue* at uhub? port ? # CATC USB-EL1201A based adapters
522 1.3.2.2 wrstuden kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
523 1.3.2.2 wrstuden udav* at uhub? port ? # Davicom DM9601 based adapters
524 1.3.2.2 wrstuden url* at uhub? port ? # Realtek RTL8150L based adapters
525 1.3.2.2 wrstuden
526 1.3.2.2 wrstuden # USB 802.11 adapters
527 1.3.2.2 wrstuden atu* at uhub? port ? # Atmel AT76C50XX based adapters
528 1.3.2.2 wrstuden ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
529 1.3.2.2 wrstuden rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
530 1.3.2.2 wrstuden
531 1.3.2.2 wrstuden # Prolific PL2301/PL2302 host-to-host adapter
532 1.3.2.2 wrstuden upl* at uhub? port ?
533 1.3.2.2 wrstuden
534 1.3.2.2 wrstuden # Serial adapters
535 1.3.2.2 wrstuden ubsa* at uhub? port ? # Belkin serial adapter
536 1.3.2.2 wrstuden ucom* at ubsa? portno ?
537 1.3.2.2 wrstuden
538 1.3.2.2 wrstuden uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
539 1.3.2.2 wrstuden ucom* at uftdi? portno ?
540 1.3.2.2 wrstuden
541 1.3.2.2 wrstuden #uipaq* at uhub? port ? # iPAQ PDAs
542 1.3.2.2 wrstuden #ucom* at uipaq? portno ?
543 1.3.2.2 wrstuden
544 1.3.2.2 wrstuden umct* at uhub? port ? # MCT USB-RS232 serial adapter
545 1.3.2.2 wrstuden ucom* at umct? portno ?
546 1.3.2.2 wrstuden
547 1.3.2.2 wrstuden uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
548 1.3.2.2 wrstuden ucom* at uplcom? portno ?
549 1.3.2.2 wrstuden
550 1.3.2.2 wrstuden uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
551 1.3.2.2 wrstuden ucom* at uvscom? portno ?
552 1.3.2.2 wrstuden
553 1.3.2.2 wrstuden # Diamond Multimedia Rio 500
554 1.3.2.2 wrstuden #urio* at uhub? port ?
555 1.3.2.2 wrstuden
556 1.3.2.2 wrstuden # USB Handspring Visor
557 1.3.2.2 wrstuden #uvisor* at uhub? port ?
558 1.3.2.2 wrstuden #ucom* at uvisor?
559 1.3.2.2 wrstuden
560 1.3.2.2 wrstuden # Kyocera AIR-EDGE PHONE
561 1.3.2.2 wrstuden #ukyopon* at uhub? port ?
562 1.3.2.2 wrstuden #ucom* at ukyopon? portno ?
563 1.3.2.2 wrstuden
564 1.3.2.2 wrstuden # USB scanners
565 1.3.2.2 wrstuden #uscanner* at uhub? port ?
566 1.3.2.2 wrstuden
567 1.3.2.2 wrstuden # USB scanners that use SCSI emulation, e.g., HP5300
568 1.3.2.2 wrstuden #usscanner* at uhub? port ?
569 1.3.2.2 wrstuden
570 1.3.2.2 wrstuden # Topfield TF5000PVR range of DVB recorders
571 1.3.2.2 wrstuden #utoppy* at uhub? port ?
572 1.3.2.2 wrstuden
573 1.3.2.2 wrstuden # Y@P firmware loader
574 1.3.2.2 wrstuden #uyap* at uhub? port ?
575 1.3.2.2 wrstuden
576 1.3.2.2 wrstuden # D-Link DSB-R100 USB radio
577 1.3.2.2 wrstuden #udsbr* at uhub? port ?
578 1.3.2.2 wrstuden #radio* at udsbr?
579 1.3.2.2 wrstuden
580 1.3.2.2 wrstuden # USB Generic driver
581 1.3.2.2 wrstuden #ugen* at uhub? port ?
582 1.3.2.2 wrstuden # On ugen bulk endpoints, perform read-ahead and write-behind.
583 1.3.2.2 wrstuden #options UGEN_BULK_RA_WB
584 1.3.2.2 wrstuden
585 1.3.2.2 wrstuden
586 1.3.2.2 wrstuden # IrDA and Consumer Ir devices
587 1.3.2.2 wrstuden
588 1.3.2.2 wrstuden # Toshiba Oboe
589 1.3.2.2 wrstuden
590 1.3.2.2 wrstuden # Audio Devices
591 1.3.2.2 wrstuden
592 1.3.2.2 wrstuden # PCMCIA audio devices
593 1.3.2.2 wrstuden #esl* at pcmcia? function ? # ESS 1688 AudioDrive
594 1.3.2.2 wrstuden
595 1.3.2.2 wrstuden # OPL[23] FM synthesizers
596 1.3.2.2 wrstuden #opl* at esl?
597 1.3.2.2 wrstuden
598 1.3.2.2 wrstuden # Audio support
599 1.3.2.2 wrstuden #audio* at audiobus?
600 1.3.2.2 wrstuden
601 1.3.2.2 wrstuden # MIDI support
602 1.3.2.2 wrstuden #midi* at midibus?
603 1.3.2.2 wrstuden #midi* at pcppi? # MIDI interface to the PC speaker
604 1.3.2.2 wrstuden
605 1.3.2.2 wrstuden
606 1.3.2.2 wrstuden
607 1.3.2.2 wrstuden # Bluetooth Controller and Device support
608 1.3.2.2 wrstuden
609 1.3.2.2 wrstuden # Bluetooth PCMCIA Controllers
610 1.3.2.2 wrstuden #bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
611 1.3.2.2 wrstuden
612 1.3.2.2 wrstuden # Bluetooth USB Controllers
613 1.3.2.2 wrstuden #ubt* at uhub? port ? configuration ? interface ?
614 1.3.2.2 wrstuden
615 1.3.2.2 wrstuden # Bluetooth Device Hub
616 1.3.2.2 wrstuden #bthub* at bt3c?
617 1.3.2.2 wrstuden #bthub* at ubt?
618 1.3.2.2 wrstuden
619 1.3.2.2 wrstuden # Bluetooth HID support
620 1.3.2.2 wrstuden #bthidev* at bthub?
621 1.3.2.2 wrstuden
622 1.3.2.2 wrstuden # Bluetooth Mouse
623 1.3.2.2 wrstuden #btms* at bthidev? reportid ?
624 1.3.2.2 wrstuden #wsmouse* at btms? mux 0
625 1.3.2.2 wrstuden
626 1.3.2.2 wrstuden # Bluetooth Keyboard
627 1.3.2.2 wrstuden #btkbd* at bthidev? reportid ?
628 1.3.2.2 wrstuden #wskbd* at btkbd? console ? mux 1
629 1.3.2.2 wrstuden
630 1.3.2.2 wrstuden # Bluetooth Audio support
631 1.3.2.2 wrstuden #btsco* at bthub?
632 1.3.2.2 wrstuden
633 1.3.2.2 wrstuden
634 1.3.2.2 wrstuden
635 1.3.2.2 wrstuden
636 1.3.2.2 wrstuden # Pseudo-Devices
637 1.3.2.2 wrstuden
638 1.3.2.2 wrstuden #pseudo-device crypto # /dev/crypto device
639 1.3.2.2 wrstuden #pseudo-device swcrypto # software crypto implementation
640 1.3.2.2 wrstuden
641 1.3.2.2 wrstuden # disk/mass storage pseudo-devices
642 1.3.2.2 wrstuden #pseudo-device ccd 4 # concatenated/striped disk devices
643 1.3.2.2 wrstuden #pseudo-device cgd 4 # cryptographic disk devices
644 1.3.2.2 wrstuden #pseudo-device raid 8 # RAIDframe disk driver
645 1.3.2.2 wrstuden #options RAID_AUTOCONFIG # auto-configuration of RAID components
646 1.3.2.2 wrstuden # Options to enable various other RAIDframe RAID types.
647 1.3.2.2 wrstuden #options RF_INCLUDE_EVENODD=1
648 1.3.2.2 wrstuden #options RF_INCLUDE_RAID5_RS=1
649 1.3.2.2 wrstuden #options RF_INCLUDE_PARITYLOGGING=1
650 1.3.2.2 wrstuden #options RF_INCLUDE_CHAINDECLUSTER=1
651 1.3.2.2 wrstuden #options RF_INCLUDE_INTERDECLUSTER=1
652 1.3.2.2 wrstuden #options RF_INCLUDE_PARITY_DECLUSTERING=1
653 1.3.2.2 wrstuden #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
654 1.3.2.2 wrstuden #pseudo-device fss 4 # file system snapshot device
655 1.3.2.2 wrstuden
656 1.3.2.2 wrstuden pseudo-device md 1 # memory disk device (ramdisk)
657 1.3.2.2 wrstuden #pseudo-device vnd # disk-like interface to files
658 1.3.2.2 wrstuden #options VND_COMPRESSION # compressed vnd(4)
659 1.3.2.2 wrstuden
660 1.3.2.2 wrstuden # network pseudo-devices
661 1.3.2.2 wrstuden pseudo-device bpfilter # Berkeley packet filter
662 1.3.2.2 wrstuden #pseudo-device carp # Common Address Redundancy Protocol
663 1.3.2.2 wrstuden pseudo-device ipfilter # IP filter (firewall) and NAT
664 1.3.2.2 wrstuden pseudo-device loop # network loopback
665 1.3.2.2 wrstuden pseudo-device ppp # Point-to-Point Protocol
666 1.3.2.2 wrstuden #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
667 1.3.2.2 wrstuden #pseudo-device sl # Serial Line IP
668 1.3.2.2 wrstuden #pseudo-device strip # Starmode Radio IP (Metricom)
669 1.3.2.2 wrstuden #pseudo-device irframetty # IrDA frame line discipline
670 1.3.2.2 wrstuden #pseudo-device tap # virtual Ethernet
671 1.3.2.2 wrstuden pseudo-device tun # network tunneling over tty
672 1.3.2.2 wrstuden #pseudo-device gre # generic L3 over IP tunnel
673 1.3.2.2 wrstuden #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
674 1.3.2.2 wrstuden #pseudo-device faith # IPv[46] tcp relay translation i/f
675 1.3.2.2 wrstuden #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
676 1.3.2.2 wrstuden pseudo-device vlan # IEEE 802.1q encapsulation
677 1.3.2.2 wrstuden #pseudo-device bridge # simple inter-network bridging
678 1.3.2.2 wrstuden #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
679 1.3.2.2 wrstuden pseudo-device pf # PF packet filter
680 1.3.2.2 wrstuden pseudo-device pflog # PF log if
681 1.3.2.2 wrstuden # srt is EXPERIMENTAL
682 1.3.2.2 wrstuden #pseudo-device srt # source-address-based routing
683 1.3.2.2 wrstuden
684 1.3.2.2 wrstuden # miscellaneous pseudo-devices
685 1.3.2.2 wrstuden pseudo-device pty # pseudo-terminals
686 1.3.2.2 wrstuden #pseudo-device sequencer 1 # MIDI sequencer
687 1.3.2.2 wrstuden pseudo-device rnd # /dev/random and in-kernel generator
688 1.3.2.2 wrstuden #options RND_COM # use "com" randomness as well (BROKEN)
689 1.3.2.2 wrstuden pseudo-device clockctl # user control of clock subsystem
690 1.3.2.2 wrstuden pseudo-device ksyms # /dev/ksyms
691 1.3.2.2 wrstuden
692 1.3.2.2 wrstuden # a pseudo device needed for Coda # also needs CODA (above)
693 1.3.2.2 wrstuden #pseudo-device vcoda 4 # coda minicache <-> venus comm.
694 1.3.2.2 wrstuden
695 1.3.2.2 wrstuden # a pseudo device needed for SMBFS
696 1.3.2.2 wrstuden #pseudo-device nsmb # experimental - SMB requester
697 1.3.2.2 wrstuden
698 1.3.2.2 wrstuden # wscons pseudo-devices
699 1.3.2.2 wrstuden #pseudo-device wsmux # mouse & keyboard multiplexor
700 1.3.2.2 wrstuden #pseudo-device wsfont
701 1.3.2.2 wrstuden
702 1.3.2.2 wrstuden #options FILEASSOC # fileassoc(9) - required for Veriexec
703 1.3.2.2 wrstuden
704 1.3.2.2 wrstuden # Veriexec
705 1.3.2.2 wrstuden #pseudo-device veriexec
706 1.3.2.2 wrstuden #
707 1.3.2.2 wrstuden # Uncomment the fingerprint methods below that are desired. Note that
708 1.3.2.2 wrstuden # removing fingerprint methods will have almost no impact on the kernel
709 1.3.2.2 wrstuden # code size.
710 1.3.2.2 wrstuden #
711 1.3.2.2 wrstuden #options VERIFIED_EXEC_FP_RMD160
712 1.3.2.2 wrstuden #options VERIFIED_EXEC_FP_SHA256
713 1.3.2.2 wrstuden #options VERIFIED_EXEC_FP_SHA384
714 1.3.2.2 wrstuden #options VERIFIED_EXEC_FP_SHA512
715 1.3.2.2 wrstuden #options VERIFIED_EXEC_FP_SHA1
716 1.3.2.2 wrstuden #options VERIFIED_EXEC_FP_MD5
717 1.3.2.2 wrstuden
718 1.3.2.2 wrstuden options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
719