diff options
Diffstat (limited to 'sys/arch/i386/pci/pcib.c')
-rw-r--r-- | sys/arch/i386/pci/pcib.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pcib.c b/sys/arch/i386/pci/pcib.c index 2dc4c12138f..38a13ed68a6 100644 --- a/sys/arch/i386/pci/pcib.c +++ b/sys/arch/i386/pci/pcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcib.c,v 1.13 2004/02/27 21:15:45 grange Exp $ */ +/* $OpenBSD: pcib.c,v 1.14 2004/02/27 21:46:44 grange Exp $ */ /* $NetBSD: pcib.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /*- @@ -84,6 +84,8 @@ struct cfdriver pcib_cd = { NULL, "pcib", DV_DULL }; +extern int setperf_prio; + int pcibmatch(parent, match, aux) struct device *parent; |