xref: /onnv-gate/usr/src/uts/common/io/warlock/mptsas.wlcmd (revision 9907:98086c85a8f7)
1*9907SJaven.Wu@Sun.COM#
2*9907SJaven.Wu@Sun.COM# CDDL HEADER START
3*9907SJaven.Wu@Sun.COM#
4*9907SJaven.Wu@Sun.COM# The contents of this file are subject to the terms of the
5*9907SJaven.Wu@Sun.COM# Common Development and Distribution License (the "License").
6*9907SJaven.Wu@Sun.COM# You may not use this file except in compliance with the License.
7*9907SJaven.Wu@Sun.COM#
8*9907SJaven.Wu@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*9907SJaven.Wu@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*9907SJaven.Wu@Sun.COM# See the License for the specific language governing permissions
11*9907SJaven.Wu@Sun.COM# and limitations under the License.
12*9907SJaven.Wu@Sun.COM#
13*9907SJaven.Wu@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*9907SJaven.Wu@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*9907SJaven.Wu@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*9907SJaven.Wu@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*9907SJaven.Wu@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*9907SJaven.Wu@Sun.COM#
19*9907SJaven.Wu@Sun.COM# CDDL HEADER END
20*9907SJaven.Wu@Sun.COM#
21*9907SJaven.Wu@Sun.COM
22*9907SJaven.Wu@Sun.COM#
23*9907SJaven.Wu@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24*9907SJaven.Wu@Sun.COM# Use is subject to license terms.
25*9907SJaven.Wu@Sun.COM#
26*9907SJaven.Wu@Sun.COM
27*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_add_eventcall	target	warlock_dummy
28*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_config		target  warlock_dummy
29*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_get_eventcookie	target  warlock_dummy
30*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_intr_ctl		target  warlock_dummy
31*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_post_event		target  warlock_dummy
32*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_remove_eventcall	target  warlock_dummy
33*9907SJaven.Wu@Sun.COMadd	bus_ops::bus_unconfig		target  warlock_dummy
34*9907SJaven.Wu@Sun.COM
35*9907SJaven.Wu@Sun.COM
36*9907SJaven.Wu@Sun.COMfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
37*9907SJaven.Wu@Sun.COMdo
38*9907SJaven.Wu@Sun.COM        add $ptr target warlock_dummy
39*9907SJaven.Wu@Sun.COMdone
40*9907SJaven.Wu@Sun.COM
41*9907SJaven.Wu@Sun.COMroot    scsi_hba_bus_power
42*9907SJaven.Wu@Sun.COMignore  delay
43