xref: /titanic_41/usr/src/uts/common/io/warlock/bcm_sata.wlcmd (revision dbed73cbda2229fd1aa6dc5743993cae7f0a7ee9)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20#
21# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24
25# usr/src/uts/common/io/warlock/bcm_sata.wlcmd
26
27one     bcm_ctl
28one	bcm_port
29
30one     scsi_device
31one     __ddi_xbuf_attr
32one     sd_lun
33one     sd_resv_reclaim_request
34
35root    bcm_intr
36root    bcm_watchdog_handler
37root    bcm_events_handler
38
39add     sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
40root    sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
41root    sd.c:sd_wm_cache_constructor sd_wm_cache_destructor
42root    sd.c:sd_read_modify_write_task sd_reenable_dsense_task
43root    sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command
44root    sd.c:sdstrategy sdioctl
45root	sd.c:sd_target_change_task
46
47root    scsi_hba.c:scsi_hba_bus_power
48
49ignore  sd.c:sd_scsi_probe_cache_fini
50ignore  sd.c:sd_scsi_probe_cache_init
51ignore	sd.c:sd_scsi_target_lun_init
52ignore	sd.c:sd_scsi_target_lun_fini
53
54root    sd.c:sd_taskq_create
55root    sd.c:sd_taskq_delete
56
57add     bus_ops::bus_add_eventcall              targets warlock_dummy
58add     bus_ops::bus_config                     targets warlock_dummy
59add     bus_ops::bus_get_eventcookie            targets warlock_dummy
60add     bus_ops::bus_intr_ctl                   targets warlock_dummy
61add     bus_ops::bus_post_event                 targets warlock_dummy
62add     bus_ops::bus_remove_eventcall           targets warlock_dummy
63add     bus_ops::bus_unconfig                   targets warlock_dummy
64
65add     scsi_hba_tran::tran_tgt_init    targets sata_scsi_tgt_init
66add     scsi_hba_tran::tran_tgt_probe   targets sata_scsi_tgt_probe
67add     scsi_hba_tran::tran_tgt_free    targets sata_scsi_tgt_free
68add     scsi_hba_tran::tran_start       targets sata_scsi_start
69add     scsi_hba_tran::tran_abort       targets sata_scsi_abort
70add     scsi_hba_tran::tran_reset       targets sata_scsi_reset
71add     scsi_hba_tran::tran_getcap      targets sata_scsi_getcap
72add     scsi_hba_tran::tran_setcap      targets sata_scsi_setcap
73add     scsi_hba_tran::tran_init_pkt    targets sata_scsi_init_pkt
74add     scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt
75add	scsi_hba_tran::tran_sync_pkt	targets sata_scsi_sync_pkt
76add	scsi_hba_tran::tran_dmafree	targets sata_scsi_dmafree
77
78add     scsi_hba_tran::tran_add_eventcall       targets warlock_dummy
79add     scsi_hba_tran::tran_bus_config          targets warlock_dummy
80add     scsi_hba_tran::tran_bus_power           targets warlock_dummy
81add     scsi_hba_tran::tran_bus_unconfig        targets warlock_dummy
82add     scsi_hba_tran::tran_get_eventcookie     targets warlock_dummy
83#add     scsi_hba_tran::tran_get_name            targets warlock_dummy
84add     scsi_hba_tran::tran_post_event          targets warlock_dummy
85add     scsi_hba_tran::tran_remove_eventcall    targets warlock_dummy
86
87add     dk_callback::dkc_callback               targets warlock_dummy
88add     sd_uscsi_info::ui_dkc.dkc_callback      targets warlock_dummy
89
90add scsi_watch_request::swr_callback targets \
91        sd.c:sd_mhd_watch_cb \
92        sd.c:sd_media_watch_cb
93
94add scsi_pkt::pkt_comp targets \
95        scsi_watch.c:scsi_watch_request_intr \
96        sd.c:sdintr \
97        sata_scsi_destroy_pkt \
98        sata_scsi_init_pkt \
99        sata_scsi_start \
100        sata_scsi_abort \
101        sata_scsi_reset \
102        sata_scsi_start \
103	sata_scsi_sync_pkt
104
105add     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
106
107ignore  sd.c:sd_mhd_reset_notify_cb
108ignore	delay
109
110assert order    bcm_ctl::bcmc_mutex bcm_port::bcmp_mutex
111