diff options
Diffstat (limited to 'hw/kdrive/mach64/mach64stub.c')
-rw-r--r-- | hw/kdrive/mach64/mach64stub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/mach64/mach64stub.c b/hw/kdrive/mach64/mach64stub.c index 03d47608d..c98044ec4 100644 --- a/hw/kdrive/mach64/mach64stub.c +++ b/hw/kdrive/mach64/mach64stub.c @@ -41,6 +41,8 @@ InitCard (char *name) KdCardInfoAdd (&mach64Funcs, &attr, 0); else if (LinuxFindPci (0x1002, 0x4c46, 0, &attr)) KdCardInfoAdd (&mach64Funcs, &attr, 0); + else if (LinuxFindPci (0x1002, 0x4c42, 0, &attr)) + KdCardInfoAdd (&mach64Funcs, &attr, 0); } void |