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