Fix an obvious pasto.

This commit is contained in:
scw 2003-05-19 08:10:03 +00:00
parent 76a3147d38
commit cd2d76d833
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_machdep.h,v 1.4 2003/05/16 21:40:41 scw Exp $ */
/* $NetBSD: pci_machdep.h,v 1.5 2003/05/19 08:10:03 scw Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -121,7 +121,7 @@ struct pci_chipset {
#define pci_intr_establish(pc, ih, ipl, func, arg) \
((*(pc)->pc_funcs->pcf_intr_establish)((pc), (ih), (ipl), (func), (arg)))
#define pci_intr_disestablish(pc, ih) \
((*(pc)->pc_funcs->pcf_intr_evcnt)((pc), (ih)))
((*(pc)->pc_funcs->pcf_intr_disestablish)((pc), (ih)))
#define pci_bus_devorder(pc, bus, devs) \
((*(pc)->pc_funcs->pcf_bus_devorder)((pc), (bus), (devs)))