summaryrefslogtreecommitdiff
path: root/bsd/drmP.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2002-10-29 03:20:21 +0000
committerEric Anholt <anholt@freebsd.org>2002-10-29 03:20:21 +0000
commit10900dab7caa593a54d76e5f6abdc3df9bdd0a04 (patch)
tree91af91a2e4b56a52ea17dd025a74179b31af4c05 /bsd/drmP.h
parentff25e7016c74ed0be5d47be5bf1937335da2bbf4 (diff)
Use bus_alloc_resource/bus_release_resource more properly: save the rid
returned by alloc.
Diffstat (limited to 'bsd/drmP.h')
-rw-r--r--bsd/drmP.h1
1 files changed, 1 insertions, 0 deletions
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;