summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-02-01 00:52:15 +0000
committerKeith Packard <keithp@keithp.com>2002-02-01 00:52:15 +0000
commit44b20bfa587def11f3127980e67ff47e695c3e51 (patch)
tree4c12cd250fddc8cf39e2e1af9332582c3ffe0ae4
parent3abb3e073961986137f8fec1f194c60636b9e864 (diff)
kdrive/mach64: recognize the mach64li
-rw-r--r--hw/kdrive/mach64/mach64stub.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/mach64/mach64stub.c b/hw/kdrive/mach64/mach64stub.c
index 6647610fc..e0f1f2979 100644
--- a/hw/kdrive/mach64/mach64stub.c
+++ b/hw/kdrive/mach64/mach64stub.c
@@ -22,7 +22,7 @@
*
* Author: Keith Packard, SuSE, Inc.
*/
-/* $XFree86: xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c,v 1.1 2001/06/03 18:48:19 keithp Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c,v 1.2 2001/10/12 06:33:10 keithp Exp $ */
#include "mach64.h"
@@ -33,6 +33,8 @@ InitCard (char *name)
if (LinuxFindPci (0x1002, 0x4c4d, 0, &attr))
KdCardInfoAdd (&mach64Funcs, &attr, 0);
+ else if (LinuxFindPci (0x1002, 0x4c49, 0, &attr))
+ KdCardInfoAdd (&mach64Funcs, &attr, 0);
}
void