xref: /onnv-gate/usr/src/uts/common/io/warlock/ahci.wlcmd (revision 6590:4867b3aa761a)
13333Syt160523#
23333Syt160523# CDDL HEADER START
33333Syt160523#
43333Syt160523# The contents of this file are subject to the terms of the
53333Syt160523# Common Development and Distribution License (the "License").
63333Syt160523# You may not use this file except in compliance with the License.
73333Syt160523#
83333Syt160523# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93333Syt160523# or http://www.opensolaris.org/os/licensing.
103333Syt160523# See the License for the specific language governing permissions
113333Syt160523# and limitations under the License.
123333Syt160523#
133333Syt160523# When distributing Covered Code, include this CDDL HEADER in each
143333Syt160523# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153333Syt160523# If applicable, add the following below this CDDL HEADER, with the
163333Syt160523# fields enclosed by brackets "[]" replaced with your own identifying
173333Syt160523# information: Portions Copyright [yyyy] [name of copyright owner]
183333Syt160523#
193333Syt160523# CDDL HEADER END
203333Syt160523#
213333Syt160523
223333Syt160523#
23*6590Syl194034# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
243333Syt160523# Use is subject to license terms.
253333Syt160523#
263333Syt160523# ident	"%Z%%M%	%I%	%E% SMI"
273333Syt160523#
283333Syt160523
293333Syt160523# usr/src/uts/common/io/warlock/ahci.wlcmd
303333Syt160523
313333Syt160523one     ahci_ctl
323333Syt160523one	ahci_port
333333Syt160523
343333Syt160523one     scsi_device
353333Syt160523one     __ddi_xbuf_attr
363333Syt160523one     sd_lun
373333Syt160523one     sd_resv_reclaim_request
383333Syt160523
393333Syt160523root	ahci_intr
403333Syt160523root	ahci_watchdog_handler
414879Syt160523root	ahci_events_handler
423333Syt160523
433333Syt160523add     sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
443333Syt160523root    sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
453333Syt160523root    sd.c:sd_wm_cache_constructor sd_wm_cache_destructor
463333Syt160523root    sd.c:sd_read_modify_write_task sd_reenable_dsense_task
473333Syt160523root    sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command
483333Syt160523root    sd.c:sdstrategy sdioctl
49*6590Syl194034root	sd.c:sd_target_change_task
503333Syt160523
513333Syt160523root    scsi_hba.c:scsi_hba_bus_power
523333Syt160523
533333Syt160523ignore  sd.c:sd_scsi_probe_cache_fini
543333Syt160523ignore  sd.c:sd_scsi_probe_cache_init
553333Syt160523ignore	sd.c:sd_scsi_target_lun_init
563333Syt160523ignore	sd.c:sd_scsi_target_lun_fini
573333Syt160523root    sd.c:sd_taskq_create
583333Syt160523root    sd.c:sd_taskq_delete
593333Syt160523
603333Syt160523add     bus_ops::bus_add_eventcall              targets warlock_dummy
613333Syt160523add     bus_ops::bus_config                     targets warlock_dummy
623333Syt160523add     bus_ops::bus_get_eventcookie            targets warlock_dummy
633333Syt160523add     bus_ops::bus_intr_ctl                   targets warlock_dummy
643333Syt160523add     bus_ops::bus_post_event                 targets warlock_dummy
653333Syt160523add     bus_ops::bus_remove_eventcall           targets warlock_dummy
663333Syt160523add     bus_ops::bus_unconfig                   targets warlock_dummy
673333Syt160523
683333Syt160523add     scsi_hba_tran::tran_tgt_init    targets sata_scsi_tgt_init
693333Syt160523add     scsi_hba_tran::tran_tgt_probe   targets sata_scsi_tgt_probe
703333Syt160523add     scsi_hba_tran::tran_tgt_free    targets sata_scsi_tgt_free
713333Syt160523add     scsi_hba_tran::tran_start       targets sata_scsi_start
723333Syt160523add     scsi_hba_tran::tran_abort       targets sata_scsi_abort
733333Syt160523add     scsi_hba_tran::tran_reset       targets sata_scsi_reset
743333Syt160523add     scsi_hba_tran::tran_getcap      targets sata_scsi_getcap
753333Syt160523add     scsi_hba_tran::tran_setcap      targets sata_scsi_setcap
763333Syt160523add     scsi_hba_tran::tran_init_pkt    targets sata_scsi_init_pkt
773333Syt160523add     scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt
783333Syt160523add	scsi_hba_tran::tran_sync_pkt	targets sata_scsi_sync_pkt
793333Syt160523add	scsi_hba_tran::tran_dmafree	targets sata_scsi_dmafree
803333Syt160523
813333Syt160523add     scsi_hba_tran::tran_add_eventcall       targets warlock_dummy
823333Syt160523add     scsi_hba_tran::tran_bus_config          targets warlock_dummy
833333Syt160523add     scsi_hba_tran::tran_bus_power           targets warlock_dummy
843333Syt160523add     scsi_hba_tran::tran_bus_unconfig        targets warlock_dummy
853333Syt160523add     scsi_hba_tran::tran_get_eventcookie     targets warlock_dummy
863333Syt160523add     scsi_hba_tran::tran_get_name            targets warlock_dummy
873333Syt160523add     scsi_hba_tran::tran_post_event          targets warlock_dummy
883333Syt160523add     scsi_hba_tran::tran_remove_eventcall    targets warlock_dummy
893333Syt160523
903333Syt160523add     dk_callback::dkc_callback               targets warlock_dummy
913333Syt160523add     sd_uscsi_info::ui_dkc.dkc_callback      targets warlock_dummy
923333Syt160523
933333Syt160523add scsi_watch_request::swr_callback targets \
943333Syt160523        sd.c:sd_mhd_watch_cb \
953333Syt160523        sd.c:sd_media_watch_cb
963333Syt160523
973333Syt160523add scsi_pkt::pkt_comp targets \
983333Syt160523        scsi_watch.c:scsi_watch_request_intr \
993333Syt160523        sd.c:sdintr \
1003333Syt160523        sata_scsi_destroy_pkt \
1013333Syt160523        sata_scsi_init_pkt \
1023333Syt160523        sata_scsi_start \
1033333Syt160523        sata_scsi_abort \
1043333Syt160523        sata_scsi_reset \
1053333Syt160523        sata_scsi_start \
1063333Syt160523	sata_scsi_sync_pkt
1073333Syt160523
1083333Syt160523add     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
1093333Syt160523
1103333Syt160523ignore  sd.c:sd_mhd_reset_notify_cb
1114879Syt160523ignore	delay
1123333Syt160523
1133333Syt160523assert order    ahci_ctl::ahcictl_mutex ahci_port::ahciport_mutex
114