bge driver issues

Here is the workaround that made my card operational. The problem is related to MSI and had to be turned off. Try adding the following to your /boot/loader.conf.

Code:
hw.pci.enable_msi="0"

Thanks yongari.
 
Summary:

This issue will be fixed in FreeBSD 8.3. I verified patches against 8.1 and 8.2. You can work around this issue by turning off msi or you should be able to apply the patches in PR (PR 155442).

Thank you to anybody who contributed to this thread.
 
I have an Optiplex 740 with this network card and the /boot/loader.conf solution fixed my problem! Running 8.2-RELEASE

Thanks!
 
Back
Top