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.c:aac_tran_init_pkt/aac_cmd_fib target \ 41 aac_cmd_fib_rawio \ 42 aac_cmd_fib_brw64 \ 43 aac_cmd_fib_brw 44 45root aac_intr_old aac_intr_new aac_fm_error_cb 46 47add scsi_pkt::pkt_comp target \ 48 aac_tran_destroy_pkt \ 49 aac_tran_init_pkt \ 50 aac_tran_start \ 51 aac_tran_abort \ 52 aac_tran_reset \ 53 aac_tran_setcap \ 54 aac_tran_getcap \ 55 aac_tran_dmafree \ 56 aac_tran_tgt_init \ 57 aac_tran_sync_pkt 58 59for ptr in `funcptrs | grep '^scsi_hba_tran::'` 60do 61 add $ptr target warlock_dummy 62done 63root scsi_hba_bus_power 64