11.7Spgoyette#	$NetBSD: Makefile.pcidevs,v 1.7 2016/10/26 01:03:23 pgoyette Exp $
21.2Smjacob#
31.3Skeihan# As per tron@NetBSD.org, the proper procedure is
41.2Smjacob#
51.2Smjacob# 1.) Change "src/sys/dev/pci/pcidevs".
61.2Smjacob# 2.) Commit "src/sys/dev/pci/pcidevs".
71.2Smjacob# 3.) Execute "make -f Makefile.pcidevs" in "src/sys/dev/pci".
81.7Spgoyette# 4.) Ensure that the values of PCI_VENDORSTR_LEN and PCI_PRODUCTSTR_LEN
91.7Spgoyette#     are at least as large as the values reported.  If necessary, update
101.7Spgoyette#     the values in "src/sys/dev/pci/pci_verbose.h" and bump the kernel
111.7Spgoyette#     version in "src/sys/sys/param/h".
121.7Spgoyette# 5.) Commit "src/sys/dev/pci/pcidevs.h" and "src/sys/dev/pci/pcidevs_data.h";
131.7Spgoyette#     if you changed them, also commit "src/sys/dev/pci/pci_verbose.h" and
141.7Spgoyette#     "src/sys/sys/param/h".
151.2Smjacob
161.5Sapb.include <bsd.own.mk>
171.1Scgd
181.6Schristospcidevs.h pcidevs_data.h: ${.CURDIR}/../devlist2h.awk pcidevs
191.1Scgd	/bin/rm -f pcidevs.h pcidevs_data.h
201.6Schristos	${TOOL_AWK} -f ${.ALLSRC}
21