Displaying 1 result from an estimated 1 matches for "d504d3c".
Did you mean:
d50437
2013 May 03
0
[PATCH V2] nouveau: Allow 3D accelerators with output ports
...t;skeggsb at gmail.com>
---
src/nv_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
V2: Use 0x00ff0000 PCI device mask instead of 0x00fffdff to align
the code with the nouveau kernel driver as requested by Ben.
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 2b74fc6..d504d3c 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -60,7 +60,7 @@ static Bool NVUnmapMem(ScrnInfoPtr pScrn);
#define NOUVEAU_PCI_DEVICE(_vendor_id, _device_id) \
{ (_vendor_id), (_device_id), PCI_MATCH_ANY, PCI_MATCH_ANY, \
- 0x00030000, 0x00ffffff,...