K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-03-07T18:50:33.680181Z K 7 svn:log V 325 Simplify the PCI bus dma tag code a bit. First, don't create a tag at all for platforms that only have 32-bit bus addresses. Second, remove the 'tag_valid' flag from the softc. Instead, if we don't create a tag in pci_attach_common(), just cache the value of our parent's tag so that we always have a valid tag to return. END