K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-10-21T02:39:13.762422Z K 7 svn:log V 537 powerpc/mpc85xx: Make Freescale PCI bridge driver a subclass of ofw_pcib_pci This driver was already 99% identical to the ofw_pcib_pci driver, except for the attachment. Since ofw_pcib_pci is already a subclass of pcib, this creates a private declaration of that class, to use for the base class for this driver. At some point in the future, ofw_pcib_pci_driver should probably be exported to a header, so we're not tracking the softc struct contents, but for now, since there's only this one other driver, it's not a pressing issue. END