[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: G4/800 Dual (20011220 and MP)



>                                            千葉市中央区長洲
>                                                    藤原  誠
藤原> 何だか xf86PCIVendorInfoData[] の中身がこわれているような感じ

次のように変更したら、少し先に進みました。多分一つ目の方だけで
いいと思うのですが、

--- xf86PciInfo.h-oo	Fri Jan 25 10:36:35 2002
+++ xf86PciInfo.h	Mon Feb 25 15:14:18 2002
@@ -738,7 +738,7 @@
 #endif
 
 /* Increase this as required */
-#define MAX_DEV_PER_VENDOR 64
+#define MAX_DEV_PER_VENDOR 128
 
 typedef struct {
     unsigned short VendorID;
@@ -1561,7 +1561,7 @@
 #ifdef DECLARE_CARD_DATASTRUCTURES
 
 /* Increase this as required */
-#define MAX_CARD_PER_VENDOR 64
+#define MAX_CARD_PER_VENDOR 128
 
 typedef void (*pciPrintProcPtr)(pciCfgRegs *);
 typedef struct {

---
(藤原)