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