diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-28 16:17:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-28 16:17:18 +0000 |
| commit | 46dff442be149a41f9718630df1a0450fbb56ef6 (patch) | |
| tree | fb2b6865be0f38f5a4e3b42b8f96a321505a3063 /sys/pci/intpm.c | |
| parent | 86b0a953e2e3b7f75754c79b935addc688da4a33 (diff) | |
Notes
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 f6999079563e..e085933cc296 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; }; |
