From 46dff442be149a41f9718630df1a0450fbb56ef6 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 28 May 2000 16:17:18 +0000 Subject: [PATCH] Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat stuff). --- sys/pci/intpm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index f6999079563..e085933cc29 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -54,7 +54,7 @@ static struct _pcsid { - pcidi_t type; + u_int32_t type; char *desc; } pci_ids[] = { @@ -112,7 +112,6 @@ struct intpm_pci_softc{ bus_space_handle_t smbsh; bus_space_tag_t pmst; bus_space_handle_t pmsh; - pcici_t cfg; device_t smbus; };