xref: /titanic_41/usr/src/uts/common/io/warlock/dad.wlcmd (revision 4ebb14b236958cfe1ef4ff3b7a50216d9e51f997)
1*4ebb14b2Sfrits#
2*4ebb14b2Sfrits# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3*4ebb14b2Sfrits# Use is subject to license terms.
4*4ebb14b2Sfrits#
5*4ebb14b2Sfrits
6*4ebb14b2Sfrits#ident	"%Z%%M%	%I%	%E% SMI"
7*4ebb14b2Sfrits
8*4ebb14b2Sfritsone dcd_device
9*4ebb14b2Sfrits
10*4ebb14b2Sfritsignore dcd_reset_throttle dcd_rname inq_fill clean_print dcd_check_error
11*4ebb14b2Sfritsignore dcduscsimin dcd_sname
12*4ebb14b2Sfrits
13*4ebb14b2Sfrits### Give warlock a dummy target for each of the function
14*4ebb14b2Sfrits### pointers in the dcd_hba_tran structure.
15*4ebb14b2Sfritsfor ptr in `funcptrs | grep '^dcd_hba_tran::'`
16*4ebb14b2Sfritsdo
17*4ebb14b2Sfrits        add $ptr target warlock_dummy
18*4ebb14b2Sfritsdone
19*4ebb14b2Sfrits
20*4ebb14b2Sfritsignore dcdrunout dcdintr dcd_handle_incomplete dcd_check_error
21*4ebb14b2Sfrits
22*4ebb14b2Sfritsadd        bus_ops::bus_add_eventcall targets warlock_dummy
23*4ebb14b2Sfritsadd        bus_ops::bus_get_eventcookie targets warlock_dummy
24*4ebb14b2Sfritsadd        bus_ops::bus_post_event targets warlock_dummy
25*4ebb14b2Sfritsadd        bus_ops::bus_remove_eventcall targets warlock_dummy
26*4ebb14b2Sfritsadd        bus_ops::bus_intr_ctl targets warlock_dummy
27*4ebb14b2Sfritsadd        bus_ops::bus_config targets warlock_dummy
28*4ebb14b2Sfritsadd        bus_ops::bus_unconfig targets warlock_dummy
29*4ebb14b2Sfrits
30*4ebb14b2Sfritsadd	   dk_callback::dkc_callback targets warlock_dummy
31