summaryrefslogtreecommitdiffstats
path: root/sys/pci/intpm.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-08 21:59:43 +0000
committerdfr <dfr@FreeBSD.org>1999-05-08 21:59:43 +0000
commite4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76 (patch)
treeba748fea961d917292e2b4a959796c7415efbf31 /sys/pci/intpm.c
parentd1098a6692d3c3b23bc870a491d680451c3356a7 (diff)
downloadFreeBSD-src-e4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76.zip
FreeBSD-src-e4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76.tar.gz
Move the declaration of the interrupt type from the driver structure
to the BUS_SETUP_INTR call.
Diffstat (limited to 'sys/pci/intpm.c')
-rw-r--r--sys/pci/intpm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 3ddf52c..40705f8 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: intpm.c,v 1.7 1999/05/06 22:04:21 peter Exp $
+ * $Id: intpm.c,v 1.8 1999/05/07 18:03:26 peter Exp $
*/
#include "pci.h"
@@ -137,7 +137,6 @@ struct intsmb_softc{
static driver_t intpm_driver = {
"intsmb",
intpm_methods,
- DRIVER_TYPE_MISC,
sizeof(struct intsmb_softc),
};
OpenPOWER on IntegriCloud