1*3138Sfrits# 2*3138Sfrits# CDDL HEADER START 3*3138Sfrits# 4*3138Sfrits# The contents of this file are subject to the terms of the 5*3138Sfrits# Common Development and Distribution License (the "License"). 6*3138Sfrits# You may not use this file except in compliance with the License. 7*3138Sfrits# 8*3138Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3138Sfrits# or http://www.opensolaris.org/os/licensing. 10*3138Sfrits# See the License for the specific language governing permissions 11*3138Sfrits# and limitations under the License. 12*3138Sfrits# 13*3138Sfrits# When distributing Covered Code, include this CDDL HEADER in each 14*3138Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3138Sfrits# If applicable, add the following below this CDDL HEADER, with the 16*3138Sfrits# fields enclosed by brackets "[]" replaced with your own identifying 17*3138Sfrits# information: Portions Copyright [yyyy] [name of copyright owner] 18*3138Sfrits# 19*3138Sfrits# CDDL HEADER END 20*3138Sfrits# 21*3138Sfrits# 22*3138Sfrits# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*3138Sfrits# Use is subject to license terms. 24*3138Sfrits# 25*3138Sfrits 26*3138Sfrits#ident "%Z%%M% %I% %E% SMI" 27*3138Sfrits 28*3138Sfritsone scsi_device 29*3138Sfritsone esp 30*3138Sfrits 31*3138Sfritsadd notify_entry::callback target warlock_dummy 32*3138Sfritsadd esp_cmd::cmd_pkt.pkt_comp targets ses.c:ses_callback 33*3138Sfrits 34*3138Sfrits#assert order esp::e_mutex scsi_device::sd_mutex 35*3138Sfritsassert order scsi_device::sd_mutex esp::e_mutex 36*3138Sfrits 37*3138Sfritsignore esp_kmem_cache_constructor esp_kmem_cache_destructor 38*3138Sfritsignore esp.c:esp_scsi_dmafree esp.c:esp_scsi_sync_pkt 39*3138Sfritsignore esp.c:esp_abort esp.c:esp_scsi_reset_notify 40*3138Sfritsignore esp.c:esp_complete_arq_pkt esp.c:esp_call_pkt_comp 41*3138Sfrits 42*3138Sfritsroot scsi_hba_reset_notify_setup 43*3138Sfrits 44*3138Sfrits 45*3138Sfritsroot ses_runcmd 46*3138Sfrits 47*3138Sfritsadd ses_softc::ses_vec.get_encstat target safte_get_encstat 48*3138Sfritsadd ses_softc::ses_vec.get_objstat target safte_get_objstat 49*3138Sfritsadd ses_softc::ses_vec.init_enc target safte_init_enc 50*3138Sfritsadd ses_softc::ses_vec.set_encstat target safte_set_encstat 51*3138Sfritsadd ses_softc::ses_vec.set_objstat target safte_set_objstat 52*3138Sfritsadd ses_softc::ses_vec.softc_init target safte_softc_init 53*3138Sfrits 54*3138Sfritsadd ses_softc::ses_vec.get_encstat target sen_get_encstat 55*3138Sfritsadd ses_softc::ses_vec.get_objstat target sen_get_objstat 56*3138Sfritsadd ses_softc::ses_vec.init_enc target sen_init_enc 57*3138Sfritsadd ses_softc::ses_vec.set_encstat target sen_set_encstat 58*3138Sfritsadd ses_softc::ses_vec.set_objstat target sen_set_objstat 59*3138Sfritsadd ses_softc::ses_vec.softc_init target sen_softc_init 60*3138Sfrits 61*3138Sfritsadd ses_softc::ses_vec.get_encstat target ses_get_encstat 62*3138Sfritsadd ses_softc::ses_vec.get_objstat target ses_get_objstat 63*3138Sfritsadd ses_softc::ses_vec.init_enc target ses_init_enc 64*3138Sfritsadd ses_softc::ses_vec.set_encstat target ses_set_encstat 65*3138Sfritsadd ses_softc::ses_vec.set_objstat target ses_set_objstat 66*3138Sfritsadd ses_softc::ses_vec.softc_init target ses_softc_init 67*3138Sfrits 68*3138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'` 69*3138Sfritsdo 70*3138Sfrits add $ptr target warlock_dummy 71*3138Sfritsdone 72*3138Sfritsroot scsi_hba_bus_power 73*3138Sfritsignore delay 74