Module Name:    xsrc
Committed By:   snj
Date:           Sat Jan  9 01:27:39 UTC 2010

Modified Files:
        xsrc/external/mit/xf86-video-radeonhd/dist/src [netbsd-5]: rhd_id.c

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #1214):
        external/mit/xf86-video-radeonhd/dist/src/rhd_id.c: revision 1.2
Fix incorrect LIST_END macro.
>From xf86-video-radeonhd commit cc1bb50bb44354be7793e4fc45c625746571ec96.
Fixes PR/41950.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.2.1 -r1.1.1.2.2.2 \
    xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c
diff -u xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c:1.1.1.2.2.1 xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c:1.1.1.2.2.2
--- xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c:1.1.1.2.2.1	Thu Sep 17 03:34:13 2009
+++ xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c	Sat Jan  9 01:27:39 2010
@@ -99,7 +99,7 @@
 # define RHD_DEVICE_MATCH(d, i) \
     { 0x1002, (d), PCI_MATCH_ANY, PCI_MATCH_ANY, 0, 0, (i) }
 # define PCI_ID_LIST struct pci_id_match RHDDeviceMatch[]
-# define LIST_END { 0, 0, (~0), (~0), 0, 0, 0 }
+# define LIST_END { 0, 0, 0, 0, 0, 0, 0 }
 #else
 # define RHD_DEVICE_ENTRY(d, i, r) \
     { (i), (d), r }

Reply via email to