15257Spl196000# 25257Spl196000# CDDL HEADER START 35257Spl196000# 45257Spl196000# The contents of this file are subject to the terms of the 55257Spl196000# Common Development and Distribution License (the "License"). 65257Spl196000# You may not use this file except in compliance with the License. 75257Spl196000# 85257Spl196000# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95257Spl196000# or http://www.opensolaris.org/os/licensing. 105257Spl196000# See the License for the specific language governing permissions 115257Spl196000# and limitations under the License. 125257Spl196000# 135257Spl196000# When distributing Covered Code, include this CDDL HEADER in each 145257Spl196000# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155257Spl196000# If applicable, add the following below this CDDL HEADER, with the 165257Spl196000# fields enclosed by brackets "[]" replaced with your own identifying 175257Spl196000# information: Portions Copyright [yyyy] [name of copyright owner] 185257Spl196000# 195257Spl196000# CDDL HEADER END 205257Spl196000# 215257Spl196000 225257Spl196000# 23*11964SXin.Chen@Sun.COM# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 245257Spl196000# Use is subject to license terms. 255257Spl196000# 265257Spl196000one aac_softstate 275257Spl196000 285257Spl196000add aac_softstate::aac_if.aif_get_fwstatus target \ 295257Spl196000 aac_rx_get_fwstatus \ 305257Spl196000 aac_rkt_get_fwstatus 315257Spl196000add aac_softstate::aac_if.aif_get_mailbox target \ 325257Spl196000 aac_rx_get_mailbox \ 335257Spl196000 aac_rkt_get_mailbox 345257Spl196000add aac_softstate::aac_if.aif_set_mailbox target \ 355257Spl196000 aac_rx_set_mailbox \ 365257Spl196000 aac_rkt_set_mailbox 375678Spl196000add aac_cmd::aac_cmd_fib target \ 385257Spl196000 aac_cmd_fib_rawio \ 395257Spl196000 aac_cmd_fib_brw64 \ 405678Spl196000 aac_cmd_fib_brw \ 415678Spl196000 aac_cmd_fib_copy \ 425678Spl196000 aac_cmd_fib_scsi32 \ 435678Spl196000 aac_cmd_fib_scsi64 445678Spl196000add aac_softstate::aac_cmd_fib_scsi target \ 455678Spl196000 aac_cmd_fib_scsi32 \ 465678Spl196000 aac_cmd_fib_scsi64 475257Spl196000 48*11964SXin.Chen@Sun.COMroot aac_intr_old aac_intr_new aac_fm_error_cb aac_name_node aac_quiesce 495257Spl196000 505257Spl196000add scsi_pkt::pkt_comp target \ 515257Spl196000 aac_tran_destroy_pkt \ 525257Spl196000 aac_tran_init_pkt \ 535257Spl196000 aac_tran_start \ 545257Spl196000 aac_tran_abort \ 555257Spl196000 aac_tran_reset \ 565257Spl196000 aac_tran_setcap \ 575257Spl196000 aac_tran_getcap \ 585257Spl196000 aac_tran_dmafree \ 595257Spl196000 aac_tran_tgt_init \ 605257Spl196000 aac_tran_sync_pkt 615257Spl196000 625257Spl196000for ptr in `funcptrs | grep '^scsi_hba_tran::'` 635257Spl196000do 645257Spl196000 add $ptr target warlock_dummy 655257Spl196000done 665257Spl196000root scsi_hba_bus_power 67