PCI reports the amount of video memory (for chmem'ing the X server)

This commit is contained in:
Philip Homburg
2006-03-17 15:23:59 +00:00
parent 816f031854
commit 64a9d53b12
2 changed files with 48 additions and 5 deletions

View File

@@ -108,6 +108,9 @@ Created: Jan 2000 by Philip Homburg <philip@cs.vu.nl>
#define CAP_NEXT 0x01 /* Next field in capability */
/* Device type values as ([PCI_BCR] << 16) | ([PCI_SCR] << 8) | [PCI_PIFR] */
#define PCI_T3_VGA_OLD 0x000100 /* OLD VGA class code */
#define PCI_T3_VGA 0x030000 /* VGA-compatible video card */
#define PCI_T3_ISA 0x060100 /* ISA bridge */
#define PCI_T3_PCI2PCI 0x060400 /* PCI-to-PCI Bridge device */
#define PCI_T3_PCI2PCI_SUBTR 0x060401 /* Subtr. PCI-to-PCI Bridge */
#define PCI_T3_CARDBUS 0x060700 /* Bardbus Bridge */