xref: /onnv-gate/usr/src/uts/common/io/warlock/st_with_fas.wlcmd (revision 5425:4323c33d9ec6)
13138Sfrits#
23138Sfrits# CDDL HEADER START
33138Sfrits#
43138Sfrits# The contents of this file are subject to the terms of the
53138Sfrits# Common Development and Distribution License (the "License").
63138Sfrits# You may not use this file except in compliance with the License.
73138Sfrits#
83138Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93138Sfrits# or http://www.opensolaris.org/os/licensing.
103138Sfrits# See the License for the specific language governing permissions
113138Sfrits# and limitations under the License.
123138Sfrits#
133138Sfrits# When distributing Covered Code, include this CDDL HEADER in each
143138Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153138Sfrits# If applicable, add the following below this CDDL HEADER, with the
163138Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
173138Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
183138Sfrits#
193138Sfrits# CDDL HEADER END
203138Sfrits#
213138Sfrits
22*5425Syl194034# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
233138Sfrits# Use is subject to license terms.
243138Sfrits#
253138Sfrits#ident	"%Z%%M%	%I%	%E% SMI"
263138Sfrits
273138Sfritsadd scsi_watch_request::swr_callback targets \
283138Sfrits	st.c:st_media_watch_cb
293138Sfrits
303138Sfritsadd scsi_pkt::pkt_comp targets \
313138Sfrits        st.c:st_media_watch_cb \
323138Sfrits	scsi_watch.c:scsi_watch_request_intr \
333138Sfrits	st.c:st_intr \
343138Sfrits	fas.c:fas_scsi_destroy_pkt \
353138Sfrits	fas.c:fas_scsi_init_pkt \
363138Sfrits	fas.c:fas_scsi_start \
373138Sfrits	fas.c:fas_scsi_abort \
383138Sfrits	fas.c:fas_scsi_reset \
393138Sfrits	fas.c:fas_scsi_setcap \
403138Sfrits	fas.c:fas_scsi_getcap \
413138Sfrits	fas.c:fas_scsi_dmafree \
423138Sfrits	fas.c:fas_scsi_reset_notify \
433138Sfrits	fas.c:fas_scsi_sync_pkt
443138Sfrits
453138Sfritsadd notify_entry::callback target warlock_dummy
463138Sfrits
473138Sfritsadd st.c:st_known_tape_type/config_funct targets \
483138Sfrits        st_get_conf_from_st_dot_conf \
493138Sfrits        st_get_conf_from_st_conf_dot_c \
50*5425Syl194034	st_get_conf_from_tape_drive \
513138Sfrits        st_get_default_conf
523138Sfrits
533138Sfritsone scsi_device
543138Sfritsone fas
553138Sfrits
563138Sfritsroot fas_kmem_cache_constructor fas_kmem_cache_destructor
573138Sfritsroot fas.c:fas_scsi_dmafree fas.c:fas_scsi_sync_pkt
583138Sfrits
593138Sfrits# choose one of the two for finding problems:
603138Sfrits#
613138Sfritsassert order scsi_device::sd_mutex  fas::f_mutex
623138Sfrits
633138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
643138Sfritsdo
653138Sfrits        add $ptr target warlock_dummy
663138Sfritsdone
673138Sfritsroot    scsi_hba_bus_power
683138Sfritsignore  delay
693138Sfrits
703138Sfritsroot	st_bigblk_xfer_done
71