]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342865: biospci_write_config args were backwards
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 02:28:28 +0000 (02:28 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 02:28:28 +0000 (02:28 +0000)
commit9009df51237ea0c30916feaba75f456afc112d20
treed185a287e47345b39e9a7150030e5cd8623b8105
parent232eff3e5256aa5ee46e2299c110952c4279782d
MFC r342865: biospci_write_config args were backwards

biospci_write_config args swapped length and value to write. Some
hardware coped just fine, while other hardware had issues.

PR: 155441
stand/i386/libfirewire/firewire.c