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