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