Temporary workaround to the MSI issue on broadcom570x. Fixing for real later,
but this one should go into alpha2 to make the card work as before. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36746 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2447,6 +2447,12 @@ bge_can_use_msi(struct bge_softc *sc)
|
|||||||
{
|
{
|
||||||
int can_use_msi = 0;
|
int can_use_msi = 0;
|
||||||
|
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
// temporary workaround, the int disable happens in msi enable through
|
||||||
|
// setup intr in our case which undoes the re-enabling done by the driver
|
||||||
|
return 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
switch (sc->bge_asicrev) {
|
switch (sc->bge_asicrev) {
|
||||||
case BGE_ASICREV_BCM5714_A0:
|
case BGE_ASICREV_BCM5714_A0:
|
||||||
case BGE_ASICREV_BCM5714:
|
case BGE_ASICREV_BCM5714:
|
||||||
|
|||||||
Reference in New Issue
Block a user