diff options
author | peter <peter@FreeBSD.org> | 2000-05-28 16:17:18 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-28 16:17:18 +0000 |
commit | e86de1e77cbfce182c1956cb99d7992f5bd09868 (patch) | |
tree | 5061df32ed33e8c6264d92e62a60237ac8cfc7ad /sys/pci/intpm.c | |
parent | be1e54079f39dc482e0c54b49e04515339fb8f39 (diff) | |
download | FreeBSD-src-e86de1e77cbfce182c1956cb99d7992f5bd09868.zip FreeBSD-src-e86de1e77cbfce182c1956cb99d7992f5bd09868.tar.gz |
Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat
stuff).
Diffstat (limited to 'sys/pci/intpm.c')
-rw-r--r-- | sys/pci/intpm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index f699907..e085933 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; }; |