6912144 usb device link not removed after hotplug mouse
[unleashed.git] / usr / src / uts / common / io / warlock / blk2scsa.wlcmd
blobb72bc7c2ed6724f2335fc49be5e760f5407ef3ec
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23 # Use is subject to license terms.
26 root    b2s_mod_fini
27 root    b2s_mod_init
28 root    b2s_alloc_nexus
29 root    b2s_attach_leaf
30 root    b2s_attach_nexus
31 root    b2s_detach_leaf
32 root    b2s_detach_nexus
33 root    b2s_free_nexus
34 root    b2s_request_dma
35 root    b2s_tran_tgt_free
36 root    b2s_tran_tgt_init
38 root    b2s_tran_setup_pkt
39 root    b2s_tran_start
40 root    b2s_tran_teardown_pkt
41 root    b2s_tran_tgt_free
42 root    b2s_tran_tgt_init
44 add     bus_ops::bus_config             targets b2s_bus_config
46 add     scsi_pkt::pkt_comp              targets \
47                                         b2s_tran_teardown_pkt \
48                                         b2s_tran_setup_pkt \
49                                         b2s_tran_abort \
50                                         b2s_tran_reset \
51                                         b2s_tran_getcap \
52                                         b2s_tran_setcap \
53                                         b2s_tran_start
55 add     b2s_nexus::n_request            targets b2s_request_dma
57 add     bus_ops::bus_add_eventcall      targets warlock_dummy
58 add     bus_ops::bus_unconfig           targets warlock_dummy
59 add     bus_ops::bus_get_eventcookie    targets warlock_dummy
60 add     bus_ops::bus_intr_ctl           targets warlock_dummy
61 add     bus_ops::bus_post_event         targets warlock_dummy
62 add     bus_ops::bus_remove_eventcall   targets warlock_dummy