diff options
| author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-10-21 12:26:26 +0200 |
|---|---|---|
| committer | <#!/bin/sh # # Script to output BSD compatible pci ids file # - Copyright Dave Airlie 2004 (airlied@linux.ie) # OUTFILE=drm_pciids.h finished=0 cat > $OUTFILE <<EOF /* This file is auto-generated from the drm_pciids.txt in the DRM CVS Please contact dri-devel@lists.sf.net to add new cards to this list */ EOF while read pcivend pcidev attribs pciname do if [ "x$pcivend" = "x" ]; then if [ "$finished" = "0" ];
