diff options
Diffstat (limited to 'hw/kdrive/r128/r128stub.c')
-rw-r--r-- | hw/kdrive/r128/r128stub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/r128/r128stub.c b/hw/kdrive/r128/r128stub.c index 674625f93..30dc32c66 100644 --- a/hw/kdrive/r128/r128stub.c +++ b/hw/kdrive/r128/r128stub.c @@ -35,6 +35,8 @@ InitCard (char *name) if (LinuxFindPci (0x1002, 0x4c46, 0, &attr)) KdCardInfoAdd (&r128Funcs, &attr, 0); + else if (LinuxFindPci (0x1002, 0x5046, 0, &attr)) + KdCardInfoAdd (&r128Funcs, &attr, 0); } void |