diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-03-16 21:32:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-03-16 21:32:35 +0000 |
commit | 298ff43a0b9eb3b34a8ebda8734bcc0a9551cf55 (patch) | |
tree | 0d3f0b9b90d60ea50f3e4099a7c62fa4bfe45565 /sys/dev/pci/files.pci | |
parent | da285bc6b71fef2b05d915d3b4855a0ad1255b2a (diff) |
Move the agpgart handling code to a separate file.
Ansify some remaining function declarations in vga_pci.c.
ok miod@, dim@.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 85a284aea9d..ece36d77d33 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.200 2006/03/12 17:29:48 martin Exp $ +# $OpenBSD: files.pci,v 1.201 2006/03/16 21:32:34 matthieu 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,6 +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/agp.c vga_pci & pciagp device tga: wsemuldisplaydev, rasops8, rasops32 attach tga at pci |