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

*** 22,33 **** /* * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* * hci1394_buf.c * These routines handle IO mapped memory. They include routines to alloc and * free IO mapped memory and a routine to get the adapters default dma * attributes. These routines are meant to be called from the base context. --- 22,31 ----
*** 105,115 **** /* save away pointer to general info */ buf->bu_drvinfo = drvinfo; /* Get the default DMA attributes and override sgllen and alignment */ - _NOTE(SCHEME_PROTECTS_DATA("unique (on stack)", ddi_dma_attr_t)) hci1394_buf_attr_get(&dma_attr); dma_attr.dma_attr_sgllen = parms->bp_max_cookies; dma_attr.dma_attr_align = parms->bp_alignment; status = ddi_dma_alloc_handle(drvinfo->di_dip, &dma_attr, --- 103,112 ----