diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-26 20:23:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-26 20:23:09 +0000 |
commit | c38e044b0b0544f27656271624f58f2301c12e6d (patch) | |
tree | 179ec85e58b5d9571b6c5cf7996a86b1f56be486 /sys/arch/alpha/pci/pci_machdep.h | |
parent | ee2d921ca303adcd8f3ba8e406cf890bfeb83b50 (diff) |
Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and
remove alpha_pci_decompose_tag().
From NetBSD
ok martin@
Diffstat (limited to 'sys/arch/alpha/pci/pci_machdep.h')
-rw-r--r-- | sys/arch/alpha/pci/pci_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/pci_machdep.h b/sys/arch/alpha/pci/pci_machdep.h index 807dc3829cf..281334934e3 100644 --- a/sys/arch/alpha/pci/pci_machdep.h +++ b/sys/arch/alpha/pci/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.19 2002/03/14 03:15:50 millert Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.20 2006/03/26 20:23:08 brad Exp $ */ /* $NetBSD: pci_machdep.h,v 1.6 1996/11/19 04:49:21 cgd Exp $ */ /* @@ -118,8 +118,6 @@ int alpha_sysctl_chipset(int *, u_int, char *, size_t *); */ void pci_display_console(bus_space_tag_t, bus_space_tag_t, pci_chipset_tag_t, int, int, int); -#define alpha_pci_decompose_tag(c, t, bp, dp, fp) \ - (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp)) #define alpha_pciide_compat_intr_establish(c, d, p, ch, f, a) \ ((c)->pc_pciide_compat_intr_establish == NULL ? NULL : \ (*(c)->pc_pciide_compat_intr_establish)((c)->pc_conf_v, (d), (p), \ |