The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/adb/files.adb

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # 
    2 #       $NetBSD: files.adb,v 1.5 2007/04/16 23:34:43 macallan Exp $
    3 #
    4 # Apple Desktop Bus protocol and drivers
    5 
    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
   11 
   12 define adb_bus {}
   13 
   14 device nadb {}
   15 attach nadb at adb_bus
   16 file dev/adb/adb_bus.c          nadb needs-flag
   17 
   18 device adbkbd : wskbddev, wsmousedev, sysmon_power, sysmon_taskq
   19 attach adbkbd at nadb
   20 file dev/adb/adb_kbd.c          adbkbd needs-flag
   21 
   22 device adbbt : wskbddev
   23 attach adbbt at nadb
   24 file dev/adb/adb_bt.c           adbbt
   25 
   26 device adbms : wsmousedev
   27 attach adbms at nadb
   28 file dev/adb/adb_ms.c           adbms needs-flag

Cache object: 5027967a5b8d156c007b9c57d8d06ad4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.