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