Print this page
4888 Undocument dma_req(9s)
4884 EOF scsi_hba_attach
4886 EOF ddi_dmae_getlim
4887 EOF ddi_iomin
4634 undocument scsi_hba_attach() and ddi_dma_lim(9s)
4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free
*** 18,27 ****
--- 18,28 ----
*
* CDDL HEADER END
*/
/*
* Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
*/
#ifndef _SYS_SCSI_IMPL_TRANSPORT_H
#define _SYS_SCSI_IMPL_TRANSPORT_H
*** 351,367 ****
struct modlinkage *modlp);
void scsi_hba_fini(
struct modlinkage *modlp);
- int scsi_hba_attach(
- dev_info_t *hba_dip,
- ddi_dma_lim_t *hba_lim,
- scsi_hba_tran_t *tran,
- int flags,
- void *hba_options);
-
int scsi_hba_attach_setup(
dev_info_t *hba_dip,
ddi_dma_attr_t *hba_dma_attr,
scsi_hba_tran_t *tran,
int flags);
--- 352,361 ----