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