diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-06 01:46:46 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-06 01:46:46 +0000 |
commit | 8dadb3ca42687d9a8bfc3419d1e028e1e05cdea7 (patch) | |
tree | de235275cc91f9a3d6cbe9c818562e775ec3471e /sys/dev/pci/files.pci | |
parent | dc5601084e9158c165f9926e58e2d943f2397966 (diff) |
vgafb is removed, was only used on powerpc, and is not in a state to
be an MI device. This old version was based on old wscons and will not build.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 1e1cb2dfff1..6b3132f2369 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.82 2000/08/29 23:45:39 jason Exp $ +# $OpenBSD: files.pci,v 1.83 2000/09/06 01:46:45 rahnds 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. @@ -16,10 +16,6 @@ file dev/pci/pci_subr.c pci attach vga at pci with vga_pci file dev/pci/vga_pci.c vga_pci needs-flag -# Generic VGA Framebuffer version -attach vgafb at pci with vgafb_pci -file dev/pci/vgafb_pci.c vgafb_pci needs-flag - device tga: wsemuldisplaydev, wsrasteremulops attach tga at pci file dev/pci/tga.c tga needs-flag |