📄 xf86pciinfo.h
字号:
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h,v 1.147 2003/04/07 01:06:32 tsi Exp $ *//* * Copyright 1995-2002 by The XFree86 Project, Inc. * * This file contains macros for the PCI Vendor and Device IDs for video * cards plus a few other things that are needed in drivers or elsewhere. * This information is used in several ways: * 1. It is used by drivers and/or other code. * 2. It is used by the pciid2c.pl script to determine what vendor data to * include in the pcidata module that the X server loads. * 3. A side-effect of 2. affects how config-generation works for * otherwise "unknown" cards. * * Don't add entries here for vendors that don't make video cards, * or for non-video devices unless they're needed by a driver or elsewhere. * A comprehensive set of PCI vendor, device and subsystem data is * auto-generated from the ../etc/pci.ids file using the pciids2c.pl script, * and is used in both the scanpci module and the scanpci utility. Don't * modify the pci.ids file. If new/corrected entries are required, add them * to ../etc/extrapci.ids. */#ifndef _XF86_PCIINFO_H#define _XF86_PCIINFO_H/* PCI Pseudo Vendor */#define PCI_VENDOR_GENERIC 0x00FF#define PCI_VENDOR_REAL3D 0x003D#define PCI_VENDOR_COMPAQ 0x0E11#define PCI_VENDOR_ATI 0x1002#define PCI_VENDOR_AVANCE 0x1005#define PCI_VENDOR_TSENG 0x100C#define PCI_VENDOR_NS 0x100B#define PCI_VENDOR_WEITEK 0x100E#define PCI_VENDOR_VIDEOLOGIC 0x1010#define PCI_VENDOR_DIGITAL 0x1011#define PCI_VENDOR_CIRRUS 0x1013#define PCI_VENDOR_AMD 0x1022#define PCI_VENDOR_TRIDENT 0x1023#define PCI_VENDOR_ALI 0x1025#define PCI_VENDOR_DELL 0x1028#define PCI_VENDOR_MATROX 0x102B#define PCI_VENDOR_CHIPSTECH 0x102C#define PCI_VENDOR_MIRO 0x1031#define PCI_VENDOR_NEC 0x1033#define PCI_VENDOR_SIS 0x1039#define PCI_VENDOR_HP 0x103C#define PCI_VENDOR_SGS 0x104A#define PCI_VENDOR_TI 0x104C#define PCI_VENDOR_SONY 0x104D#define PCI_VENDOR_OAK 0x104E#define PCI_VENDOR_MOTOROLA 0x1057#define PCI_VENDOR_NUMNINE 0x105D#define PCI_VENDOR_CYRIX 0x1078#define PCI_VENDOR_SUN 0x108E#define PCI_VENDOR_DIAMOND 0x1092#define PCI_VENDOR_BROOKTREE 0x109E#define PCI_VENDOR_ALI_2 0x10B9#define PCI_VENDOR_NEOMAGIC 0x10C8#define PCI_VENDOR_NVIDIA 0x10DE#define PCI_VENDOR_IMS 0x10E0#define PCI_VENDOR_INTEGRAPHICS 0x10EA#define PCI_VENDOR_VIA 0x1106#define PCI_VENDOR_ALLIANCE 0x1142#define PCI_VENDOR_RENDITION 0x1163#define PCI_VENDOR_3DFX 0x121A#define PCI_VENDOR_SMI 0x126F#define PCI_VENDOR_TRITECH 0x1292#define PCI_VENDOR_NVIDIA_SGS 0x12D2#define PCI_VENDOR_VMWARE 0x15AD#define PCI_VENDOR_3DLABS 0x3D3D#define PCI_VENDOR_AVANCE_2 0x4005#define PCI_VENDOR_HERCULES 0x4843#define PCI_VENDOR_S3 0x5333#define PCI_VENDOR_INTEL 0x8086#define PCI_VENDOR_ARK 0xEDD8/* Generic */#define PCI_CHIP_VGA 0x0000#define PCI_CHIP_8514 0x0001/* Real 3D */#define PCI_CHIP_I740_PCI 0x00D1/* Compaq */#define PCI_CHIP_QV1280 0x3033/* ATI */#define PCI_CHIP_RS100_4136 0x4136#define PCI_CHIP_RS200_4137 0x4137#define PCI_CHIP_R300_AD 0x4144#define PCI_CHIP_R300_AE 0x4145#define PCI_CHIP_R300_AF 0x4146#define PCI_CHIP_R300_AG 0x4147#define PCI_CHIP_MACH32 0x4158#define PCI_CHIP_R200_BB 0x4242#define PCI_CHIP_RS100_4336 0x4336#define PCI_CHIP_RS200_4337 0x4337#define PCI_CHIP_MACH64CT 0x4354#define PCI_CHIP_MACH64CX 0x4358#define PCI_CHIP_MACH64ET 0x4554#define PCI_CHIP_MACH64GB 0x4742#define PCI_CHIP_MACH64GD 0x4744#define PCI_CHIP_MACH64GI 0x4749#define PCI_CHIP_MACH64GL 0x474C#define PCI_CHIP_MACH64GM 0x474D#define PCI_CHIP_MACH64GN 0x474E#define PCI_CHIP_MACH64GO 0x474F#define PCI_CHIP_MACH64GP 0x4750#define PCI_CHIP_MACH64GQ 0x4751#define PCI_CHIP_MACH64GR 0x4752#define PCI_CHIP_MACH64GS 0x4753#define PCI_CHIP_MACH64GT 0x4754#define PCI_CHIP_MACH64GU 0x4755#define PCI_CHIP_MACH64GV 0x4756#define PCI_CHIP_MACH64GW 0x4757#define PCI_CHIP_MACH64GX 0x4758#define PCI_CHIP_MACH64GY 0x4759#define PCI_CHIP_MACH64GZ 0x475A#define PCI_CHIP_RV250_Id 0x4964#define PCI_CHIP_RV250_Ie 0x4965#define PCI_CHIP_RV250_If 0x4966#define PCI_CHIP_RV250_Ig 0x4967#define PCI_CHIP_MACH64LB 0x4C42#define PCI_CHIP_MACH64LD 0x4C44#define PCI_CHIP_RAGE128LE 0x4C45#define PCI_CHIP_RAGE128LF 0x4C46#define PCI_CHIP_MACH64LG 0x4C47#define PCI_CHIP_MACH64LI 0x4C49#define PCI_CHIP_MACH64LM 0x4C4D#define PCI_CHIP_MACH64LN 0x4C4E#define PCI_CHIP_MACH64LP 0x4C50#define PCI_CHIP_MACH64LQ 0x4C51#define PCI_CHIP_MACH64LR 0x4C52#define PCI_CHIP_MACH64LS 0x4C53#define PCI_CHIP_RADEON_LW 0x4C57#define PCI_CHIP_RADEON_LX 0x4C58#define PCI_CHIP_RADEON_LY 0x4C59#define PCI_CHIP_RADEON_LZ 0x4C5A#define PCI_CHIP_RV250_Ld 0x4C64#define PCI_CHIP_RV250_Le 0x4C65#define PCI_CHIP_RV250_Lf 0x4C66#define PCI_CHIP_RV250_Lg 0x4C67#define PCI_CHIP_RAGE128MF 0x4D46#define PCI_CHIP_RAGE128ML 0x4D4C#define PCI_CHIP_R300_ND 0x4E44#define PCI_CHIP_R300_NE 0x4E45#define PCI_CHIP_R300_NF 0x4E46#define PCI_CHIP_R300_NG 0x4E47#define PCI_CHIP_RAGE128PA 0x5041#define PCI_CHIP_RAGE128PB 0x5042#define PCI_CHIP_RAGE128PC 0x5043#define PCI_CHIP_RAGE128PD 0x5044#define PCI_CHIP_RAGE128PE 0x5045#define PCI_CHIP_RAGE128PF 0x5046#define PCI_CHIP_RAGE128PG 0x5047#define PCI_CHIP_RAGE128PH 0x5048#define PCI_CHIP_RAGE128PI 0x5049#define PCI_CHIP_RAGE128PJ 0x504A#define PCI_CHIP_RAGE128PK 0x504B#define PCI_CHIP_RAGE128PL 0x504C#define PCI_CHIP_RAGE128PM 0x504D#define PCI_CHIP_RAGE128PN 0x504E#define PCI_CHIP_RAGE128PO 0x504F#define PCI_CHIP_RAGE128PP 0x5050#define PCI_CHIP_RAGE128PQ 0x5051#define PCI_CHIP_RAGE128PR 0x5052#define PCI_CHIP_RAGE128PS 0x5053#define PCI_CHIP_RAGE128PT 0x5054#define PCI_CHIP_RAGE128PU 0x5055#define PCI_CHIP_RAGE128PV 0x5056#define PCI_CHIP_RAGE128PW 0x5057#define PCI_CHIP_RAGE128PX 0x5058#define PCI_CHIP_RADEON_QD 0x5144#define PCI_CHIP_RADEON_QE 0x5145#define PCI_CHIP_RADEON_QF 0x5146#define PCI_CHIP_RADEON_QG 0x5147#define PCI_CHIP_R200_QH 0x5148#define PCI_CHIP_R200_QI 0x5149#define PCI_CHIP_R200_QJ 0x514A#define PCI_CHIP_R200_QK 0x514B#define PCI_CHIP_R200_QL 0x514C#define PCI_CHIP_R200_QM 0x514D#define PCI_CHIP_R200_QN 0x514E#define PCI_CHIP_R200_QO 0x514F#define PCI_CHIP_RV200_QW 0x5157#define PCI_CHIP_RV200_QX 0x5158#define PCI_CHIP_RV100_QY 0x5159#define PCI_CHIP_RV100_QZ 0x515A#define PCI_CHIP_R200_Qh 0x5168#define PCI_CHIP_R200_Qi 0x5169#define PCI_CHIP_R200_Qj 0x516A#define PCI_CHIP_R200_Qk 0x516B#define PCI_CHIP_R200_Ql 0x516C /* Undocumented in all ATI manuals */#define PCI_CHIP_RAGE128RE 0x5245#define PCI_CHIP_RAGE128RF 0x5246#define PCI_CHIP_RAGE128RG 0x5247#define PCI_CHIP_RAGE128RK 0x524B#define PCI_CHIP_RAGE128RL 0x524C#define PCI_CHIP_RAGE128SE 0x5345#define PCI_CHIP_RAGE128SF 0x5346#define PCI_CHIP_RAGE128SG 0x5347#define PCI_CHIP_RAGE128SH 0x5348#define PCI_CHIP_RAGE128SK 0x534B#define PCI_CHIP_RAGE128SL 0x534C#define PCI_CHIP_RAGE128SM 0x534D#define PCI_CHIP_RAGE128SN 0x534E#define PCI_CHIP_RAGE128TF 0x5446#define PCI_CHIP_RAGE128TL 0x544C#define PCI_CHIP_RAGE128TR 0x5452#define PCI_CHIP_RAGE128TS 0x5453#define PCI_CHIP_RAGE128TT 0x5454#define PCI_CHIP_RAGE128TU 0x5455#define PCI_CHIP_MACH64VT 0x5654#define PCI_CHIP_MACH64VU 0x5655#define PCI_CHIP_MACH64VV 0x5656#define PCI_CHIP_RV280_5960 0x5960#define PCI_CHIP_RV280_5961 0x5961#define PCI_CHIP_RV280_5962 0x5962#define PCI_CHIP_RV280_5963 0x5963#define PCI_CHIP_RV280_5968 0x5968#define PCI_CHIP_RV280_5969 0x5969#define PCI_CHIP_RV280_596A 0x596A#define PCI_CHIP_RV280_596B 0x596B/* Avance Logic */#define PCI_CHIP_ALG2064 0x2064#define PCI_CHIP_ALG2301 0x2301#define PCI_CHIP_ALG2501 0x2501/* Tseng */#define PCI_CHIP_ET4000_W32P_A 0x3202#define PCI_CHIP_ET4000_W32P_B 0x3205#define PCI_CHIP_ET4000_W32P_D 0x3206#define PCI_CHIP_ET4000_W32P_C 0x3207#define PCI_CHIP_ET6000 0x3208#define PCI_CHIP_ET6300 0x4702/* Weitek */#define PCI_CHIP_P9000 0x9001#define PCI_CHIP_P9100 0x9100/* Digital */#define PCI_CHIP_DC21050 0x0001#define PCI_CHIP_DEC21030 0x0004#define PCI_CHIP_TGA2 0x000D/* Cirrus Logic */#define PCI_CHIP_GD7548 0x0038#define PCI_CHIP_GD7555 0x0040#define PCI_CHIP_GD5430 0x00A0#define PCI_CHIP_GD5434_4 0x00A4#define PCI_CHIP_GD5434_8 0x00A8#define PCI_CHIP_GD5436 0x00AC#define PCI_CHIP_GD5446 0x00B8#define PCI_CHIP_GD5480 0x00BC#define PCI_CHIP_GD5462 0x00D0#define PCI_CHIP_GD5464 0x00D4#define PCI_CHIP_GD5464BD 0x00D5#define PCI_CHIP_GD5465 0x00D6#define PCI_CHIP_6729 0x1100#define PCI_CHIP_6832 0x1110#define PCI_CHIP_GD7542 0x1200#define PCI_CHIP_GD7543 0x1202#define PCI_CHIP_GD7541 0x1204/* AMD */#define PCI_CHIP_AMD761 0x700E/* Trident */#define PCI_CHIP_8400 0x8400#define PCI_CHIP_8420 0x8420#define PCI_CHIP_8500 0x8500#define PCI_CHIP_8520 0x8520#define PCI_CHIP_8600 0x8600#define PCI_CHIP_8620 0x8620#define PCI_CHIP_8820 0x8820#define PCI_CHIP_9320 0x9320#define PCI_CHIP_9388 0x9388#define PCI_CHIP_9397 0x9397#define PCI_CHIP_939A 0x939A#define PCI_CHIP_9420 0x9420#define PCI_CHIP_9440 0x9440#define PCI_CHIP_9520 0x9520#define PCI_CHIP_9525 0x9525#define PCI_CHIP_9540 0x9540#define PCI_CHIP_9660 0x9660#define PCI_CHIP_9750 0x9750#define PCI_CHIP_9850 0x9850#define PCI_CHIP_9880 0x9880#define PCI_CHIP_9910 0x9910
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -