diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-11 19:47:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-11 19:47:38 +0000 |
commit | 784057872389af433017dcdacadd1e9a82c701d6 (patch) | |
tree | ddf09be0489246a3e0274d6d1b17381fd7029c8b /sys/dev/pci/pcivar.h | |
parent | cf8c382c7360f5cca81208b17363bcea5f55a4b7 (diff) |
On i386, swizzle interrupts for devices for which we don't have explicit
inetrrupt routing information.
ok deraadt@
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r-- | sys/dev/pci/pcivar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index f2e3f4fc25b..27396b2c348 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcivar.h,v 1.48 2006/04/07 01:04:49 brad Exp $ */ +/* $OpenBSD: pcivar.h,v 1.49 2006/12/11 19:47:37 kettenis Exp $ */ /* $NetBSD: pcivar.h,v 1.23 1997/06/06 23:48:05 thorpej Exp $ */ /* @@ -112,6 +112,8 @@ struct pci_attach_args { pcitag_t pa_tag; pcireg_t pa_id, pa_class; + pcitag_t *pa_bridgetag; + /* * Interrupt information. * |