pcic.conf revision 3db86aab554edbb4244c8d1a1c90f152eee768af
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# CDDL HEADER START
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# The contents of this file are subject to the terms of the
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Common Development and Distribution License (the "License").
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# You may not use this file except in compliance with the License.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# or http://www.opensolaris.org/os/licensing.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# See the License for the specific language governing permissions
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# and limitations under the License.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# When distributing Covered Code, include this CDDL HEADER in each
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# If applicable, add the following below this CDDL HEADER, with the
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# fields enclosed by brackets "[]" replaced with your own identifying
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# information: Portions Copyright [yyyy] [name of copyright owner]
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# CDDL HEADER END
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Use is subject to license terms.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#ident "%Z%%M% %I% %E% SMI"
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# with the pcmcia/pcic enumerator and the PCI devices
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# there is not much need for this file other than to
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# get the correct interrupt priorities
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevelinterrupt-priorities=6;
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# force attach driver to support hotplug activity
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevelddi-forceattach=1;
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# These are to enable running on an UltraBook & UltraBook IIi
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevelname="pcma" parent="/pci@1f,0/pci@1" unit-address="1"
3db86aab554edbb4244c8d1a1c90f152eee768afstevel pci-control-reg-number=3 pci-config-reg-number=0 pci-ispec-num-perinst=0,1
3db86aab554edbb4244c8d1a1c90f152eee768afstevel disable-cardbus=1;
3db86aab554edbb4244c8d1a1c90f152eee768afstevelname="pcma" parent="/pci@1f,0/pci@1" unit-address="1,1"
3db86aab554edbb4244c8d1a1c90f152eee768afstevel pci-control-reg-number=3 pci-config-reg-number=0 pci-ispec-num-perinst=0,1
3db86aab554edbb4244c8d1a1c90f152eee768afstevel disable-cardbus=1;
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Cardbus device node initialization property.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# This is an array of strings. Each string is divided into 2 sections
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# seperated by a semi-colon. The device is identified by the items
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# before the semi-colon and properties are set after the semi-colon.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevelcb-device-init-props=
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"VendorID=0x1077 DeviceID=0x2200; nodename='SUNW,qlc'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"VendorID=0x108e DeviceID=0x1001; nodename='SUNW,hme'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"VendorID=0x1077 DeviceID=0x1020; nodename='SUNW,isptwo'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"VendorID=0x108e DeviceID=0x7777; nodename='SUNW,ma'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"VendorID=0x102b DeviceID=0x0525; nodename='TSI,mko'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"binding_name=display VendorID=0x1002 DeviceID=0x4966; nodename='TSI,fxt' name='TSI,fxt'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"binding_name=display VendorID=0x3d3d DeviceID=0x0009; nodename='TSI,gfxp' name='TSI,gfxp' model=GFXP prom-revision='1.10 99/03/15 TSI'",
3db86aab554edbb4244c8d1a1c90f152eee768afstevel"binding_name=display VendorID=0x5333 DeviceID=0x8a22; nodename='Visicom,VigraVision' name='Visicom,VigraVision'";