xref: /titanic_52/usr/src/uts/common/io/warlock/st.wlcmd (revision 9f931db8ff77a6b55fe0a9f1be60c8a6d13654b5)
14ebb14b2Sfrits#
24ebb14b2Sfrits# CDDL HEADER START
34ebb14b2Sfrits#
44ebb14b2Sfrits# The contents of this file are subject to the terms of the
54ebb14b2Sfrits# Common Development and Distribution License (the "License").
64ebb14b2Sfrits# You may not use this file except in compliance with the License.
74ebb14b2Sfrits#
84ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing.
104ebb14b2Sfrits# See the License for the specific language governing permissions
114ebb14b2Sfrits# and limitations under the License.
124ebb14b2Sfrits#
134ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each
144ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the
164ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
174ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
184ebb14b2Sfrits#
194ebb14b2Sfrits# CDDL HEADER END
204ebb14b2Sfrits#
214ebb14b2Sfrits
22*9f931db8Syl194034# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
234ebb14b2Sfrits# Use is subject to license terms.
244ebb14b2Sfrits#
254ebb14b2Sfrits#ident	"%Z%%M%	%I%	%E% SMI"
264ebb14b2Sfrits
274ebb14b2Sfritsone scsi_device
284ebb14b2Sfritsroot scsi_hba_post_event scsi_hba_remove_eventcall scsi_hba_add_eventcall scsi_hba_get_eventcookie
294ebb14b2Sfrits
304ebb14b2Sfrits### Give warlock a dummy target for each of the function
314ebb14b2Sfrits### pointers in the scsi_hba_tran structure.
324ebb14b2Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
334ebb14b2Sfritsdo
344ebb14b2Sfrits	add $ptr target warlock_dummy
354ebb14b2Sfritsdone
364ebb14b2Sfrits
374ebb14b2Sfritsadd scsi_watch_request::swr_callback targets st_media_watch_cb
384ebb14b2Sfrits
394ebb14b2Sfritsadd st.c:st_known_tape_type/config_funct targets \
404ebb14b2Sfrits        st_get_conf_from_st_dot_conf \
414ebb14b2Sfrits        st_get_conf_from_st_conf_dot_c \
42*9f931db8Syl194034	st_get_conf_from_tape_drive \
434ebb14b2Sfrits        st_get_default_conf
444ebb14b2Sfrits
454ebb14b2Sfritsroot    scsi_hba_bus_power
464ebb14b2Sfritsignore  delay
474ebb14b2Sfritsroot	st_bigblk_xfer_done
48