Print this page
8368 remove warlock leftovers from usr/src/uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/1394/adapters/hci1394_async.c
          +++ new/usr/src/uts/common/io/1394/adapters/hci1394_async.c
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * fields enclosed by brackets "[]" replaced with your own identifying
  18   18   * information: Portions Copyright [yyyy] [name of copyright owner]
  19   19   *
  20   20   * CDDL HEADER END
  21   21   */
  22   22  /*
  23   23   * Copyright (c) 1999-2000 by Sun Microsystems, Inc.
  24   24   * All rights reserved.
  25   25   */
  26   26  
  27      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  28      -
  29   27  /*
  30   28   * hci1394_async.c
  31   29   *    These routines manipulate the 1394 asynchronous dma engines.  This
  32   30   *    includes incoming and outgoing reads, writes, and locks and their
  33   31   *    associated responses.
  34   32   */
  35   33  
  36   34  #include <sys/conf.h>
  37   35  #include <sys/ddi.h>
  38   36  #include <sys/modctl.h>
↓ open down ↓ 88 lines elided ↑ open up ↑
 127  125  static void hci1394_async_arreq_flush(hci1394_async_handle_t async_handle);
 128  126  static void hci1394_async_atresp_flush(hci1394_async_handle_t async_handle);
 129  127  static void hci1394_async_pending_list_flush(hci1394_async_handle_t
 130  128      async_handle);
 131  129  
 132  130  static void hci1394_async_pending_timeout(hci1394_tlist_node_t *node,
 133  131      void *arg);
 134  132  static uint_t hci1394_async_timeout_calc(hci1394_async_handle_t async_handle,
 135  133      uint_t current_time);
 136  134  
 137      -_NOTE(SCHEME_PROTECTS_DATA("unique", msgb))
 138      -
 139  135  /*
 140  136   * hci1394_async_init()
 141  137   *    Initialize the async DMA engines and state. We init the tlabels; ATREQ
 142  138   *    pending Q; and ATREQ, ARRESP, ARREQ, and ATRESP Q's. init() returns a
 143  139   *    handle to be used in rest of the functions.
 144  140   */
 145  141  int
 146  142  hci1394_async_init(hci1394_drvinfo_t *drvinfo,
 147  143      hci1394_ohci_handle_t ohci_handle, hci1394_csr_handle_t csr_handle,
 148  144      hci1394_async_handle_t *async_handle)
↓ open down ↓ 3702 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX