Module Name: src Committed By: riastradh Date: Mon Aug 27 14:16:39 UTC 2018
Modified Files: src/sys/external/bsd/drm2/include/linux: pci.h src/sys/external/bsd/drm2/linux: files.drmkms_linux src/sys/modules/drmkms_linux: Makefile Added Files: src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: Move the Linux PCI shim into its very own .c file. The poor thing has deserved this for a very long time, even though it is full of kludges. Also I'm tired of recompiling everything every time I touch it. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/external/bsd/drm2/include/linux/pci.h cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/linux/files.drmkms_linux cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/linux/linux_pci.c cvs rdiff -u -r1.9 -r1.10 src/sys/modules/drmkms_linux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.