Print this page
8368 remove warlock leftovers from usr/src/uts
*** 22,33 ****
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* hci1394_q.c
* This code decouples some of the OpenHCI async descriptor logic/structures
* from the async processing. The goal was to combine as much of the
* duplicate code as possible for the different type of async transfers
--- 22,31 ----
*** 75,86 ****
hci1394_q_cmd_t *cmd, h1394_mblk_t *mblk);
static void hci1394_q_ar_write_IM(hci1394_q_handle_t q_handle,
hci1394_q_buf_t *qbuf, uint32_t io_addr, uint_t datasize);
- _NOTE(SCHEME_PROTECTS_DATA("unique", msgb))
-
/*
* hci1394_q_init()
* Initialize a Q. A Q consists of a descriptor buffer and a data buffer and
* can be either an AT or AR Q. hci1394_q_init() returns a handle which
* should be used for the reset of the hci1394_q_* calls.
--- 73,82 ----