files revision 1.720 1 # $NetBSD: files,v 1.720 2005/06/23 00:30:28 thorpej Exp $
2
3 # @(#)files.newconf 7.5 (Berkeley) 5/10/93
4
5 #
6 # device classes
7 #
8 devclass disk
9 devclass tape
10 devclass ifnet
11 devclass tty
12
13 # options understood by the machine-independent part of the kernel
14 # (note, these are case-sensitive)
15 #
16 defflag INSECURE
17 defflag MBUFTRACE
18 defflag KMEMSTATS
19 defflag KCONT
20 defflag KTRACE
21 defflag SYSTRACE
22 defparam MAXUPRC
23 defparam RTC_OFFSET
24 defparam HZ
25 defparam DEFCORENAME
26 defflag opt_pipe.h PIPE_SOCKETPAIR PIPE_NODIRECT
27
28 #defflag BUFQ_DISKSORT
29 #defflag BUFQ_FCFS
30 defflag BUFQ_PRIOCSCAN
31 defflag BUFQ_READPRIO
32 defflag NEW_BUFQ_STRATEGY # same as BUFQ_READPRIO
33
34 defparam SOMAXKVA
35 defflag opt_sock_counters.h SOSEND_COUNTERS
36 defflag opt_sosend_loan.h SOSEND_NO_LOAN
37
38 defflag MULTIPROCESSOR
39
40 defflag opt_config.h INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
41
42 defparam opt_dump.h DUMP_ON_PANIC
43
44 defflag opt_callout.h CALLWHEEL_STATS
45
46 defflag opt_posix.h P1003_1B_SEMAPHORE
47 defflag opt_sysv.h SYSVMSG SYSVSEM SYSVSHM
48 defparam opt_sysvparam.h SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
49
50 defflag opt_ntp.h PPS_SYNC NTP
51
52 defflag opt_ptm.h NO_DEV_PTM COMPAT_BSDPTY
53
54 defparam opt_kmempages.h NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
55 defflag opt_malloclog.h MALLOCLOG
56 defparam opt_malloclog.h MALLOCLOGSIZE
57 defflag opt_malloc_debug.h MALLOC_DEBUG
58 defflag opt_pool.h POOL_DIAGNOSTIC
59 defparam opt_poollog.h POOL_LOGSIZE
60
61 defflag opt_revcache.h NAMECACHE_ENTER_REVERSE
62
63 defflag opt_execfmt.h EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
64 EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT
65 EXEC_ELF_NOTELESS
66
67 defflag opt_dkwedge.h DKWEDGE_AUTODISCOVER
68 DKWEDGE_METHOD_BSDLABEL
69 DKWEDGE_METHOD_GPT
70 DKWEDGE_METHOD_MBR
71
72 # compatibility options
73 #
74 defflag COMPAT_OSSAUDIO
75 defflag COMPAT_FREEBSD
76 defflag COMPAT_HPUX
77 defflag COMPAT_IBCS2
78 defflag COMPAT_IRIX
79 defflag COMPAT_LINUX
80 defflag COMPAT_OSF1
81 defflag COMPAT_SUNOS
82 defflag opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
83 defflag COMPAT_ULTRIX
84 defflag COMPAT_NETBSD32
85 defflag COMPAT_AOUT_M68K
86 defflag COMPAT_M68K4K
87 defflag COMPAT_MACH
88 defflag COMPAT_DARWIN
89 defflag COMPAT_VAX1K
90 defflag COMPAT_43
91 defflag COMPAT_PECOFF
92 defflag opt_compat_netbsd.h COMPAT_20
93 defflag opt_compat_netbsd.h COMPAT_16: COMPAT_20
94 defflag opt_compat_netbsd.h COMPAT_15: COMPAT_16
95 defflag opt_compat_netbsd.h COMPAT_14: COMPAT_15
96 defflag opt_compat_netbsd.h COMPAT_13: COMPAT_14
97 defflag opt_compat_netbsd.h COMPAT_12: COMPAT_13
98 defflag opt_compat_netbsd.h COMPAT_11: COMPAT_12
99 defflag opt_compat_netbsd.h COMPAT_10: COMPAT_11
100 defflag opt_compat_netbsd.h COMPAT_09: COMPAT_10
101 defflag opt_compat_netbsd.h COMPAT_NOMID
102
103 #
104 # Cryptography support. Include this early, since several things
105 # use it.
106
107 # Individual crypto transforms
108 include "crypto/arc4/files.arc4"
109 include "crypto/des/files.des"
110 include "crypto/blowfish/files.blowfish"
111 include "crypto/cast128/files.cast128"
112 include "crypto/rijndael/files.rijndael"
113 include "crypto/ripemd160/files.ripemd160"
114 include "crypto/sha2/files.sha2"
115 include "crypto/skipjack/files.skipjack"
116
117 # General-purpose crypto processing framework.
118 include "opencrypto/files.opencrypto"
119
120 #
121 # System monitoring framework
122 #
123 include "dev/sysmon/files.sysmon"
124
125 #
126 # Networking protocols
127 #
128 include "netatalk/files.netatalk"
129 include "netccitt/files.netccitt"
130 include "netinet/files.netinet"
131 include "netinet/files.ipfilter"
132 include "netinet6/files.netinet6"
133 include "netinet6/files.ipsec"
134 include "netipsec/files.netipsec"
135 include "netiso/files.netiso"
136 include "netnatm/files.netnatm"
137 include "netns/files.netns"
138 include "netsmb/files.netsmb"
139 include "net/files.pf"
140
141 defflag IPX # IPX network stack
142 defflag PFIL_HOOKS # pfil(9)
143 defflag opt_bridge_ipf.h BRIDGE_IPF # bridge(4) use inet_pfil_hooks
144 defflag opt_ppp.h PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
145 # Include deflate or bsd
146 # compression, enable pppd
147 # packet filtering support
148
149 # networking options
150 #
151 defflag GATEWAY
152
153 defparam SB_MAX
154
155 # UVM options
156 #
157 defflag opt_uvmhist.h UVMHIST UVMHIST_PRINT
158 defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_NOCOUNTERS
159
160 # file system options
161 #
162 defflag SOFTDEP # XXX files.ufs?
163 defflag QUOTA # XXX files.ufs?
164 defflag VNODE_OP_NOINLINE
165 defflag VNODE_LOCKDEBUG
166 defflag ROOTFS_MAGICLINKS
167
168 # buffer cache size options
169 #
170 defparam opt_bufcache.h BUFCACHE BUFPAGES
171
172 # userconf
173 #
174 defflag USERCONF
175
176 # sysctl related
177 #
178 defflag opt_sysctl.h SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
179 SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
180 SYSCTL_INCLUDE_DESCR
181
182 #
183 # Not entirely MI, but present on multiple arch's
184 #
185
186 # PC-style MBR handling
187 #
188 defflag opt_mbr.h COMPAT_386BSD_MBRPART
189
190 # debugging options
191 #
192 defflag opt_ddb.h DDB
193 defparam opt_ddbparam.h DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE
194 DDB_BREAK_CHAR DDB_KEYCODE SYMTAB_SPACE
195 defflag opt_kgdb.h KGDB
196 defparam opt_kgdb.h KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
197 KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
198 defflag LOCKDEBUG
199 defflag SYSCALL_DEBUG
200 defflag opt_kstack.h KSTACK_CHECK_MAGIC
201
202 # memory (ram) disk options
203 #
204 defflag opt_md.h MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
205 MEMORY_DISK_DYNAMIC
206 defparam opt_md.h MEMORY_DISK_SERVER MEMORY_DISK_ROOT_SIZE
207 MEMORY_RBFLAGS
208
209 # Support for hardware performance monitoring counters
210 #
211 defflag opt_perfctrs.h PERFCTRS
212
213 # Machine-independant device majors assignements
214 include "conf/majors"
215
216 # generic attributes
217 #
218 define audiobus { }
219 define midibus { }
220 define midisyn
221 define ata {[channel = -1]}
222 define sata
223 define scsi_core
224 define scsi {[channel = -1]}: scsi_core
225 define ata_hl {[drive = -1]}
226 define atapi { }
227 define radiodev { }
228 define gpibdev {[address = -1]}
229 define pckbport {[slot = -1]}
230 define pckbport_machdep_cnattach
231
232 # audio device attributes
233 #
234 define mulaw
235 define auconv
236 define aurateconv
237
238 # audio and midi devices, attaches to audio hardware driver
239 #
240 device audio
241 attach audio at audiobus
242 device midi
243 attach midi at midibus
244
245 # console bell via audio device
246 #
247 define audiobell
248
249 # I2C device support
250 include "dev/i2c/files.i2c"
251
252 # IR device support
253 include "dev/ir/files.ir"
254
255 # Bluetooth device support
256 include "dev/bluetooth/files.bluetooth"
257
258 # Parallel Port Bus support
259 include "dev/ppbus/files.ppbus"
260
261 # raster operations attributes
262 #
263 define rasops1
264 define rasops2
265 define rasops4
266 define rasops8
267 define rasops15
268 define rasops16
269 define rasops24
270 define rasops32
271
272 # net device attributes - we have generic code for arc(net), ether(net),
273 # fddi, token ring, atm and eco(net).
274 #
275 define arc
276 define atm
277 define eco
278 define ether
279 define fddi
280 define hippi
281 define ieee1394
282 define token
283 define sppp
284 define wlan: arc4, rijndael
285 define crypto
286
287 # devices ARPing IPv4 pull this in:
288 #
289 define arp
290
291 #
292 # ALTQ network traffic shaping subsystem
293 #
294 include "altq/files.altq"
295
296 #
297 # IPKDB kernel debugger
298 #
299 include "ipkdb/files.ipkdb"
300
301 # Logical disk
302 #
303 device ld: disk
304 file dev/ld.c ld needs-flag
305
306 #
307 # MII/PHY support for network devices
308 #
309 include "dev/mii/files.mii"
310
311 #
312 # RAIDframe
313 #
314 include "dev/raidframe/files.raidframe"
315
316 #
317 # Vinum
318 #
319 include "dev/vinum/files.vinum"
320
321 #
322 # Hardware-assisted data mover API
323 #
324 include "dev/dmover/files.dmover"
325
326 #
327 # "Chipset" drivers. These are the bus-independent routines which
328 # contain the cfdrivers. Attachments are provided by files.<bus>
329 #
330
331 # Adaptec AIC-6[32]60 ICs
332 #
333 device aic: scsi
334 file dev/ic/aic6360.c aic
335
336 # SMC 93Cx6 Serial EEPROM devices
337 #
338 define smc93cx6
339 file dev/ic/smc93cx6.c smc93cx6
340
341 # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
342 #
343 defparam opt_ahc.h AHC_DEBUG
344 defflag opt_ahc.h AHC_NO_TAGS
345 device ahc: scsi
346 define ahc_seeprom
347 define ahc_aic77xx
348 file dev/ic/aic7xxx.c ahc
349 file dev/ic/aic7xxx_osm.c ahc
350 file dev/ic/aic7xxx_seeprom.c ahc_seeprom
351 file dev/ic/aic77xx.c ahc_aic77xx
352
353 # Adaptec aic79xx SCSI controllers
354 defflag opt_ahd.h AHD_DEBUG
355 device ahd: scsi
356 file dev/ic/aic79xx.c ahd
357 file dev/ic/aic79xx_osm.c ahd
358
359 # DPT EATA SCSI controllers
360 #
361 device dpt: scsi
362 file dev/ic/dpt.c dpt
363
364 # Compaq Smart ARRAY controllers
365 #
366 device cac {unit = -1}
367 file dev/ic/cac.c cac
368
369 attach ld at cac with ld_cac
370 file dev/ic/ld_cac.c ld_cac
371
372 # Mylex DAC960 RAID controllers
373 #
374 device mlx {unit = -1}
375 file dev/ic/mlx.c mlx needs-flag
376
377 attach ld at mlx with ld_mlx
378 file dev/ic/ld_mlx.c ld_mlx
379
380 # ICP-Vortex/Intel RAID controllers
381 #
382 device icp {unit = -1}
383 file dev/ic/icp.c icp needs-flag
384 file dev/ic/icp_ioctl.c icp
385
386 attach ld at icp with ld_icp
387 file dev/ic/ld_icp.c ld_icp
388
389 device icpsp: scsi
390 file dev/ic/icpsp.c icpsp
391 attach icpsp at icp
392
393 # Adaptec FSA RAID controllers
394 #
395 device aac {unit = -1}
396 file dev/ic/aac.c aac
397
398 attach ld at aac with ld_aac
399 file dev/ic/ld_aac.c ld_aac
400
401 # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
402 #
403 device adv: scsi
404 file dev/ic/adv.c adv
405 file dev/ic/advlib.c adv
406 file dev/ic/advmcode.c adv
407
408 # AdvanSys ULTRA WIDE SCSI controllers
409 #
410 device adw: scsi
411 file dev/ic/adw.c adw
412
413 # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
414 # (Must be declared before AHA to ensure bha probes before aha.
415 # Probing AHA first configures bhas as aha, via their AHA
416 # hardware-compatibility mode.)
417 #
418 device bha: scsi
419 file dev/ic/bha.c bha
420
421 # Adaptec AHA-154x and AHA-164x controllers
422 # (must be after bha, see above)
423 #
424 device aha: scsi
425 file dev/ic/aha.c aha
426
427 # Initio INIC-940/950 SCSI controllers
428 #
429 device iha: scsi
430 file dev/ic/iha.c iha
431
432 # Qlogic ISP 10x0 SCSI Controllers
433 #
434 defflag opt_isp.h ISP_DISABLE_1020_SUPPORT
435 ISP_DISABLE_1080_SUPPORT
436 ISP_DISABLE_2100_SUPPORT
437 ISP_DISABLE_2200_SUPPORT
438 ISP_DISABLE_FW ISP_TARGET_MODE
439 ISP_FW_CRASH_DUMP
440 defparam opt_isp.h ISP_LOGDEFAULT
441 device isp: scsi
442 file dev/ic/isp.c isp
443 file dev/ic/isp_netbsd.c isp
444 file dev/ic/isp_target.c isp & isp_target_mode
445
446 # LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
447 #
448 device mpt: scsi
449 file dev/ic/mpt.c mpt
450 file dev/ic/mpt_debug.c mpt
451 file dev/ic/mpt_netbsd.c mpt
452
453 # Workbit NinjaSCSI-32 controllers
454 device njs: scsi
455 file dev/ic/ninjascsi32.c njs
456
457 # Symbios/NCR 53c700 SCSI controllers
458 device oosiop: scsi
459 file dev/ic/oosiop.c oosiop
460
461 # Symbios/NCR 53c710 SCSI controllers
462 #
463 device osiop: scsi
464 file dev/ic/osiop.c osiop
465
466 # common stuff for siop and esiop
467 #
468 define siop_common
469 file dev/ic/siop_common.c siop_common
470
471 # Symbios/NCR 53c720/53c8xx SCSI controllers
472 #
473 device siop: scsi,siop_common
474 file dev/ic/siop.c siop
475 defflag opt_siop.h SIOP_SYMLED
476
477 device esiop: scsi,siop_common
478 file dev/ic/esiop.c esiop
479
480 # UltraStor SCSI controllers
481 #
482 device uha: scsi
483 file dev/ic/uha.c uha
484
485 # Aironet PC4500/PC4800
486 #
487 device an: arp, wlan, ifnet
488 file dev/ic/an.c an
489
490 # AMD 79c930-based 802.11 cards
491 #
492 device awi: arp, wlan, ifnet
493 file dev/ic/awi.c awi
494 file dev/ic/am79c930.c awi
495
496 # Lucent & Intersil WaveLan IEEE (802.11)
497 #
498 device wi: arp, wlan, ifnet
499 file dev/ic/wi.c wi
500
501 # Atheros 5210/5211/5212 multi-mode 802.11
502 #
503 device ath: arp, wlan, ifnet
504 file dev/ic/ath.c ath
505 file dev/ic/ath_netbsd.c ath
506 file dev/ic/athrate-onoe.c ath
507 file contrib/dev/ic/athhal_osdep.c ath
508
509 # ADMtek ADM8211 802.11
510 #
511 device atw: arp, wlan, ifnet, smc93cx6
512 file dev/ic/atw.c atw
513
514 # Realtek RTL8180 802.11
515 #
516 device rtw: arp, wlan, ifnet, smc93cx6
517 file dev/ic/rtw.c rtw
518 file dev/ic/rtwphy.c rtw
519 file dev/ic/rtwphyio.c rtw
520
521 # 3Com Etherlink-III Ethernet controller
522 #
523 device ep: arp, ether, ifnet, mii, mii_bitbang
524 file dev/ic/elink3.c ep
525
526 # 3Com EtherLink XL Controller
527 #
528 device ex: arp, ether, ifnet, mii, mii_bitbang
529 file dev/ic/elinkxl.c ex
530
531 # DEC EtherWORKS III (LEMAC) Ethernet controllers
532 #
533 device lc: arp, ether, ifnet
534 file dev/ic/lemac.c lc
535
536 # LANCE and PCnet Ethernet controllers
537 #
538 device le: arp, ether, ifnet
539 define le24
540 define le32
541 file dev/ic/am7990.c le24
542 file dev/ic/am79900.c le32
543 file dev/ic/lance.c le24 | le32
544
545 # DEC DEPCA-family of LANCE Ethernet controllers
546 #
547 device depca { }: le24
548 file dev/ic/depca.c depca
549 attach le at depca with le_depca
550
551 # Sun HME Ethernet controllers
552 #
553 device hme: arp, ether, ifnet, mii
554 file dev/ic/hme.c hme
555
556 # Sun GEM Ethernet controllers
557 #
558 device gem: arp, ether, ifnet, mii
559 file dev/ic/gem.c gem
560
561 # 8390-family Ethernet controllers
562 #
563 defflag opt_ipkdb.h IPKDB_DP8390
564 define dp8390nic
565 file dev/ic/dp8390.c dp8390nic | ipkdb_dp8390
566
567 # National Semiconductor DP83905 AT/LANTIC Ethernet media support
568 #
569 define dp83905
570 file dev/ic/dp83905.c dp83905
571
572 # Macronix MX98905 Ethernet controller
573 # (use as an attribute for an "ne" bus attachment)
574 #
575 define mx98905
576 file dev/ic/mx98905.c mx98905
577
578 # TROPIC Token-Ring controller
579 #
580 device tr: arp, token, ifnet
581 file dev/ic/tropic.c tr
582
583 # NCR 5380 SCSI Bus Controller
584 #
585 define ncr5380sbc
586 file dev/ic/ncr5380sbc.c ncr5380sbc
587 device nca: scsi, ncr5380sbc
588
589 # Sun sc PAL SCSI Bus Controller
590 #
591 define sunscpal
592 file dev/ic/sunscpal.c sunscpal
593 device ssc: scsi, sunscpal
594
595 # DEC FDDI Chipset
596 #
597 define pdq
598 file dev/ic/pdq.c pdq
599 file dev/ic/pdq_ifsubr.c pdq
600
601 # Cyclades Cyclom-8/16/32
602 #
603 device cy: tty
604 file dev/ic/cy.c cy needs-flag
605
606 # Efficient Networks, Inc. ATM interface
607 #
608 device en: atm, ifnet
609 file dev/ic/midway.c en
610
611 # NCR 53x9x or Emulex ESP SCSI Controller
612 #
613 define ncr53c9x
614 device esp: scsi, ncr53c9x
615 file dev/ic/ncr53c9x.c ncr53c9x
616
617 # Fujitsu MB87030/MB89352 SCSI Protocol Controller
618 device spc: scsi
619 file dev/ic/mb89352.c spc
620
621 # Hitachi HD44780 LCD panel controller
622 define hd44780
623 file dev/ic/hd44780_subr.c hd44780
624 file dev/ic/lcdkp_subr.c hd44780
625
626 # Matrix keypad
627 define matrixkp
628 file dev/ic/matrixkp_subr.c matrixkp
629
630 # Hitachi HD64570 serial controller
631 #
632 define hd64570
633 file dev/ic/hd64570.c hd64570
634
635 # Riscom/N2 ISA/PCI Sync Serial Controller
636 #
637 device ntwoc: ifnet, hd64570
638
639 # Intel 82586 Ethernet Controller
640 #
641 define i82586
642 file dev/ic/i82586.c i82586
643
644 # Intel 82596 Ethernet Controller
645 #
646 define i82596
647 file dev/ic/i82596.c i82596
648
649 # Intel 82557/82558/82559 Ethernet Controller
650 #
651 device fxp: ether, ifnet, arp, mii
652 file dev/ic/i82557.c fxp
653
654 # SEEQ 8005 Advanced Ethernet Data Link Controller
655 #
656 define seeq8005
657 file dev/ic/seeq8005.c seeq8005
658
659 # SMC 91Cxx Ethernet Controller
660 #
661 device sm: arp, ether, ifnet, mii, mii_bitbang
662 file dev/ic/smc91cxx.c sm
663
664 # SMC 83C170 EPIC/100 Fast Ethernet Controller
665 #
666 device epic: arp, ether, ifnet, mii
667 file dev/ic/smc83c170.c epic
668
669 # DEC SGEC Second Generation Ethernet Controller
670 #
671 define sgec
672 file dev/ic/sgec.c sgec
673
674 # MB86950 Ethernet Controller
675 #
676 define mb86950
677 file dev/ic/mb86950.c mb86950
678
679 # MB8696x Ethernet Controller
680 #
681 define mb86960
682 file dev/ic/mb86960.c mb86960
683
684 # Generic MB8696x Ethernet Controller driver
685 #
686 device mbe: arp, ether, ifnet, mb86960
687
688 # Interwave Am78C201 audio driver
689 #
690 define interwave
691 file dev/ic/interwave.c interwave
692
693 # TMS 320av110 MPEG2/audio driver
694 #
695 define tms320av110
696 file dev/ic/tms320av110.c tms320av110
697
698 # Novell NE2000-compatible Ethernet cards, based on the
699 # National Semiconductor DS8390.
700 #
701 defflag opt_ipkdb.h IPKDB_NE : IPKDB_DP8390
702 device ne: ether, ifnet, arp, dp8390nic, mii
703 file dev/ic/ne2000.c ne | ipkdb_ne
704
705 # 8250/16[45]50-based "com" ports
706 #
707 defflag opt_com.h COM_DEBUG COM_MPLOCK
708 # XXX In a perfect world, this would be done with attributes
709 defflag opt_com.h COM_16650 COM_HAYESP COM_PXA2X0
710 device com { } : tty
711 file dev/ic/com.c com needs-flag
712
713 # PC-like keyboard controller
714 #
715 device pckbc: pckbport
716 file dev/ic/pckbc.c pckbc needs-flag
717
718 device attimer
719 file dev/ic/attimer.c attimer needs-flag
720
721 # Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
722 #
723 device clmpcc: tty
724 file dev/ic/clmpcc.c clmpcc needs-flag
725
726 # National Semiconductor LM7[89]
727 #
728 device lm: sysmon_envsys
729 file dev/ic/nslm7x.c lm needs-flag
730
731 # Essential Communications Corp. HIPPI Interface
732 #
733 device esh: hippi, ifnet
734 file dev/ic/rrunner.c esh needs-flag
735
736 # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
737 #
738 device bah: ifnet, arc, arp
739 file dev/ic/smc90cx6.c bah
740
741 # OPL2/OPL3 FM synth driver
742 #
743 device opl: midibus, midisyn
744 file dev/ic/opl.c opl
745 file dev/ic/oplinstrs.c opl
746
747 # MPU401 MIDI UART compatibles
748 #
749 device mpu: midibus
750 file dev/ic/mpu.c mpu needs-flag
751
752 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
753 #
754 define ad1848
755 file dev/ic/ad1848.c ad1848
756
757 # AMD 7930 audio/ISDN codec
758 #
759 define am7930
760 file dev/ic/am7930.c am7930
761
762 # SPARC `SUNW,audiocs'
763 #
764 device audiocs: audiobus, auconv, ad1848
765 file dev/ic/cs4231.c audiocs
766
767 # AC-97 CODECs
768 #
769 define ac97
770 file dev/ic/ac97.c ac97
771
772 # Oki MSM6258 support code
773 #
774 define msm6258
775 file dev/ic/msm6258.c msm6258
776
777 # LSI64854 DMA controller back-end
778 #
779 define lsi64854
780 file dev/ic/lsi64854.c lsi64854
781
782 # Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
783 #
784 define cd18xx
785 file dev/ic/cd18xx.c cd18xx
786
787 # Realtek 8019/8029 NE2000-compatible network interface subroutines
788 #
789 define rtl80x9
790 file dev/ic/rtl80x9.c rtl80x9
791
792 # Realtek 8129/8139 Ethernet controllers
793 #
794 device rtk: ether, ifnet, arp, mii
795 file dev/ic/rtl81x9.c rtk | re
796
797 # Realtek 8169 Ethernet controllers
798 #
799 device re: ether, ifnet, arp, mii
800 file dev/ic/rtl8169.c re
801
802 # Common code for ESDI/IDE/etc. controllers
803 #
804 define wdc_common
805 device wdc: ata, wdc_common
806
807 device atabus: atapi,ata_hl
808 attach atabus at ata
809 file dev/ic/wdc.c atabus & wdc_common
810
811 # CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
812 #
813 device upc { [offset = -1] }
814 attach wdc at upc with wdc_upc
815 attach com at upc with com_upc
816 attach lpt at upc with lpt_upc
817 file dev/ic/upc.c upc
818 file dev/ic/wdc_upc.c wdc_upc
819 file dev/ic/com_upc.c com_upc
820 file dev/ic/lpt_upc.c lpt_upc
821
822 # Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
823 #
824 define wavelan
825 device wl: ether, ifnet, arp
826 file dev/ic/wavelan.c wavelan
827
828 # DECchip 21x4x Ethernet controller family, and assorted clones.
829 #
830 device tlp: arp, ether, ifnet, mii, mii_bitbang
831 file dev/ic/tulip.c tlp
832
833 # Adaptec AIC-6915 Ethernet interface
834 #
835 device sf: arp, ether, ifnet, mii
836 file dev/ic/aic6915.c sf
837
838 # Mostek time-of-day clock and NVRAM
839 #
840 define mk48txx
841 file dev/ic/mk48txx.c mk48txx
842
843 # Intersil 7170 time-of-day clock
844 #
845 define intersil7170
846 file dev/ic/intersil7170.c intersil7170
847
848 # National Semiconductor MM58167 time-of-day clock
849 #
850 define mm58167
851 file dev/ic/mm58167.c mm58167
852
853 # Motorola mc146818 (and compatible) time-of-day clock
854 #
855 define mc146818
856 file dev/ic/mc146818.c mc146818
857
858 # D-Link DL10019/10022 NE2000-compatible network interface subroutines
859 #
860 define dl10019
861 file dev/ic/dl10019.c dl10019
862
863 # ASIX AX88190 NE2000-compatible network interface subroutines
864 #
865 define ax88190
866 file dev/ic/ax88190.c ax88190
867
868 # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
869 #
870 device we: ether, ifnet, arp, dp8390nic
871 file dev/ic/we.c we
872
873 # Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
874 #
875 device ate: arp, ether, ifnet, mb86960
876
877 # Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
878 #
879 device fmv: arp, ether, ifnet, mb86960
880 file dev/ic/fmv.c fmv
881
882 # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
883 #
884 device cs: arp, ether, ifnet
885 device tscs: arp, ether, ifnet
886 file dev/ic/cs89x0.c cs | tscs
887
888 # Radio device attributes
889 #
890 define tea5757
891 file dev/ic/tea5757.c tea5757
892 define lm700x
893 file dev/ic/lm700x.c lm700x
894
895 # Definitions for wscons
896 # device attributes: display, display with emulator, keyboard, and mouse
897 #
898 define wsdisplaydev {[kbdmux = 1]}
899 define wsemuldisplaydev {[console = -1], [kbdmux = 1]}
900 define wskbddev {[console = -1], [mux = 1]}
901 define wsmousedev {[mux = 0]}
902 # attribute to pull in raster support
903 #
904 define wsrasteremulops
905 # common PC display functions
906 #
907 defflag opt_pcdisplay.h PCDISPLAY_SOFTCURSOR
908 define pcdisplayops
909 file dev/ic/pcdisplay_subr.c pcdisplayops
910 file dev/ic/pcdisplay_chars.c pcdisplayops
911 # VGA graphics
912 #
913 defparam opt_vga.h VGA_CONSOLE_SCREENTYPE
914 defflag opt_vga.h VGA_CONSOLE_ATI_BROKEN_FONTSEL
915 defflag opt_vga.h VGA_RASTERCONSOLE
916 defflag opt_vga.h VGA_RESET
917 device vga: wsemuldisplaydev, pcdisplayops
918 file dev/ic/vga.c vga & !vga_rasterconsole needs-flag
919 file dev/ic/vga_raster.c vga_rasterconsole needs-flag
920 file dev/ic/vga_subr.c vga | vga_rasterconsole
921 file dev/ic/vga_common.c vga | vga_rasterconsole
922 # Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
923 #
924 device igsfb: wsemuldisplaydev, wsrasteremulops, rasops8
925 file dev/ic/igsfb.c igsfb needs-flag
926 file dev/ic/igsfb_subr.c igsfb
927
928 # STI (hp graphics)
929 device sti: wsemuldisplaydev
930 file dev/ic/sti.c sti & (sti_pci | sti_sgc | sti_phantom)
931
932 # Attributes which machine-independent bus support can be attached to.
933 # These should be defined here, because some of these busses can have
934 # devices which provide these attributes, and we'd like to avoid hairy
935 # ordering constraints on inclusion of the busses' "files" files.
936 #
937 define isabus { } # ISA attachment
938 define eisabus { } # EISA attachment
939 define pcibus {[bus = -1]} # PCI attachment
940 define tcbus { } # TurboChannel attachment
941 define mcabus { } # MicroChannel attachment
942 define usbus { } # USB attachment
943 define fwbus {[idhi=-1],[idlo=-1]} # IEEE 1394 attachment
944 define vmebus { } # VME bus attachment
945 define acpibus { } # ACPI "bus" attachment
946 define pcmciabus { [controller = -1], [socket = -1]} # PCMCIA bus attachment
947 define cbbus {[slot = -1]} # CardBus attachment
948 define pcmciaslot {[slot = -1]} # PCMCIA slot itself
949
950 # We need the USB bus controllers here so different busses can
951 # use them in an 'attach-with'.
952 # UHCI USB controller
953 #
954
955 defparam USB_MEM_RESERVE
956
957 device uhci: usbus
958 file dev/usb/uhci.c uhci needs-flag
959
960 # OHCI USB controller
961 #
962 device ohci: usbus
963 file dev/usb/ohci.c ohci needs-flag
964
965 # EHCI USB controller
966 #
967 device ehci: usbus
968 file dev/usb/ehci.c ehci needs-flag
969
970 # SL811HS/T USB controller
971 defflag opt_slhci.h SLHCI_DEBUG
972 device slhci: usbus
973 file dev/ic/sl811hs.c slhci needs-flag
974
975 # Myson MTD803 3-in-1 Fast Ethernet Controller
976 device mtd: arp, ether, ifnet, mii
977 file dev/ic/mtd803.c mtd
978
979 # radio devices, attaches to radio hardware driver
980 device radio
981 attach radio at radiodev
982
983 #
984 # IEEE 1212 routines
985 define ieee1212
986 file dev/std/ieee1212.c ieee1212
987
988 #
989 # SBP2 routines for IEEE 1394
990 define sbp2
991 file dev/ieee1394/sbp2.c sbp2
992
993 # IEEE 1394 controllers
994 # (These need to be here since it will have both PCI and CardBus attachments)
995 #
996 device fwlynx: fwbus
997 device fwohci: fwbus
998
999 # Sony Programmable I/O Controller
1000 device spic: wsmousedev
1001 file dev/ic/spic.c spic
1002
1003 # IBM CPC700 PowerPC bridge
1004 define cpcbus { addr, [irq=-1] }
1005 device cpc: cpcbus, pcibus
1006 file dev/ic/cpc700.c cpc
1007
1008 attach com at cpcbus with com_cpcbus
1009 file dev/ic/com_cpcbus.c com_cpcbus
1010
1011 device cpctim
1012 attach cpctim at cpcbus
1013 file dev/ic/timer_cpcbus.c cpctim
1014
1015 device cpciic
1016 attach cpciic at cpcbus with iic_cpcbus
1017 file dev/ic/iic_cpcbus.c iic_cpcbus
1018
1019
1020 # Attribute used by various things that need BPF's virtual machine
1021 #
1022 define bpf_filter
1023 defparam opt_bpf.h BPF_BUFSIZE
1024
1025 # Attributes used by the ISDN subsystem
1026 #
1027 define isdndev # the ISDN subsystem
1028 define passive_isdn # files needed by passive cards (XXX - protocol
1029 # specific)
1030 define isdncapi # ISDN CAPI (http://www.capi.org/)
1031
1032 # The isac found on the Fritz V2.0 Card.
1033 define nisacsx
1034 file dev/ic/isacsx.c nisacsx needs-flag
1035
1036 # The 'standard' isac
1037 define nisac
1038 file dev/ic/isac.c nisac needs-flag
1039
1040 # ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
1041 #
1042 device isic: isdndev, passive_isdn, nisac
1043
1044 file dev/ic/isic.c isic
1045 file dev/ic/isic_l1.c isic|ifpci|ifritz
1046 file dev/ic/isic_l1fsm.c isic|ifpci|ifritz
1047 file dev/ic/hscx.c isic
1048 file dev/ic/isic_bchan.c isic
1049
1050 # (old) Diehl active ISDN cards
1051 #
1052 device daic: isdndev
1053 file dev/ic/daic.c daic
1054
1055 # AWM B1/T1
1056 # XXX: passive_isdn
1057 device iavc: isdndev, isdncapi, passive_isdn
1058 file dev/ic/iavc.c iavc
1059
1060 # legitimate pseudo-devices
1061 #
1062 defpseudo vnd: disk
1063 defpseudo ccd: disk
1064 defpseudo cgd: disk, des, blowfish, cast128, rijndael
1065 defpseudo md: disk
1066 defpseudo fss: disk
1067
1068 defpseudo pty: tty
1069 defpseudo tb: tty
1070 defpseudo rnd
1071 defpseudo ksyms
1072 defpseudo nullcons
1073
1074 defpseudo loop: ifnet
1075 defpseudo sl: ifnet
1076 defpseudo ppp: ifnet, bpf_filter
1077 defpseudo pppoe: ifnet, ether, sppp
1078 defpseudo sppp: ifnet
1079 defpseudo tun: ifnet
1080 defpseudo vlan: ifnet, ether
1081 defpseudo bridge: ifnet, ether
1082 defpseudo bpfilter: ifnet, bpf_filter
1083 defpseudo strip: ifnet
1084 defpseudo gre: ifnet
1085 defpseudo gif: ifnet
1086 defpseudo faith: ifnet
1087 defpseudo stf: ifnet
1088 defpseudo tap {[unit = -1]}: ifnet, ether, bpf_filter
1089
1090 defpseudo sequencer
1091 defpseudo clockctl
1092 defpseudo irix_kmem
1093 defpseudo irix_usema
1094
1095 # ISDN userland pseudo devices
1096 #
1097 defpseudo isdntrc: isdndev, tty
1098 defpseudo isdnbchan: isdndev, tty
1099 defpseudo isdntel: isdndev, tty
1100 defpseudo isdnctl: isdndev, tty
1101 defpseudo isdn: isdndev, tty
1102
1103 # ISDN network interfaces
1104 defpseudo irip: isdndev, ifnet
1105 defflag opt_irip.h IRIP_VJ
1106 defpseudo ippp: isdndev, sppp, ifnet
1107
1108 # KTTCP network throughput testing pseudo-device
1109 defpseudo kttcp
1110 file dev/kttcp.c kttcp needs-flag
1111
1112 # Verified exec fingerprint loader pseudo-device
1113 defpseudo veriexec
1114 file kern/kern_verifiedexec.c veriexec needs-flag
1115 file dev/verified_exec.c veriexec needs-flag
1116
1117 # isochronous pseudo device for IEEE 1394, i.LINK or FireWire
1118 defpseudo fwiso: ieee1394
1119
1120 # driver attach / detach user interface
1121 defpseudo drvctl
1122 file kern/kern_drvctl.c drvctl
1123
1124 #
1125 # File systems
1126 #
1127 include "coda/files.coda"
1128 include "fs/adosfs/files.adosfs"
1129 include "fs/cd9660/files.cd9660"
1130 include "fs/filecorefs/files.filecorefs"
1131 include "fs/msdosfs/files.msdosfs"
1132 include "fs/ntfs/files.ntfs"
1133 include "fs/ptyfs/files.ptyfs"
1134 include "fs/smbfs/files.smbfs"
1135 include "fs/union/files.union"
1136 include "miscfs/fdesc/files.fdesc"
1137 include "miscfs/kernfs/files.kernfs"
1138 include "miscfs/nullfs/files.nullfs"
1139 include "miscfs/overlay/files.overlay"
1140 include "miscfs/portal/files.portal"
1141 include "miscfs/procfs/files.procfs"
1142 include "miscfs/umapfs/files.umapfs"
1143 include "nfs/files.nfs"
1144 include "ufs/files.ufs"
1145
1146 #
1147 # kernel sources
1148 #
1149 file ddb/db_access.c ddb | kgdb
1150 file ddb/db_aout.c ddb
1151 file ddb/db_break.c ddb
1152 file ddb/db_command.c ddb
1153 file ddb/db_examine.c ddb
1154 file ddb/db_expr.c ddb
1155 file ddb/db_input.c ddb
1156 file ddb/db_lex.c ddb
1157 file ddb/db_output.c ddb
1158 file ddb/db_print.c ddb
1159 file ddb/db_run.c ddb | kgdb
1160 file ddb/db_sym.c ddb
1161 file ddb/db_trap.c ddb
1162 file ddb/db_variables.c ddb
1163 file ddb/db_watch.c ddb
1164 file ddb/db_write_cmd.c ddb
1165 file ddb/db_xxx.c ddb
1166 file dev/auconv.c auconv | mulaw
1167 file dev/audio.c audio | midi | midibus needs-flag
1168 file dev/audiobell.c audiobell
1169 file dev/aurateconv.c aurateconv needs-flag
1170 file dev/ccd.c ccd needs-flag
1171 file dev/cgd.c cgd needs-flag
1172 file dev/cgd_crypto.c cgd
1173 file dev/clock_subr.c
1174 file dev/clockctl.c clockctl needs-flag
1175 file dev/dksubr.c cgd | xbd
1176 file dev/dkwedge/dk.c
1177 file dev/dkwedge/dkwedge_bsdlabel.c dkwedge_method_bsdlabel
1178 file dev/dkwedge/dkwedge_gpt.c dkwedge_method_gpt
1179 file dev/dkwedge/dkwedge_mbr.c dkwedge_method_mbr
1180 file dev/fss.c fss needs-count
1181 file dev/md.c md needs-count
1182 file dev/midi.c midi | midibus needs-flag
1183 file dev/midisyn.c midisyn
1184 file dev/mm.c
1185 file dev/mulaw.c mulaw needs-flag
1186 file dev/nullcons_subr.c nullcons needs-flag
1187 file dev/radio.c radio needs-flag
1188 file dev/rnd.c rnd needs-flag
1189 file dev/rndpool.c rnd needs-flag
1190 file dev/sequencer.c sequencer needs-flag
1191 file dev/vnd.c vnd needs-flag
1192 file kern/bufq_disksort.c #bufq_disksort
1193 file kern/bufq_fcfs.c #bufq_fcfs
1194 file kern/bufq_priocscan.c bufq_priocscan
1195 file kern/bufq_readprio.c bufq_readprio | new_bufq_strategy
1196 file kern/core_elf32.c exec_elf32
1197 file kern/core_elf64.c exec_elf64
1198 file kern/core_netbsd.c exec_aout | exec_coff | exec_ecoff |
1199 exec_macho | lkm
1200 file kern/cnmagic.c
1201 file kern/exec_aout.c exec_aout
1202 file kern/exec_conf.c
1203 file kern/exec_ecoff.c exec_ecoff
1204 file kern/exec_elf32.c exec_elf32
1205 file kern/exec_elf64.c exec_elf64
1206 file kern/exec_macho.c exec_macho
1207 file kern/exec_script.c exec_script
1208 file kern/exec_subr.c
1209 file kern/init_main.c
1210 file kern/init_sysctl.c
1211 file kern/init_sysent.c
1212 file kern/kern_acct.c
1213 file kern/kern_clock.c
1214 file kern/kern_descrip.c
1215 file kern/kern_event.c
1216 file kern/kern_exec.c
1217 file kern/kern_exit.c
1218 file kern/kern_fork.c
1219 file kern/kern_kcont.c kcont
1220 file kern/kern_kthread.c
1221 file kern/kern_ktrace.c
1222 file kern/kern_ksyms.c ksyms | ddb | lkm needs-flag
1223 file kern/kern_lkm.c lkm
1224 file kern/kern_lock.c
1225 file kern/kern_lwp.c
1226 file kern/kern_malloc.c
1227 file kern/kern_malloc_debug.c malloc_debug
1228 file kern/kern_ntptime.c
1229 file kern/kern_physio.c
1230 file kern/kern_proc.c
1231 file kern/kern_prot.c
1232 file kern/kern_ras.c
1233 file kern/kern_resource.c
1234 file kern/kern_sa.c
1235 file kern/kern_sig.c
1236 file kern/kern_systrace.c systrace
1237 file kern/kern_subr.c
1238 file kern/kern_synch.c
1239 file kern/kern_sysctl.c
1240 file kern/kern_time.c
1241 file kern/kern_timeout.c
1242 file kern/kern_uuid.c
1243 file kern/kern_xxx.c
1244 file kern/kgdb_stub.c kgdb
1245 file kern/subr_autoconf.c
1246 file kern/subr_blist.c
1247 file kern/subr_devsw.c
1248 file kern/subr_disk.c
1249 file kern/subr_evcnt.c
1250 file kern/subr_extent.c
1251 file kern/subr_log.c
1252 file kern/subr_pool.c
1253 file kern/subr_prf.c
1254 file kern/subr_prof.c
1255 file kern/subr_prop.c
1256 file kern/subr_userconf.c userconf
1257 file kern/subr_xxx.c
1258 file kern/sys_generic.c
1259 file kern/sys_pipe.c !pipe_socketpair
1260 file kern/sys_pmc.c
1261 file kern/sys_process.c
1262 file kern/sys_socket.c
1263 file kern/syscalls.c syscall_debug
1264 file kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg
1265 file kern/sysv_msg.c sysvmsg
1266 file kern/sysv_sem.c sysvsem
1267 file kern/sysv_shm.c sysvshm
1268 file kern/tty.c
1269 file kern/tty_conf.c
1270 file kern/tty_bsdpty.c compat_bsdpty
1271 file kern/tty_pty.c pty needs-flag
1272 file kern/tty_ptm.c pty
1273 file kern/tty_subr.c
1274 file kern/tty_tb.c tb needs-count
1275 file kern/tty_tty.c
1276 file kern/uipc_domain.c
1277 file kern/uipc_mbuf.c
1278 file kern/uipc_mbuf2.c
1279 file kern/uipc_proto.c
1280 file kern/uipc_sem.c p1003_1b_semaphore
1281 file kern/uipc_socket.c
1282 file kern/uipc_socket2.c
1283 file kern/uipc_syscalls.c
1284 file kern/uipc_usrreq.c
1285 file kern/vfs_bio.c
1286 file kern/vfs_cache.c
1287 file kern/vfs_getcwd.c
1288 file kern/vfs_init.c
1289 file kern/vfs_lockf.c
1290 file kern/vfs_lookup.c
1291 file kern/vfs_subr.c
1292 file kern/vfs_syscalls.c
1293 file kern/vfs_vnops.c
1294 file kern/vnode_if.c
1295 file miscfs/deadfs/dead_vnops.c
1296 file miscfs/fifofs/fifo_vnops.c
1297 file miscfs/genfs/genfs_vnops.c
1298 file miscfs/genfs/layer_subr.c nullfs | overlay | umapfs | lkm
1299 file miscfs/genfs/layer_vfsops.c nullfs | overlay | umapfs | lkm
1300 file miscfs/genfs/layer_vnops.c nullfs | overlay | umapfs | lkm
1301 file miscfs/specfs/spec_vnops.c
1302 file miscfs/syncfs/sync_subr.c
1303 file miscfs/syncfs/sync_vnops.c
1304 file net/bpf.c bpfilter needs-flag
1305 file net/bpf_filter.c bpf_filter
1306 file net/bsd-comp.c ppp & ppp_bsdcomp
1307 file net/if.c
1308 file net/if_arcsubr.c arc needs-flag
1309 file net/if_atmsubr.c atm
1310 file net/if_bridge.c bridge needs-flag
1311 file net/bridgestp.c bridge
1312 file net/if_ecosubr.c eco
1313 file net/if_ethersubr.c ether | fddi | netatalk | token |
1314 wlan
1315 file net/if_faith.c faith & inet & inet6 needs-flag
1316 file net/if_fddisubr.c fddi needs-flag
1317 file net/if_gif.c gif needs-flag
1318 file net/if_gre.c gre needs-flag
1319 file net/if_hippisubr.c hippi needs-flag
1320 file net/if_ieee1394subr.c ieee1394
1321 file net/if_loop.c loop needs-flag
1322 file net/if_media.c
1323 file net/if_ppp.c ppp needs-flag
1324 file net/if_stf.c stf & inet & inet6 needs-flag
1325 file net/if_sl.c sl needs-flag
1326 file net/if_spppsubr.c sppp
1327 file net/if_strip.c strip needs-flag
1328 file net/if_tokensubr.c token needs-flag
1329 file net/if_tap.c tap needs-flag
1330 file net/if_tun.c tun needs-flag
1331 file net/if_vlan.c vlan needs-flag
1332 file net/if_pppoe.c pppoe needs-flag
1333 file net/pfil.c pfil_hooks | ipfilter
1334 file net/ppp-deflate.c ppp & ppp_deflate
1335 file net/ppp_tty.c ppp
1336 file net/radix.c
1337 file net/raw_cb.c
1338 file net/raw_usrreq.c
1339 file net/route.c
1340 file net/rtsock.c
1341 file net/slcompress.c sl | ppp | strip | (irip & irip_vj)
1342 file net/zlib.c (ppp & ppp_deflate) | ipsec | opencrypto
1343 file net80211/ieee80211.c wlan
1344 file net80211/ieee80211_acl.c wlan
1345 file net80211/ieee80211_crypto.c wlan
1346 file net80211/ieee80211_crypto_ccmp.c wlan
1347 file net80211/ieee80211_crypto_none.c wlan
1348 file net80211/ieee80211_crypto_tkip.c wlan
1349 file net80211/ieee80211_crypto_wep.c wlan
1350 file net80211/ieee80211_input.c wlan
1351 file net80211/ieee80211_ioctl.c wlan
1352 file net80211/ieee80211_netbsd.c wlan
1353 file net80211/ieee80211_node.c wlan
1354 file net80211/ieee80211_output.c wlan
1355 file net80211/ieee80211_proto.c wlan
1356 file net80211/ieee80211_rssadapt.c wlan
1357 file net80211/ieee80211_xauth.c wlan
1358 file netinet/if_arp.c arp | netatalk needs-flag
1359 file netinet/if_atm.c atm
1360 file netinet/in_gif.c gif & inet
1361 file netinet/ip_ecn.c ipsec | fast_ipsec | gif | stf
1362 file netinet/ip_encap.c inet | inet6
1363 file netinet/ip_gre.c inet & gre
1364 file netinet6/in6_gif.c gif & inet6
1365
1366 file uvm/uvm_amap.c
1367 file uvm/uvm_anon.c
1368 file uvm/uvm_aobj.c
1369 file uvm/uvm_bio.c
1370 file uvm/uvm_device.c
1371 file uvm/uvm_fault.c
1372 file uvm/uvm_glue.c
1373 file uvm/uvm_init.c
1374 file uvm/uvm_io.c
1375 file uvm/uvm_km.c
1376 file uvm/uvm_loan.c
1377 file uvm/uvm_map.c
1378 file uvm/uvm_meter.c
1379 file uvm/uvm_mmap.c
1380 file uvm/uvm_page.c
1381 file uvm/uvm_pager.c
1382 file uvm/uvm_pdaemon.c
1383 file uvm/uvm_pglist.c
1384 file uvm/uvm_stat.c
1385 file uvm/uvm_swap.c
1386 file uvm/uvm_unix.c
1387 file uvm/uvm_user.c
1388 file uvm/uvm_vnode.c
1389
1390 file netisdn/i4b_ctl.c isdnctl needs-flag
1391 file netisdn/i4b_isppp.c ippp needs-count
1392 file netisdn/i4b_ipr.c irip needs-count
1393 file netisdn/i4b_rbch.c isdnbchan needs-count
1394 file netisdn/i4b_tel.c isdntel needs-count
1395 file netisdn/i4b_trace.c isdntrc needs-count
1396
1397 file netisdn/i4b_mbuf.c passive_isdn
1398 file netisdn/i4b_l2.c passive_isdn
1399 file netisdn/i4b_l2fsm.c passive_isdn
1400 file netisdn/i4b_uframe.c passive_isdn
1401 file netisdn/i4b_tei.c passive_isdn
1402 file netisdn/i4b_sframe.c passive_isdn
1403 file netisdn/i4b_iframe.c passive_isdn
1404 file netisdn/i4b_l2timer.c passive_isdn
1405 file netisdn/i4b_util.c passive_isdn
1406 file netisdn/i4b_lme.c passive_isdn
1407 # Q.931 handler
1408 file netisdn/i4b_q931.c passive_isdn
1409 file netisdn/i4b_q932fac.c passive_isdn
1410 file netisdn/i4b_l3fsm.c passive_isdn
1411 file netisdn/i4b_l3timer.c passive_isdn
1412 file netisdn/i4b_l2if.c passive_isdn
1413 file netisdn/i4b_l4if.c passive_isdn
1414 # isdn device driver, interface to isdnd
1415 file netisdn/i4b_i4bdrv.c isdn needs-flag
1416 file netisdn/i4b_l4.c isdndev needs-flag
1417 file netisdn/i4b_l4mgmt.c isdndev needs-flag
1418 file netisdn/i4b_l4timer.c isdndev needs-flag
1419 # capi
1420 file netisdn/i4b_capi_l4if.c isdncapi
1421 file netisdn/i4b_capi_llif.c isdncapi
1422 file netisdn/i4b_capi_msgs.c isdncapi
1423
1424 # Game adapter (joystick)
1425 device joy
1426 file dev/ic/joy.c joy needs-flag
1427
1428 file dev/ieee1394/fwiso.c fwiso needs-count
1429
1430 include "net/agr/files.agr"
1431