1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate# with the License.
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate# and limitations under the License.
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate#
20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate#
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# Copyright (c) 1999 by Sun Microsystems, Inc.
24*7c478bd9Sstevel@tonic-gate# All rights reserved.
25*7c478bd9Sstevel@tonic-gate#
26*7c478bd9Sstevel@tonic-gate# lib/cfgadm_plugins/pci/pci.xcl
27*7c478bd9Sstevel@tonic-gate#
28*7c478bd9Sstevel@tonic-gatemsgid  "acquire "
29*7c478bd9Sstevel@tonic-gatemsgid  "get-status "
30*7c478bd9Sstevel@tonic-gatemsgid  "list "
31*7c478bd9Sstevel@tonic-gatemsgid  "connect "
32*7c478bd9Sstevel@tonic-gatemsgid  "disconnect "
33*7c478bd9Sstevel@tonic-gatemsgid  "configure "
34*7c478bd9Sstevel@tonic-gatemsgid  "unconfigure "
35*7c478bd9Sstevel@tonic-gatemsgid  "insert "
36*7c478bd9Sstevel@tonic-gatemsgid  "remove "
37*7c478bd9Sstevel@tonic-gatemsgid  "open "
38*7c478bd9Sstevel@tonic-gatemsgid  "fstat "
39*7c478bd9Sstevel@tonic-gatemsgid  "\t-c [connect|disconnect|configure|unconfigure|insert|remove] "
40*7c478bd9Sstevel@tonic-gate       "ap_id [ap_id...]"
41*7c478bd9Sstevel@tonic-gatemsgid  "\t-x enable_slot  ap_id [ap_id...]"
42*7c478bd9Sstevel@tonic-gatemsgid  "\t-x disable_slot ap_id [ap_id...]"
43*7c478bd9Sstevel@tonic-gatemsgid  "\t-x enable_autoconfig  ap_id [ap_id...]"
44*7c478bd9Sstevel@tonic-gatemsgid  "\t-x disable_autoconfig ap_id [ap_id...]"
45*7c478bd9Sstevel@tonic-gatemsgid  "\t-x led[=[fault|power|active|attn],mode=[on|off|blink]] ap_id [ap_id...]"
46*7c478bd9Sstevel@tonic-gatemsgid  "unknown"
47*7c478bd9Sstevel@tonic-gatemsgid  "SCSI"
48*7c478bd9Sstevel@tonic-gatemsgid  "IDE"
49*7c478bd9Sstevel@tonic-gatemsgid  "FlpyDisk"
50*7c478bd9Sstevel@tonic-gatemsgid  "IPI"
51*7c478bd9Sstevel@tonic-gatemsgid  "RAID"
52*7c478bd9Sstevel@tonic-gatemsgid  "MassStrg"
53*7c478bd9Sstevel@tonic-gatemsgid  "Ethernet"
54*7c478bd9Sstevel@tonic-gatemsgid  "TokenRg"
55*7c478bd9Sstevel@tonic-gatemsgid  "FDDI"
56*7c478bd9Sstevel@tonic-gatemsgid  "ATM"
57*7c478bd9Sstevel@tonic-gatemsgid  "Network"
58*7c478bd9Sstevel@tonic-gatemsgid  "VGA8514"
59*7c478bd9Sstevel@tonic-gatemsgid  "xGA"
60*7c478bd9Sstevel@tonic-gatemsgid  "Display"
61*7c478bd9Sstevel@tonic-gatemsgid  "Vedio"
62*7c478bd9Sstevel@tonic-gatemsgid  "Audio"
63*7c478bd9Sstevel@tonic-gatemsgid  "MultiMda"
64*7c478bd9Sstevel@tonic-gatemsgid  "Ram"
65*7c478bd9Sstevel@tonic-gatemsgid  "Flash"
66*7c478bd9Sstevel@tonic-gatemsgid  "Memory"
67*7c478bd9Sstevel@tonic-gatemsgid  "Host-PCI"
68*7c478bd9Sstevel@tonic-gatemsgid  "PCI-ISA"
69*7c478bd9Sstevel@tonic-gatemsgid  "PCI-EISA"
70*7c478bd9Sstevel@tonic-gatemsgid  "PCI-MC"
71*7c478bd9Sstevel@tonic-gatemsgid  "PCI-PCI"
72*7c478bd9Sstevel@tonic-gatemsgid  "PCI-MCIA"
73*7c478bd9Sstevel@tonic-gatemsgid  "PCI-NuBs"
74*7c478bd9Sstevel@tonic-gatemsgid  "PCI-Card"
75*7c478bd9Sstevel@tonic-gatemsgid  "Bridge"
76*7c478bd9Sstevel@tonic-gatemsgid  "???"
77*7c478bd9Sstevel@tonic-gatemsgid  "HP"
78*7c478bd9Sstevel@tonic-gatemsgid  "NHS"
79*7c478bd9Sstevel@tonic-gatemsgid  "BHS"
80*7c478bd9Sstevel@tonic-gatemsgid  "FHS"
81*7c478bd9Sstevel@tonic-gatemsgid  "HS"
82*7c478bd9Sstevel@tonic-gatemsgid  "enable_slot"
83*7c478bd9Sstevel@tonic-gatemsgid  "disable_slot"
84*7c478bd9Sstevel@tonic-gatemsgid  "enable_autoconfig"
85*7c478bd9Sstevel@tonic-gatemsgid  "disable_autoconfig"
86*7c478bd9Sstevel@tonic-gatemsgid  "led"
87*7c478bd9Sstevel@tonic-gatemsgid  "mode"
88*7c478bd9Sstevel@tonic-gatemsgid  "fault"
89*7c478bd9Sstevel@tonic-gatemsgid  "power"
90*7c478bd9Sstevel@tonic-gatemsgid  "attn"
91*7c478bd9Sstevel@tonic-gatemsgid  "active"
92*7c478bd9Sstevel@tonic-gatemsgid  "off"
93*7c478bd9Sstevel@tonic-gatemsgid  "on"
94*7c478bd9Sstevel@tonic-gatemsgid  "blink"
95*7c478bd9Sstevel@tonic-gatemsgid  "slot"
96*7c478bd9Sstevel@tonic-gatemsgid  "ap_idx(%s)\n"
97*7c478bd9Sstevel@tonic-gatemsgid  "<%d>"
98*7c478bd9Sstevel@tonic-gatemsgid  "%s"
99*7c478bd9Sstevel@tonic-gatemsgid  "cfga_change_state:(%s)\n"
100*7c478bd9Sstevel@tonic-gatemsgid  "cfga_change_state: device is busy\n"
101*7c478bd9Sstevel@tonic-gatemsgid  "cfga_change_state: devctl ap getstate failed\n"
102*7c478bd9Sstevel@tonic-gatemsgid  "cfga_change_state: rs is %d\n"
103*7c478bd9Sstevel@tonic-gatemsgid  "cfga_change_state: os is %d\n"
104*7c478bd9Sstevel@tonic-gatemsgid  "malloc failed\n"
105*7c478bd9Sstevel@tonic-gatemsgid  "prt_led_mod function\n"
106*7c478bd9Sstevel@tonic-gatemsgid  "Ap_Id\t\t\tLed\n"
107*7c478bd9Sstevel@tonic-gatemsgid  "open = ap_id%s, fd%d\n"
108*7c478bd9Sstevel@tonic-gatemsgid  "open on %s failed\n"
109*7c478bd9Sstevel@tonic-gatemsgid  "fstat = ap_id%s, fd%d\n"
110*7c478bd9Sstevel@tonic-gatemsgid  "fstat on %s failed\n"
111*7c478bd9Sstevel@tonic-gatemsgid  "malloc "
112*7c478bd9Sstevel@tonic-gatemsgid  "%s\t\t"
113*7c478bd9Sstevel@tonic-gatemsgid  "%s=%s,"
114*7c478bd9Sstevel@tonic-gate# msgid  "%s=%s,"
115*7c478bd9Sstevel@tonic-gate# msgstr
116*7c478bd9Sstevel@tonic-gatemsgid  "%s:%d\n"
117*7c478bd9Sstevel@tonic-gate# msgid  "%s=%s,"
118*7c478bd9Sstevel@tonic-gate# msgstr
119*7c478bd9Sstevel@tonic-gate# msgid  "%s=%s,"
120*7c478bd9Sstevel@tonic-gate# msgstr
121*7c478bd9Sstevel@tonic-gate# msgid  "%s:%d\n"
122*7c478bd9Sstevel@tonic-gate# msgstr
123*7c478bd9Sstevel@tonic-gate# msgid  "%s=%s,"
124*7c478bd9Sstevel@tonic-gate# msgstr
125*7c478bd9Sstevel@tonic-gate# msgid  "%s=%s,"
126*7c478bd9Sstevel@tonic-gate# msgstr
127*7c478bd9Sstevel@tonic-gate# msgid  "%s:%d\n"
128*7c478bd9Sstevel@tonic-gate# msgstr
129*7c478bd9Sstevel@tonic-gate# msgid  "%s=%s,"
130*7c478bd9Sstevel@tonic-gate# msgstr
131*7c478bd9Sstevel@tonic-gatemsgid  "%s=%s\n"
132*7c478bd9Sstevel@tonic-gate# msgid  "%s:%d\n"
133*7c478bd9Sstevel@tonic-gate# msgstr
134*7c478bd9Sstevel@tonic-gatemsgid  "cfgadm_private_func: ap_id:%s\n"
135*7c478bd9Sstevel@tonic-gatemsgid  "  options: %s\n"
136*7c478bd9Sstevel@tonic-gatemsgid  "null"
137*7c478bd9Sstevel@tonic-gatemsgid  "  confp: %x\n"
138*7c478bd9Sstevel@tonic-gatemsgid  "  cfga_msg: %x\n"
139*7c478bd9Sstevel@tonic-gatemsgid  "  flag: %d\n"
140*7c478bd9Sstevel@tonic-gatemsgid  "%c\n"
141*7c478bd9Sstevel@tonic-gatemsgid  "buf = %s\n"
142*7c478bd9Sstevel@tonic-gatemsgid  "buf_mode= %s\n"
143*7c478bd9Sstevel@tonic-gatemsgid  "Print mode\n"
144*7c478bd9Sstevel@tonic-gatemsgid  "default\n"
145*7c478bd9Sstevel@tonic-gatemsgid  "open"
146*7c478bd9Sstevel@tonic-gatemsgid  "open = ap_id=%s, fd=%d\n"
147*7c478bd9Sstevel@tonic-gatemsgid  "ioctl"
148*7c478bd9Sstevel@tonic-gatemsgid  "cfga_test:(%s)\n"
149*7c478bd9Sstevel@tonic-gatemsgid  "/devices%s:%s"
150*7c478bd9Sstevel@tonic-gatemsgid  "slot-names"
151*7c478bd9Sstevel@tonic-gatemsgid  "di_prom_prop_lookup_ints"
152*7c478bd9Sstevel@tonic-gatemsgid  "slot-names:"
153*7c478bd9Sstevel@tonic-gate       " %s \n"
154*7c478bd9Sstevel@tonic-gatemsgid  "/"
155*7c478bd9Sstevel@tonic-gatemsgid  "di_init() failed\n"
156*7c478bd9Sstevel@tonic-gatemsgid  "di_prom_init() failed\n"
157*7c478bd9Sstevel@tonic-gatemsgid  "ddi_ctl:attachment_point:pci"
158*7c478bd9Sstevel@tonic-gate# msgid  "unknown"
159*7c478bd9Sstevel@tonic-gate# msgstr
160*7c478bd9Sstevel@tonic-gatemsgid  "MULT"
161*7c478bd9Sstevel@tonic-gate# msgid  "/"
162*7c478bd9Sstevel@tonic-gate# msgstr
163*7c478bd9Sstevel@tonic-gatemsgid  "cfga_stat:(%d)\n"
164*7c478bd9Sstevel@tonic-gatemsgid  "cfga_stat:(devctl_ap_acquire())\n"
165*7c478bd9Sstevel@tonic-gatemsgid  "cfga_stat:(devctl_ap_getstate())\n"
166*7c478bd9Sstevel@tonic-gatemsgid  "ap_rstate = CFGA_STAT_EMPTY\n"
167*7c478bd9Sstevel@tonic-gatemsgid  "ap_rstate = CFGA_STAT_DISCONNECTED\n"
168*7c478bd9Sstevel@tonic-gatemsgid  "ap_rstate = CFGA_STAT_CONNECTED\n"
169*7c478bd9Sstevel@tonic-gatemsgid  "ap_ostate = CFGA_STAT_CONFIGURED\n"
170*7c478bd9Sstevel@tonic-gatemsgid  "ap_ostate = CFGA_STAT_UNCONFIGURED\n"
171*7c478bd9Sstevel@tonic-gatemsgid  "ap_cond = CFGA_COND_OK\n"
172*7c478bd9Sstevel@tonic-gatemsgid  "ap_cond = CFGA_COND_FAILING\n"
173*7c478bd9Sstevel@tonic-gatemsgid  "ap_cond = CFGA_COND_FAILED\n"
174*7c478bd9Sstevel@tonic-gatemsgid  "ap_cond = CFGA_COND_UNUSABLE\n"
175*7c478bd9Sstevel@tonic-gatemsgid  "ap_cond = CFGA_COND_UNKNOW\n"
176*7c478bd9Sstevel@tonic-gate# msgid  "open on %s failed\n"
177*7c478bd9Sstevel@tonic-gate# msgstr
178*7c478bd9Sstevel@tonic-gate# msgid  "open = ap_id=%s, fd=%d\n"
179*7c478bd9Sstevel@tonic-gate# msgstr
180*7c478bd9Sstevel@tonic-gate# msgid  "fstat on %s failed\n"
181*7c478bd9Sstevel@tonic-gate# msgstr
182*7c478bd9Sstevel@tonic-gatemsgid  "ioctl boardtype\n"
183*7c478bd9Sstevel@tonic-gatemsgid  "ioctl slotinfo\n"
184*7c478bd9Sstevel@tonic-gatemsgid  "ioctl cardinfo: %d\n"
185*7c478bd9Sstevel@tonic-gatemsgid  "ioctl subclass: %d\n"
186*7c478bd9Sstevel@tonic-gatemsgid  "ioctl headertype: %d\n"
187*7c478bd9Sstevel@tonic-gate# msgid  "malloc "
188*7c478bd9Sstevel@tonic-gate# msgstr
189*7c478bd9Sstevel@tonic-gate# msgid  "malloc failed\n"
190*7c478bd9Sstevel@tonic-gate# msgstr
191*7c478bd9Sstevel@tonic-gatemsgid  "cfga_stat return success\n"
192*7c478bd9Sstevel@tonic-gatemsgid  "cfga_list:(%s)\n"
193*7c478bd9Sstevel@tonic-gatemsgid  "cfga_help\n"
194*7c478bd9Sstevel@tonic-gatemsgid  "<%s>"
195*7c478bd9Sstevel@tonic-gate# msgid  "<%s>"
196*7c478bd9Sstevel@tonic-gate# msgstr
197*7c478bd9Sstevel@tonic-gate# msgid  "<%s>"
198*7c478bd9Sstevel@tonic-gate# msgstr
199*7c478bd9Sstevel@tonic-gate# msgid  "<%s>"
200*7c478bd9Sstevel@tonic-gate# msgstr
201*7c478bd9Sstevel@tonic-gatemsgid  "\n"
202*7c478bd9Sstevel@tonic-gatemsgid  "i:%d, %s\n"
203*7c478bd9Sstevel@tonic-gatemsgid  "%s\n"
204