diff options
author | dfr <dfr@FreeBSD.org> | 2000-02-19 09:44:06 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2000-02-19 09:44:06 +0000 |
commit | 545367f3927d9052cdeb31977bf61531c6fafc2d (patch) | |
tree | 6840306000f740de010c91a927f8bd28b61310c6 /sys/pci/pcivar.h | |
parent | 271b80ec8106c02a935dda5224ad5cadf5b72146 (diff) | |
download | FreeBSD-src-545367f3927d9052cdeb31977bf61531c6fafc2d.zip FreeBSD-src-545367f3927d9052cdeb31977bf61531c6fafc2d.tar.gz |
Remove the vga-pci driver. It serves no purpose and it hides the hardware
from useful drivers such as the 3D DRI drivers I will be porting for
hardware accelerated OpenGL. The hardware will still be reported during
boot using the nomatch system.
Approved by: jkh
Diffstat (limited to 'sys/pci/pcivar.h')
-rw-r--r-- | sys/pci/pcivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index d066860..9c345c0 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -152,6 +152,7 @@ extern u_int32_t pci_numdevs; const char *pci_ata_match(struct device *dev); const char *pci_usb_match(struct device *dev); +const char *pci_vga_match(struct device *dev); /* low level PCI config register functions provided by pcibus.c */ |