diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-08-30 21:54:14 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-08-30 21:54:14 +0000 |
commit | 0821942a0d05ebe8d6d61961cc288b4aa74b5a11 (patch) | |
tree | d209841ddaa6f2b45782cfc7370096c34d071fb8 /sys/dev/pci/files.pci | |
parent | a1ba67441d331d770cf5401df582e7c294c53539 (diff) |
Determine the memory and mmio regions based on previously initialzed BAR
structures and add the necessary glue to attach drm(4).
ok kettenis@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index a82b8d0bd75..bde71ee0ea5 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.286 2012/08/22 20:58:30 mpi Exp $ +# $OpenBSD: files.pci,v 1.287 2012/08/30 21:54:12 mpi 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. @@ -15,7 +15,7 @@ file dev/pci/pci_subr.c pci # Generic VGA attach vga at pci with vga_pci file dev/pci/vga_pci.c vga_pci -file dev/pci/vga_pci_common.c vga_pci +file dev/pci/vga_pci_common.c vga_pci | vgafb device tga: wsemuldisplaydev, rasops8, rasops32 attach tga at pci |