From cd0b640726145ac28136a057e3560caf0288127f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 15 Aug 2013 06:54:36 +0000 Subject: Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets generated on all architectures that support pci, making alpha and loongson compile again. ok todd@, miod@ seemed to agree with the idea --- sys/dev/pci/files.pci | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 85398a97dcf..f9d57db5e8f 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.294 2013/06/01 01:13:34 reyk Exp $ +# $OpenBSD: files.pci,v 1.295 2013/08/15 06:54:35 kettenis Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -849,3 +849,6 @@ file dev/pci/vioblk.c vioblk device viomb attach viomb at virtio file dev/pci/viomb.c viomb + +include "dev/pci/files.agp" +include "dev/pci/drm/files.drm" -- cgit v1.2.3