av1394.wlcmd revision 3138:7bbdcbfa4cd5
1#
2# CDDL HEADER START
3#
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.
7#
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.
12#
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]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#ident	"%Z%%M%	%I%	%E% SMI"
27
28one av1394_inst_s
29
30### DDI/DKI entry points
31root	av1394_getinfo
32root	av1394_attach
33root	av1394_detach
34root	av1394_open
35root	av1394_close
36root	av1394_read
37root	av1394_write
38root	av1394_ioctl
39root	av1394_poll
40root	av1394_devmap
41
42### callbacks
43root	av1394_bus_reset
44root	av1394_disconnect
45root	av1394_reconnect
46root	av1394_isoch_softintr
47root	av1394_ic_rsrc_fail
48root	av1394_ir_ixl_frame_cb
49root	av1394_ir_dma_stopped_cb
50root	av1394_it_ixl_begin_cb
51root	av1394_it_ixl_buf_cb
52root	av1394_it_ixl_eof_cb
53root	av1394_it_dma_stopped_cb
54root	av1394_pcr_recv_read_request
55root	av1394_pcr_recv_lock_request
56root	av1394_fcp_cmd_completion_cb
57root	av1394_fcp_cmd_write_request_cb
58root	av1394_fcp_resp_write_request_cb
59
60add	dev_ops::devo_getinfo targets av1394_getinfo
61add	dev_ops::devo_attach targets av1394_attach
62add	dev_ops::devo_detach targets av1394_detach
63
64add	bus_ops::bus_add_eventcall targets warlock_dummy
65add	bus_ops::bus_get_eventcookie targets warlock_dummy
66add	bus_ops::bus_post_event targets warlock_dummy
67add	bus_ops::bus_remove_eventcall targets warlock_dummy
68add	bus_ops::bus_intr_ctl targets warlock_dummy
69add	bus_ops::bus_config targets warlock_dummy
70add	bus_ops::bus_unconfig targets warlock_dummy
71