#! /bin/bash # # Script to output Linux compatible pci ids file # - Copyright Dave Airlie 2004 (airlied@linux.ie) # OUTFILE=drm_pciids.h finished=0 cat > $OUTFILE <> $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 ption value='trunk' selected='selected'>trunk NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/modules/syscallemu/Makefile
AgeCommit message (Expand)Author
2019-02-17Set WARN=3 for sing-compare.rin
2013-11-10use MACHINE_CPU instead of MACHINE_ARCHjmcneill
2013-11-10arm support for syscallemu, not testedjmcneill
2012-07-03no home-brewed NETBSDSRCDIR please (fix the build)christos
2012-01-06i386 and x86_64 versions of this code are the same, rename to syscallemu_x86.cjmcneill
2012-01-05Add 'syscallemu' module, required by usermode kernel.jmcneill