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_1000.c | |
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_1000.c')
-rw-r--r-- | sys/arch/alpha/pci/pci_1000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_1000.c b/sys/arch/alpha/pci/pci_1000.c index 86521b635da..ce33786300e 100644 --- a/sys/arch/alpha/pci/pci_1000.c +++ b/sys/arch/alpha/pci/pci_1000.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_1000.c,v 1.3 2006/01/29 10:47:35 martin Exp $ */ +/* $OpenBSD: pci_1000.c,v 1.4 2006/03/26 20:23:08 brad Exp $ */ /* $NetBSD: pci_1000.c,v 1.12 2001/07/27 00:25:20 thorpej Exp $ */ /* @@ -163,7 +163,7 @@ dec_1000_intr_map(ccv, bustag, buspin, line, ihp) if (!(1 <= buspin && buspin <= 4)) goto bad; - alpha_pci_decompose_tag(pc_tag, bustag, NULL, &device, NULL); + pci_decompose_tag(pc_tag, bustag, NULL, &device, NULL); switch(device) { case 6: |