GENERIC revision 1.110.4.5 1 1.110.4.5 nathanw # $NetBSD: GENERIC,v 1.110.4.5 2002/04/01 07:40:52 nathanw Exp $
2 1.110.4.2 nathanw #
3 1.110.4.2 nathanw # GENERIC machine description file
4 1.110.4.2 nathanw #
5 1.110.4.2 nathanw # This machine description file is used to generate the default NetBSD
6 1.110.4.2 nathanw # kernel. The generic kernel does not include all options, subsystems
7 1.110.4.2 nathanw # and device drivers, but should be useful for most applications.
8 1.110.4.2 nathanw #
9 1.110.4.2 nathanw # The machine description file can be customised for your specific
10 1.110.4.2 nathanw # machine to reduce the kernel size and improve its performance.
11 1.110.4.2 nathanw #
12 1.110.4.2 nathanw # For further information on compiling NetBSD kernels, see the config(8)
13 1.110.4.2 nathanw # man page.
14 1.110.4.2 nathanw #
15 1.110.4.2 nathanw # For further information on hardware support for this architecture, see
16 1.110.4.2 nathanw # the intro(4) man page. For further information about kernel options
17 1.110.4.2 nathanw # for this architecture, see the options(4) man page. For an explanation
18 1.110.4.2 nathanw # of each device driver in this file see the section 4 man page for the
19 1.110.4.2 nathanw # device.
20 1.110.4.2 nathanw
21 1.110.4.2 nathanw include "arch/macppc/conf/std.macppc"
22 1.110.4.2 nathanw
23 1.110.4.5 nathanw #ident "GENERIC-$Revision: 1.110.4.5 $"
24 1.110.4.2 nathanw
25 1.110.4.2 nathanw maxusers 32
26 1.110.4.2 nathanw
27 1.110.4.2 nathanw # Standard system options
28 1.110.4.2 nathanw #options UCONSOLE # users can use TIOCCONS (for xconsole)
29 1.110.4.2 nathanw #options INSECURE # disable kernel security levels
30 1.110.4.2 nathanw
31 1.110.4.2 nathanw options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
32 1.110.4.2 nathanw #options NTP # NTP phase/frequency locked loop
33 1.110.4.2 nathanw options KTRACE # system call tracing via ktrace(1)
34 1.110.4.2 nathanw
35 1.110.4.2 nathanw options SYSVMSG # System V message queues
36 1.110.4.2 nathanw options SYSVSEM # System V semaphores
37 1.110.4.2 nathanw #options SEMMNI=10 # number of semaphore identifiers
38 1.110.4.2 nathanw #options SEMMNS=60 # number of semaphores in system
39 1.110.4.2 nathanw #options SEMUME=10 # max number of undo entries per process
40 1.110.4.2 nathanw #options SEMMNU=30 # number of undo structures in system
41 1.110.4.2 nathanw options SYSVSHM # System V shared memory
42 1.110.4.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default
43 1.110.4.2 nathanw
44 1.110.4.2 nathanw options LKM # loadable kernel modules
45 1.110.4.2 nathanw
46 1.110.4.4 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
47 1.110.4.4 nathanw
48 1.110.4.2 nathanw # Diagnostic/debugging support options
49 1.110.4.2 nathanw options DIAGNOSTIC # cheap kernel consistency checks
50 1.110.4.2 nathanw #options DEBUG # expensive debugging checks/support
51 1.110.4.2 nathanw options DDB # in-kernel debugger
52 1.110.4.2 nathanw options DDB_HISTORY_SIZE=512 # enable history editing in DDB
53 1.110.4.2 nathanw options TRAP_PANICWAIT
54 1.110.4.2 nathanw
55 1.110.4.2 nathanw #makeoptions DEBUG="-g" # compile full symbol table
56 1.110.4.2 nathanw
57 1.110.4.2 nathanw # Compatibility options
58 1.110.4.2 nathanw options COMPAT_09 # NetBSD 0.9,
59 1.110.4.2 nathanw options COMPAT_10 # NetBSD 1.0,
60 1.110.4.2 nathanw options COMPAT_11 # NetBSD 1.1,
61 1.110.4.2 nathanw options COMPAT_12 # NetBSD 1.2,
62 1.110.4.2 nathanw options COMPAT_13 # NetBSD 1.3,
63 1.110.4.2 nathanw options COMPAT_14 # NetBSD 1.4,
64 1.110.4.2 nathanw options COMPAT_43 # and 4.3BSD
65 1.110.4.2 nathanw #options COMPAT_386BSD_MBRPART # recognize old partition ID
66 1.110.4.2 nathanw #options COMPAT_LINUX # Linux binary compatibility
67 1.110.4.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
68 1.110.4.2 nathanw
69 1.110.4.2 nathanw # File systems
70 1.110.4.2 nathanw file-system FFS # UFS
71 1.110.4.2 nathanw file-system EXT2FS # second extended file system (linux)
72 1.110.4.2 nathanw file-system LFS # log-structured file system
73 1.110.4.2 nathanw file-system MFS # memory file system
74 1.110.4.2 nathanw file-system NFS # Network File System client
75 1.110.4.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system
76 1.110.4.2 nathanw file-system MSDOSFS # MS-DOS file system
77 1.110.4.2 nathanw file-system FDESC # /dev/fd
78 1.110.4.2 nathanw file-system KERNFS # /kern
79 1.110.4.2 nathanw file-system NULLFS # loopback file system
80 1.110.4.2 nathanw file-system OVERLAY # overlay file system
81 1.110.4.2 nathanw file-system PORTAL # portal filesystem (still experimental)
82 1.110.4.2 nathanw file-system PROCFS # /proc
83 1.110.4.2 nathanw file-system UMAPFS # NULLFS + uid and gid remapping
84 1.110.4.2 nathanw file-system UNION # union file system
85 1.110.4.2 nathanw
86 1.110.4.2 nathanw # File system options
87 1.110.4.2 nathanw options QUOTA # UFS quotas
88 1.110.4.2 nathanw #options FFS_EI # FFS Endian Independant support
89 1.110.4.2 nathanw options SOFTDEP # FFS soft updates support.
90 1.110.4.2 nathanw options NFSSERVER # Network File System server
91 1.110.4.2 nathanw #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
92 1.110.4.2 nathanw # immutable) behave as system flags.
93 1.110.4.2 nathanw
94 1.110.4.2 nathanw options NFS_BOOT_DHCP # Support DHCP NFS root
95 1.110.4.2 nathanw
96 1.110.4.2 nathanw # Networking options
97 1.110.4.2 nathanw #options GATEWAY # packet forwarding
98 1.110.4.2 nathanw options INET # IP + ICMP + TCP + UDP
99 1.110.4.2 nathanw options INET6 # IPV6
100 1.110.4.2 nathanw #options IPSEC # IP security
101 1.110.4.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
102 1.110.4.2 nathanw #options IPSEC_DEBUG # debug for IP security
103 1.110.4.2 nathanw #options MROUTING # IP multicast routing
104 1.110.4.2 nathanw #options NS # XNS
105 1.110.4.2 nathanw #options NSIP # XNS tunneling over IP
106 1.110.4.2 nathanw #options ISO,TPIP # OSI
107 1.110.4.2 nathanw #options EON # OSI tunneling over IP
108 1.110.4.2 nathanw #options CCITT,LLC,HDLC # X.25
109 1.110.4.2 nathanw options NETATALK # AppleTalk networking protocols
110 1.110.4.2 nathanw options PPP_BSDCOMP # BSD-Compress compression support for PPP
111 1.110.4.2 nathanw options PPP_DEFLATE # Deflate compression support for PPP
112 1.110.4.2 nathanw options PPP_FILTER # Active filter support for PPP (requires bpf)
113 1.110.4.2 nathanw options PFIL_HOOKS # pfil(9) packet filter hooks
114 1.110.4.2 nathanw options IPFILTER_LOG # ipmon(8) log support
115 1.110.4.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
116 1.110.4.2 nathanw
117 1.110.4.2 nathanw # These options enable verbose messages for several subsystems.
118 1.110.4.2 nathanw # Warning, these may compile large string tables into the kernel!
119 1.110.4.2 nathanw options PCIVERBOSE # verbose PCI device autoconfig messages
120 1.110.4.2 nathanw options MIIVERBOSE # verbose PHY autoconfig messages
121 1.110.4.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space
122 1.110.4.2 nathanw options SCSIVERBOSE # human readable SCSI error messages
123 1.110.4.2 nathanw options USBVERBOSE # verbose USB device autoconfig messages
124 1.110.4.2 nathanw
125 1.110.4.2 nathanw # wscons options
126 1.110.4.2 nathanw #options WSEMUL_SUN # sun terminal emulation
127 1.110.4.2 nathanw options WSEMUL_VT100 # VT100 / VT220 emulation
128 1.110.4.2 nathanw options FONT_GALLANT12x22
129 1.110.4.2 nathanw
130 1.110.4.2 nathanw # Kernel root file system and dump configuration.
131 1.110.4.2 nathanw config netbsd root on ? type ?
132 1.110.4.2 nathanw
133 1.110.4.2 nathanw #
134 1.110.4.2 nathanw # Device configuration
135 1.110.4.2 nathanw #
136 1.110.4.2 nathanw
137 1.110.4.2 nathanw mainbus* at root
138 1.110.4.2 nathanw
139 1.110.4.2 nathanw cpu* at mainbus?
140 1.110.4.2 nathanw bandit* at mainbus?
141 1.110.4.2 nathanw grackle* at mainbus?
142 1.110.4.2 nathanw uninorth* at mainbus?
143 1.110.4.2 nathanw
144 1.110.4.2 nathanw pci* at bandit? bus ?
145 1.110.4.2 nathanw pci* at grackle? bus ?
146 1.110.4.2 nathanw pci* at uninorth? bus ?
147 1.110.4.2 nathanw pci* at ppb? bus ?
148 1.110.4.2 nathanw
149 1.110.4.2 nathanw pchb* at pci? dev ? function ? # PCI-Host bridges
150 1.110.4.2 nathanw ppb* at pci? dev ? function ? # PCI-PCI bridges
151 1.110.4.2 nathanw
152 1.110.4.2 nathanw de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
153 1.110.4.2 nathanw fpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller
154 1.110.4.2 nathanw ep* at pci? dev ? function ? # 3Com 3c59x
155 1.110.4.2 nathanw epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
156 1.110.4.2 nathanw ex* at pci? dev ? function ? # 3Com 90x[BC]
157 1.110.4.2 nathanw fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
158 1.110.4.2 nathanw lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
159 1.110.4.2 nathanw ne* at pci? dev ? function ? # NE2000-compatible Ethernet
160 1.110.4.2 nathanw rtk* at pci? dev ? function ? # Realtek 8129/8139
161 1.110.4.2 nathanw sip* at pci? dev ? function ? # SiS 900/7016 Ethernet
162 1.110.4.2 nathanw tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
163 1.110.4.3 nathanw #options TLP_MATCH_21040
164 1.110.4.3 nathanw #options TLP_MATCH_21041
165 1.110.4.3 nathanw #options TLP_MATCH_21140
166 1.110.4.3 nathanw #options TLP_MATCH_21142
167 1.110.4.2 nathanw adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
168 1.110.4.2 nathanw adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
169 1.110.4.2 nathanw ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI
170 1.110.4.2 nathanw bha* at pci? dev ? function ? # BusLogic 9xx SCSI
171 1.110.4.2 nathanw iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
172 1.110.4.2 nathanw isp* at pci? dev ? function ? # Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
173 1.110.4.2 nathanw siop* at pci? dev ? function ? # NCR 53c8xx SCSI
174 1.110.4.2 nathanw pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
175 1.110.4.2 nathanw ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
176 1.110.4.5 nathanw #options OFB_ENABLE_CACHE # Speed up console
177 1.110.4.2 nathanw pciide* at pci? dev ? function ?
178 1.110.4.2 nathanw cbb* at pci? dev ? function ? # PCI-CardBus bridge
179 1.110.4.2 nathanw gm* at pci? dev ? function ? # gmac ethernet
180 1.110.4.2 nathanw obio0 at pci? dev ? function ?
181 1.110.4.2 nathanw #macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging)
182 1.110.4.2 nathanw
183 1.110.4.2 nathanw bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs
184 1.110.4.2 nathanw brgphy* at mii? phy ? # Broadcom BCM5400 PHYs
185 1.110.4.2 nathanw exphy* at mii? phy ? # 3Com internal PHYs
186 1.110.4.4 nathanw icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
187 1.110.4.2 nathanw inphy* at mii? phy ? # Intel 82555 PHYs
188 1.110.4.2 nathanw iophy* at mii? phy ? # Intel 82553 PHYs
189 1.110.4.2 nathanw lxtphy* at mii? phy ? # Level One LXT-970 PHYs
190 1.110.4.2 nathanw nsphy* at mii? phy ? # NS83840 PHYs
191 1.110.4.2 nathanw nsphyter* at mii? phy ? # NS83843 PHYs
192 1.110.4.2 nathanw qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
193 1.110.4.2 nathanw sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
194 1.110.4.2 nathanw tlphy* at mii? phy ? # ThunderLAN PHYs
195 1.110.4.2 nathanw tqphy* at mii? phy ? # TDK Semiconductor PHYs
196 1.110.4.2 nathanw ukphy* at mii? phy ? # generic unknown PHYs
197 1.110.4.2 nathanw
198 1.110.4.2 nathanw # PCI serial interfaces
199 1.110.4.2 nathanw cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
200 1.110.4.2 nathanw #cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
201 1.110.4.2 nathanw
202 1.110.4.2 nathanw bm* at obio? # bmac ethernet
203 1.110.4.2 nathanw mc* at obio? # MACE ethernet
204 1.110.4.2 nathanw esp* at obio? flags 0x00ff # 53c9x SCSI
205 1.110.4.2 nathanw mesh* at obio? flags 0xffff # MESH SCSI
206 1.110.4.2 nathanw nvram* at obio? # nvram
207 1.110.4.2 nathanw adb* at obio? # Apple Desktop Bus
208 1.110.4.2 nathanw aed* at adb? # ADB Event Device
209 1.110.4.2 nathanw akbd* at adb? # ADB keyboard
210 1.110.4.2 nathanw ams* at adb? # ADB mouse
211 1.110.4.2 nathanw abtn* at adb?
212 1.110.4.2 nathanw zsc* at obio?
213 1.110.4.2 nathanw zstty* at zsc? channel ?
214 1.110.4.2 nathanw mediabay* at obio?
215 1.110.4.2 nathanw wdc* at mediabay? flags 0
216 1.110.4.2 nathanw awacs* at obio? # Apple audio device
217 1.110.4.2 nathanw wi* at obio? # AirMac
218 1.110.4.2 nathanw
219 1.110.4.2 nathanw cardslot* at cbb?
220 1.110.4.2 nathanw cardbus* at cardslot?
221 1.110.4.2 nathanw pcmcia* at cardslot?
222 1.110.4.2 nathanw
223 1.110.4.2 nathanw com* at pcmcia? function ? # Modems and serial cards
224 1.110.4.2 nathanw wdc* at pcmcia? function ? # PCMCIA IDE controllers
225 1.110.4.2 nathanw ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
226 1.110.4.2 nathanw mbe* at pcmcia? function ? # MB8696x based Ethernet
227 1.110.4.2 nathanw ne* at pcmcia? function ? # NE2000-compatible Ethernet
228 1.110.4.2 nathanw awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
229 1.110.4.2 nathanw wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
230 1.110.4.2 nathanw ex* at cardbus? dev ? function ? # 3Com 3C575TX
231 1.110.4.2 nathanw tlp* at cardbus? dev ? function ? # DECchip 21143
232 1.110.4.2 nathanw rtk* at cardbus? dev ? function ? # Realtek 8129/8139
233 1.110.4.2 nathanw
234 1.110.4.2 nathanw wsdisplay0 at ofb? console ?
235 1.110.4.2 nathanw wskbd0 at akbd? console ?
236 1.110.4.2 nathanw wsmouse0 at ams?
237 1.110.4.2 nathanw
238 1.110.4.2 nathanw scsibus* at adv?
239 1.110.4.2 nathanw scsibus* at ahc?
240 1.110.4.2 nathanw scsibus* at bha?
241 1.110.4.2 nathanw scsibus* at iha?
242 1.110.4.2 nathanw scsibus* at isp?
243 1.110.4.2 nathanw scsibus* at esp?
244 1.110.4.2 nathanw scsibus* at mesh?
245 1.110.4.2 nathanw scsibus* at pcscp?
246 1.110.4.2 nathanw scsibus* at siop?
247 1.110.4.2 nathanw
248 1.110.4.2 nathanw sd* at scsibus? target ? lun ? # SCSI disks
249 1.110.4.2 nathanw st* at scsibus? target ? lun ? # SCSI tape drives
250 1.110.4.2 nathanw cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
251 1.110.4.2 nathanw ch* at scsibus? target ? lun ? # SCSI autochangers
252 1.110.4.2 nathanw ss* at scsibus? target ? lun ? # SCSI scanners
253 1.110.4.2 nathanw uk* at scsibus? target ? lun ? # SCSI unknown
254 1.110.4.2 nathanw
255 1.110.4.2 nathanw wdc* at obio? flags 0x1
256 1.110.4.2 nathanw wd* at pciide? channel ? drive ?
257 1.110.4.2 nathanw wd* at wdc? channel ? drive ? flags 0x0000
258 1.110.4.2 nathanw
259 1.110.4.2 nathanw atapibus* at pciide? channel ?
260 1.110.4.2 nathanw atapibus* at wdc? channel ?
261 1.110.4.2 nathanw
262 1.110.4.2 nathanw cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
263 1.110.4.2 nathanw sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
264 1.110.4.2 nathanw uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
265 1.110.4.2 nathanw
266 1.110.4.2 nathanw # PCI USB controllers
267 1.110.4.2 nathanw ohci* at pci? dev ? function ? # Open Host Controller
268 1.110.4.2 nathanw
269 1.110.4.2 nathanw usb* at ohci? # USB bus support
270 1.110.4.2 nathanw uhub* at usb? # USB Hubs
271 1.110.4.2 nathanw uhub* at uhub? port ? configuration ? interface ?
272 1.110.4.2 nathanw
273 1.110.4.2 nathanw uhidev* at uhub? port ? configuration ? interface ? # USB HID device
274 1.110.4.2 nathanw
275 1.110.4.2 nathanw ums* at uhidev? reportid ? # USB Mice
276 1.110.4.2 nathanw wsmouse* at ums?
277 1.110.4.2 nathanw
278 1.110.4.2 nathanw ukbd* at uhidev? reportid ? # USB Keyboards
279 1.110.4.2 nathanw wskbd* at ukbd? console ?
280 1.110.4.2 nathanw
281 1.110.4.2 nathanw uhid* at uhidev? reportid ? # USB Generic HID
282 1.110.4.2 nathanw
283 1.110.4.2 nathanw ulpt* at uhub? port ? configuration ? interface ? # USB Printer
284 1.110.4.2 nathanw
285 1.110.4.2 nathanw umodem* at uhub? port ? configuration ? # USB Modem
286 1.110.4.2 nathanw ucom* at umodem?
287 1.110.4.2 nathanw
288 1.110.4.2 nathanw umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
289 1.110.4.2 nathanw atapibus* at umass? channel ?
290 1.110.4.2 nathanw scsibus* at umass? channel ?
291 1.110.4.2 nathanw
292 1.110.4.2 nathanw uaudio* at uhub? port ? configuration ? # USB audio
293 1.110.4.2 nathanw
294 1.110.4.2 nathanw # USB Ethernet adapters
295 1.110.4.2 nathanw aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
296 1.110.4.2 nathanw cue* at uhub? port ? # CATC USB-EL1201A based adapters
297 1.110.4.2 nathanw kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
298 1.110.4.2 nathanw
299 1.110.4.2 nathanw uscanner* at uhub? port ? # USB scanners
300 1.110.4.2 nathanw uyap* at uhub? port ? # Y@P firmware loader
301 1.110.4.2 nathanw ugen* at uhub? port ? configuration ? interface ? # USB Generic driver
302 1.110.4.2 nathanw
303 1.110.4.2 nathanw # PCI IEEE1394 controllers
304 1.110.4.2 nathanw fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
305 1.110.4.2 nathanw #fwlynx* at pci? dev ? function ? # IEEE1394 TI Lynx Controller
306 1.110.4.2 nathanw fw* at fwbus? # IP over 1394
307 1.110.4.2 nathanw
308 1.110.4.2 nathanw # IEEE1394 nodes
309 1.110.4.2 nathanw #fwnode* at fwbus? oui ? devhi ? devlo ?
310 1.110.4.2 nathanw #scsibus* at fwnode?
311 1.110.4.2 nathanw
312 1.110.4.2 nathanw # Audio Devices
313 1.110.4.2 nathanw
314 1.110.4.2 nathanw # PCI audio devices
315 1.110.4.2 nathanw #clcs* at pci? dev ? function ? # Cirrus Logic CS4280
316 1.110.4.2 nathanw #cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
317 1.110.4.2 nathanw eap* at pci? dev ? function ? # Ensoniq AudioPCI
318 1.110.4.2 nathanw #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
319 1.110.4.2 nathanw #fms* at pci? dev ? function ? # Forte Media FM801
320 1.110.4.2 nathanw #sv* at pci? dev ? function ? # S3 SonicVibes
321 1.110.4.2 nathanw
322 1.110.4.2 nathanw # OPL[23] FM synthesizers
323 1.110.4.2 nathanw #opl* at eso?
324 1.110.4.2 nathanw #opl* at fms?
325 1.110.4.2 nathanw
326 1.110.4.2 nathanw # Audio support
327 1.110.4.2 nathanw audio* at awacs?
328 1.110.4.2 nathanw #audio* at clcs?
329 1.110.4.2 nathanw #audio* at cmpci?
330 1.110.4.2 nathanw audio* at eap?
331 1.110.4.2 nathanw #audio* at eso?
332 1.110.4.2 nathanw #audio* at fms?
333 1.110.4.2 nathanw #audio* at sv?
334 1.110.4.2 nathanw audio* at uaudio?
335 1.110.4.2 nathanw
336 1.110.4.2 nathanw # MPU 401 UARTs
337 1.110.4.2 nathanw #mpu* at eso?
338 1.110.4.2 nathanw #mpu* at fms?
339 1.110.4.2 nathanw
340 1.110.4.2 nathanw # MIDI support
341 1.110.4.2 nathanw midi* at eap? # 137[01] MIDI port
342 1.110.4.2 nathanw #midi* at mpu? # MPU 401
343 1.110.4.2 nathanw
344 1.110.4.2 nathanw pseudo-device vnd 4 # disk-like interface to files
345 1.110.4.2 nathanw pseudo-device ccd 4 # concatenated/striped disk devices
346 1.110.4.4 nathanw #pseudo-device raid 8 # RAIDframe disk driver
347 1.110.4.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components
348 1.110.4.4 nathanw # Options to enable various other RAIDframe RAID types.
349 1.110.4.4 nathanw # options RF_INCLUDE_EVENODD=1
350 1.110.4.4 nathanw # options RF_INCLUDE_RAID5_RS=1
351 1.110.4.4 nathanw # options RF_INCLUDE_PARITYLOGGING=1
352 1.110.4.4 nathanw # options RF_INCLUDE_CHAINDECLUSTER=1
353 1.110.4.4 nathanw # options RF_INCLUDE_INTERDECLUSTER=1
354 1.110.4.4 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING=1
355 1.110.4.4 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
356 1.110.4.2 nathanw pseudo-device md 1 # memory disk device
357 1.110.4.2 nathanw pseudo-device loop # network loopback
358 1.110.4.2 nathanw pseudo-device bpfilter 8 # packet filter
359 1.110.4.2 nathanw pseudo-device ipfilter # IP filter (firewall) and NAT
360 1.110.4.2 nathanw pseudo-device ppp 2 # Point-to-Point Protocol
361 1.110.4.2 nathanw pseudo-device pppoe # PPP over Ethernet (RFC 2516)
362 1.110.4.2 nathanw pseudo-device sl 2 # Serial Line IP
363 1.110.4.2 nathanw pseudo-device tun 4 # network tunneling over tty
364 1.110.4.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel
365 1.110.4.2 nathanw pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
366 1.110.4.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
367 1.110.4.2 nathanw #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
368 1.110.4.2 nathanw pseudo-device vlan # IEEE 802.1q encapsulation
369 1.110.4.2 nathanw pseudo-device bridge # simple inter-network bridging
370 1.110.4.2 nathanw pseudo-device pty # pseudo-terminals
371 1.110.4.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator
372 1.110.4.2 nathanw pseudo-device openfirm # /dev/openfirm
373