summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci/vgafb_pcivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/pci/vgafb_pcivar.h')
-rw-r--r--sys/arch/macppc/pci/vgafb_pcivar.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/macppc/pci/vgafb_pcivar.h b/sys/arch/macppc/pci/vgafb_pcivar.h
index 11ce586abe6..b21b0fcaa46 100644
--- a/sys/arch/macppc/pci/vgafb_pcivar.h
+++ b/sys/arch/macppc/pci/vgafb_pcivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vgafb_pcivar.h,v 1.6 2012/06/21 10:08:16 mpi Exp $ */
+/* $OpenBSD: vgafb_pcivar.h,v 1.7 2012/12/13 13:55:18 mpi Exp $ */
/* $NetBSD: vga_pcivar.h,v 1.1 1996/11/19 04:38:36 cgd Exp $ */
/*
@@ -28,14 +28,6 @@
* rights to redistribute these changes.
*/
-#define DEVICE_IS_VGA_PCI(class) \
- (((PCI_CLASS(class) == PCI_CLASS_DISPLAY && \
- PCI_SUBCLASS(class) == PCI_SUBCLASS_DISPLAY_VGA) || \
- (PCI_CLASS(class) == PCI_CLASS_DISPLAY && \
- PCI_SUBCLASS(class) == PCI_SUBCLASS_DISPLAY_MISC) || \
- (PCI_CLASS(class) == PCI_CLASS_PREHISTORIC && \
- PCI_SUBCLASS(class) == PCI_SUBCLASS_PREHISTORIC_VGA)) ? 1 : 0)
-
extern pcitag_t vgafb_pci_console_tag;
/* XXX */