summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2013-08-15 06:54:35 +0000
committerkettenis <kettenis@openbsd.org>2013-08-15 06:54:35 +0000
commitebe0a3d14cd2e596230cf543f96a26c20ff09aa1 (patch)
tree7faade63f5fd9c2b1e9f220352e9c433f31db911 /sys/dev
parentuse .Dx to credit DragonFly; from Jan Stary <hans at stare dot cz> (diff)
downloadwireguard-openbsd-ebe0a3d14cd2e596230cf543f96a26c20ff09aa1.tar.xz
wireguard-openbsd-ebe0a3d14cd2e596230cf543f96a26c20ff09aa1.zip
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
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/files.pci5
1 files changed, 4 insertions, 1 deletions
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"