xref: /onnv-gate/usr/src/uts/common/io/warlock/fas.wlcmd (revision 3138:7bbdcbfa4cd5)
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 fas
29*3138Sfrits
30*3138Sfritsadd scsi_pkt::pkt_comp targets \
31*3138Sfrits	fas_scsi_destroy_pkt \
32*3138Sfrits	fas_scsi_init_pkt \
33*3138Sfrits	fas_scsi_start \
34*3138Sfrits	fas_scsi_abort \
35*3138Sfrits	fas_scsi_reset \
36*3138Sfrits	fas_scsi_setcap \
37*3138Sfrits	fas_scsi_getcap \
38*3138Sfrits	fas_scsi_dmafree \
39*3138Sfrits	fas_scsi_reset_notify \
40*3138Sfrits	fas_scsi_sync_pkt
41*3138Sfrits
42*3138Sfritsadd notify_entry::callback target warlock_dummy
43*3138Sfrits
44*3138Sfritsroot fas_kmem_cache_constructor fas_kmem_cache_destructor
45*3138Sfrits
46*3138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
47*3138Sfritsdo
48*3138Sfrits        add $ptr target warlock_dummy
49*3138Sfritsdone
50*3138Sfritsroot    scsi_hba_bus_power
51*3138Sfritsignore  delay
52*3138Sfrits
53