mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
kdrive/mach64: recognize the mach64li
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user