]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r368364:
authorMichal Meloun <mmel@FreeBSD.org>
Thu, 17 Dec 2020 12:58:05 +0000 (12:58 +0000)
committerMichal Meloun <mmel@FreeBSD.org>
Thu, 17 Dec 2020 12:58:05 +0000 (12:58 +0000)
commitdfaca73fd43474f0f4067d037a9342b174190f63
tree58bf8a93c905dbb9cbe8a39c669c7609f3270b19
parentb8246c521fa60bf7f5854d20a3f6dca1f10b06c3
MFC r368364:

  DesignWare PCIe driver: Don't call bus_generic_attach() twice.
  bus_generic_attach() should be called from the attach function of the real
  implementation, not from the common init function.
sys/dev/pci/pci_dw.c