Home | History | Annotate | Line # | Download | only in pci
      1  1.7  pgoyette #	$NetBSD: Makefile.pcidevs,v 1.7 2016/10/26 01:03:23 pgoyette Exp $
      2  1.2    mjacob #
      3  1.3    keihan # As per tron (a] NetBSD.org, the proper procedure is
      4  1.2    mjacob #
      5  1.2    mjacob # 1.) Change "src/sys/dev/pci/pcidevs".
      6  1.2    mjacob # 2.) Commit "src/sys/dev/pci/pcidevs".
      7  1.2    mjacob # 3.) Execute "make -f Makefile.pcidevs" in "src/sys/dev/pci".
      8  1.7  pgoyette # 4.) Ensure that the values of PCI_VENDORSTR_LEN and PCI_PRODUCTSTR_LEN
      9  1.7  pgoyette #     are at least as large as the values reported.  If necessary, update
     10  1.7  pgoyette #     the values in "src/sys/dev/pci/pci_verbose.h" and bump the kernel
     11  1.7  pgoyette #     version in "src/sys/sys/param/h".
     12  1.7  pgoyette # 5.) Commit "src/sys/dev/pci/pcidevs.h" and "src/sys/dev/pci/pcidevs_data.h";
     13  1.7  pgoyette #     if you changed them, also commit "src/sys/dev/pci/pci_verbose.h" and
     14  1.7  pgoyette #     "src/sys/sys/param/h".
     15  1.2    mjacob 
     16  1.5       apb .include <bsd.own.mk>
     17  1.1       cgd 
     18  1.6  christos pcidevs.h pcidevs_data.h: ${.CURDIR}/../devlist2h.awk pcidevs
     19  1.1       cgd 	/bin/rm -f pcidevs.h pcidevs_data.h
     20  1.6  christos 	${TOOL_AWK} -f ${.ALLSRC}
     21