summaryrefslogtreecommitdiff
path: root/libdrm/xf86drm.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-10-24 18:43:55 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-10-24 18:46:47 +0200
commit34a3ebffc369575412a4ff2c05c50264e83c6d3e (patch)
tree7003ae94a85929c9c89bdb794b45b7c17807e561 /libdrm/xf86drm.c
parent0796bf8c6b983de7fbb188bd5d84d4ea54f81525 (diff)
mode: Try to settle on a standard for struct fields
Diffstat (limited to 'libdrm/xf86drm.c')
0 files changed, 0 insertions, 0 deletions
n class="hl opt">]; then finished=1 echo " {0, 0, 0}" >> $OUTFILE echo >> $OUTFILE fi else cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'` if [ "x$cardtype" = "x" ]; then echo " {$pcivend, $pcidev, PCI_ANY_ID, PCI_ANY_ID, 0, 0, $attribs}, \\" >> $OUTFILE else echo "#define "$cardtype"_PCI_IDS \\" >> $OUTFILE finished=0 fi fi done if [ "$finished" = "0" ]; then echo " {0, 0, 0}" >> $OUTFILE fi