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