No empty .Rs/.Re
[netbsd-mini2440.git] / sys / dev / adb / files.adb
blob2a7ac144fb60ac560f1e1b65a24ab6a43cf84aca
1 #
2 # $NetBSD: files.adb,v 1.4 2007/02/20 01:27:25 macallan Exp $
4 # Apple Desktop Bus protocol and drivers
6 defflag adbdebug.h ADB_DEBUG
7 defflag adbdebug.h ADBKBD_DEBUG
8 defflag adbdebug.h ADBMS_DEBUG
9 defflag adbdebug.h ADBBT_DEBUG
10 defflag adbdebug.h ADBKBD_POWER_PANIC
12 define adb_bus {}
14 device nadb {}
15 attach nadb at adb_bus
16 file dev/adb/adb_bus.c nadb needs-flag
18 device adbkbd : wskbddev, wsmousedev, sysmon_power, sysmon_taskq
19 attach adbkbd at nadb
20 file dev/adb/adb_kbd.c adbkbd needs-flag
22 device adbbt : wskbddev
23 attach adbbt at nadb
24 file dev/adb/adb_bt.c adbbt
26 device adbms : wsmousedev
27 attach adbms at nadb
28 file dev/adb/adb_ms.c adbms needs-flag