]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 239103:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 Aug 2012 19:47:15 +0000 (19:47 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 Aug 2012 19:47:15 +0000 (19:47 +0000)
commit1d7ad7db1be9c256ce2aa94eed434f297a95ef0a
tree2569879702947fd2c8adc1ae47502bd65d12413e
parent98272407b92187c3bc222add7f4d34852f264f53
MFC 239103:
Explicitly enable busmastering on PCI-PCI bridges.  Transactions initiated
on the secondary side of a bridge will not be propagated to the primary
bus unless this is enabled.  Busmastering is not enabled by default (we
have relied on firmware to set this bit to date).  The OS needs to set it
for any bridges not configured by system firmware.

git-svn-id: svn://svn.freebsd.org/base/stable/8@239918 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/pci/pci_pci.c