24 lines
526 B
Ada
24 lines
526 B
Ada
#
|
|
# $NetBSD: files.adb,v 1.3 2007/02/10 03:38:47 tsutsui Exp $
|
|
#
|
|
# Apple Desktop Bus protocol and drivers
|
|
|
|
defflag adbdebug.h ADB_DEBUG
|
|
defflag adbdebug.h ADBKBD_DEBUG
|
|
defflag adbdebug.h ADBMS_DEBUG
|
|
defflag adbdebug.h ADBKBD_POWER_PANIC
|
|
|
|
define adb_bus {}
|
|
|
|
device nadb {}
|
|
attach nadb at adb_bus
|
|
file dev/adb/adb_bus.c nadb needs-flag
|
|
|
|
device adbkbd : wskbddev, wsmousedev
|
|
attach adbkbd at nadb
|
|
file dev/adb/adb_kbd.c adbkbd needs-flag
|
|
|
|
device adbms : wsmousedev
|
|
attach adbms at nadb
|
|
file dev/adb/adb_ms.c adbms needs-flag
|