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