summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-10-08 21:25:35 +0000
committerKeith Packard <keithp@keithp.com>2002-10-08 21:25:35 +0000
commitb28a8c6e2a1fbc57d96d94b7445c86f94c2d8d4d (patch)
tree5424651f7c226b308ec074878942020f6ff99daa
parent9373d9186b413e1d53200b191816b9143d19c4bf (diff)
Add another mach64 PCI id
-rw-r--r--hw/kdrive/mach64/mach64stub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/mach64/mach64stub.c b/hw/kdrive/mach64/mach64stub.c
index e0f1f2979..e7d345bfa 100644
--- a/hw/kdrive/mach64/mach64stub.c
+++ b/hw/kdrive/mach64/mach64stub.c
@@ -35,6 +35,8 @@ InitCard (char *name)
KdCardInfoAdd (&mach64Funcs, &attr, 0);
else if (LinuxFindPci (0x1002, 0x4c49, 0, &attr))
KdCardInfoAdd (&mach64Funcs, &attr, 0);
+ else if (LinuxFindPci (0x1002, 0x4c46, 0, &attr))
+ KdCardInfoAdd (&mach64Funcs, &attr, 0);
}
void