diff options
author | 2013-08-15 06:54:35 +0000 | |
---|---|---|
committer | 2013-08-15 06:54:35 +0000 | |
commit | ebe0a3d14cd2e596230cf543f96a26c20ff09aa1 (patch) | |
tree | 7faade63f5fd9c2b1e9f220352e9c433f31db911 /sys/dev | |
parent | use .Dx to credit DragonFly; from Jan Stary <hans at stare dot cz> (diff) | |
download | wireguard-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.pci | 5 |
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" |