Hi Ayaz,

looks good, except:

Ayaz Abdulla wrote:

+
+       NvRegPowerState2 = 0x600,
You access a register at offset 0x600

/* Miscelaneous hardware related defines: */
-#define NV_PCI_REGSZ           0x270
+#define NV_PCI_REGSZ_VER1              0x270
+#define NV_PCI_REGSZ_VER2              0x600
And you claim that the register file is 0x600 bytes long. This can't be right, it must be at least 0x604 bytes long...

--
   Manfred
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to