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 2007 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29one aac_softstate 30 31add aac_softstate::aac_if.aif_get_fwstatus target \ 32 aac_rx_get_fwstatus \ 33 aac_rkt_get_fwstatus 34add aac_softstate::aac_if.aif_get_mailbox target \ 35 aac_rx_get_mailbox \ 36 aac_rkt_get_mailbox 37add aac_softstate::aac_if.aif_set_mailbox target \ 38 aac_rx_set_mailbox \ 39 aac_rkt_set_mailbox 40add aac_cmd::aac_cmd_fib target \ 41 aac_cmd_fib_rawio \ 42 aac_cmd_fib_brw64 \ 43 aac_cmd_fib_brw \ 44 aac_cmd_fib_copy \ 45 aac_cmd_fib_scsi32 \ 46 aac_cmd_fib_scsi64 47add aac_softstate::aac_cmd_fib_scsi target \ 48 aac_cmd_fib_scsi32 \ 49 aac_cmd_fib_scsi64 50 51root aac_intr_old aac_intr_new aac_fm_error_cb 52 53add scsi_pkt::pkt_comp target \ 54 aac_tran_destroy_pkt \ 55 aac_tran_init_pkt \ 56 aac_tran_start \ 57 aac_tran_abort \ 58 aac_tran_reset \ 59 aac_tran_setcap \ 60 aac_tran_getcap \ 61 aac_tran_dmafree \ 62 aac_tran_tgt_init \ 63 aac_tran_sync_pkt 64 65for ptr in `funcptrs | grep '^scsi_hba_tran::'` 66do 67 add $ptr target warlock_dummy 68done 69root scsi_hba_bus_power 70