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