Add ast driver/device info to Xorg server & config utilities
This commit is contained in:
		
							parent
							
								
									e1dd1904c6
								
							
						
					
					
						commit
						edd5f17454
					
				|  | @ -92,6 +92,7 @@ | |||
| #define PCI_VENDOR_TRITECH		0x1292 | ||||
| #define PCI_VENDOR_NVIDIA_SGS		0x12D2 | ||||
| #define PCI_VENDOR_VMWARE		0x15AD | ||||
| #define PCI_VENDOR_AST			0x1A03 | ||||
| #define PCI_VENDOR_3DLABS		0x3D3D | ||||
| #define PCI_VENDOR_AVANCE_2		0x4005 | ||||
| #define PCI_VENDOR_HERCULES		0x4843 | ||||
|  | @ -358,6 +359,9 @@ | |||
| #define PCI_CHIP_RS350_7834             0x7834 | ||||
| #define PCI_CHIP_RS350_7835             0x7835 | ||||
| 
 | ||||
| /* ASPEED Technology (AST) */ | ||||
| #define PCI_CHIP_AST2000		0x2000 | ||||
| 
 | ||||
| /* Avance Logic */ | ||||
| #define PCI_CHIP_ALG2064		0x2064 | ||||
| #define PCI_CHIP_ALG2301		0x2301 | ||||
|  |  | |||
|  | @ -1128,6 +1128,7 @@ CardConfig(void) | |||
|     static char *xdrivers[] = { | ||||
| 	"apm", | ||||
| 	"ark", | ||||
| 	"ast", | ||||
| 	"ati", | ||||
| 	"r128", | ||||
| 	"radeon", | ||||
|  |  | |||
|  | @ -51,6 +51,11 @@ NAME ** Ark Logic (generic)                [ark] | |||
| SERVER SVGA | ||||
| DRIVER ark | ||||
| 
 | ||||
| NAME ** ASPEED Technology (generic)        [ast] | ||||
| #CHIPSET ast | ||||
| SERVER SVGA | ||||
| DRIVER ast | ||||
| 
 | ||||
| NAME ** ATI (generic)                      [ati] | ||||
| #CHIPSET ati | ||||
| SERVER SVGA | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue