xref: /illumos-gate/usr/src/uts/common/io/pcic.conf (revision 788a764249e3b7739d14c0c4dd18ecde87ef2618)
1*3db86aabSstevel#
2*3db86aabSstevel# CDDL HEADER START
3*3db86aabSstevel#
4*3db86aabSstevel# The contents of this file are subject to the terms of the
5*3db86aabSstevel# Common Development and Distribution License (the "License").
6*3db86aabSstevel# You may not use this file except in compliance with the License.
7*3db86aabSstevel#
8*3db86aabSstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3db86aabSstevel# or http://www.opensolaris.org/os/licensing.
10*3db86aabSstevel# See the License for the specific language governing permissions
11*3db86aabSstevel# and limitations under the License.
12*3db86aabSstevel#
13*3db86aabSstevel# When distributing Covered Code, include this CDDL HEADER in each
14*3db86aabSstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3db86aabSstevel# If applicable, add the following below this CDDL HEADER, with the
16*3db86aabSstevel# fields enclosed by brackets "[]" replaced with your own identifying
17*3db86aabSstevel# information: Portions Copyright [yyyy] [name of copyright owner]
18*3db86aabSstevel#
19*3db86aabSstevel# CDDL HEADER END
20*3db86aabSstevel#
21*3db86aabSstevel
22*3db86aabSstevel#
23*3db86aabSstevel# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24*3db86aabSstevel# Use is subject to license terms.
25*3db86aabSstevel
26*3db86aabSstevel#ident	"%Z%%M%	%I%	%E% SMI"
27*3db86aabSstevel
28*3db86aabSstevel#
29*3db86aabSstevel# with the pcmcia/pcic enumerator and the PCI devices
30*3db86aabSstevel# there is not much need for this file other than to
31*3db86aabSstevel# get the correct interrupt priorities
32*3db86aabSstevel#
33*3db86aabSstevelinterrupt-priorities=6;
34*3db86aabSstevel
35*3db86aabSstevel#
36*3db86aabSstevel# force attach driver to support hotplug activity
37*3db86aabSstevel#
38*3db86aabSstevelddi-forceattach=1;
39