From 10900dab7caa593a54d76e5f6abdc3df9bdd0a04 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 29 Oct 2002 03:20:21 +0000 Subject: Use bus_alloc_resource/bus_release_resource more properly: save the rid returned by alloc. --- bsd/drmP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd/drmP.h') diff --git a/bsd/drmP.h b/bsd/drmP.h index 1adaa0e5..b7b21da4 100644 --- a/bsd/drmP.h +++ b/bsd/drmP.h @@ -448,6 +448,7 @@ struct drm_device { /* Context support */ #ifdef __FreeBSD__ int irq; /* Interrupt used by board */ + int irqrid; /* Interrupt used by board */ struct resource *irqr; /* Resource for interrupt used by board */ #elif defined(__NetBSD__) struct pci_attach_args pa; -- cgit v1.2.3