Print this page
8368 remove warlock leftovers from usr/src/uts
*** 22,33 ****
/*
* Copyright (c) 1999-2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* hci1394_async.c
* These routines manipulate the 1394 asynchronous dma engines. This
* includes incoming and outgoing reads, writes, and locks and their
* associated responses.
--- 22,31 ----
*** 132,143 ****
static void hci1394_async_pending_timeout(hci1394_tlist_node_t *node,
void *arg);
static uint_t hci1394_async_timeout_calc(hci1394_async_handle_t async_handle,
uint_t current_time);
- _NOTE(SCHEME_PROTECTS_DATA("unique", msgb))
-
/*
* hci1394_async_init()
* Initialize the async DMA engines and state. We init the tlabels; ATREQ
* pending Q; and ATREQ, ARRESP, ARREQ, and ATRESP Q's. init() returns a
* handle to be used in rest of the functions.
--- 130,139 ----