1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26one aac_softstate
27
28add aac_softstate::aac_if.aif_get_fwstatus target \
29	aac_rx_get_fwstatus \
30	aac_rkt_get_fwstatus
31add aac_softstate::aac_if.aif_get_mailbox target \
32	aac_rx_get_mailbox \
33	aac_rkt_get_mailbox
34add aac_softstate::aac_if.aif_set_mailbox target \
35	aac_rx_set_mailbox \
36	aac_rkt_set_mailbox
37add aac_cmd::aac_cmd_fib target \
38	aac_cmd_fib_rawio \
39	aac_cmd_fib_brw64 \
40	aac_cmd_fib_brw \
41	aac_cmd_fib_copy \
42	aac_cmd_fib_scsi32 \
43	aac_cmd_fib_scsi64
44add aac_softstate::aac_cmd_fib_scsi target \
45	aac_cmd_fib_scsi32 \
46	aac_cmd_fib_scsi64
47
48root aac_intr_old aac_intr_new aac_fm_error_cb aac_name_node aac_quiesce
49
50add scsi_pkt::pkt_comp target \
51	aac_tran_destroy_pkt \
52	aac_tran_init_pkt \
53	aac_tran_start \
54	aac_tran_abort \
55	aac_tran_reset \
56	aac_tran_setcap \
57	aac_tran_getcap \
58	aac_tran_dmafree \
59	aac_tran_tgt_init \
60	aac_tran_sync_pkt
61
62for ptr in `funcptrs | grep '^scsi_hba_tran::'`
63do
64        add $ptr target warlock_dummy
65done
66root    scsi_hba_bus_power
67