mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 17:30:02 +01:00
Add the "amd" driver to magic driver selection.
This commit is contained in:
parent
0f6aaf636b
commit
ab9b0b36ac
1 changed files with 3 additions and 2 deletions
|
|
@ -140,12 +140,13 @@ videoPtrToDriverName(struct pci_device *dev)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* things not handled yet:
|
* things not handled yet:
|
||||||
* amd/cyrix/nsc
|
* cyrix/nsc. should be merged into geode anyway.
|
||||||
* xgi
|
* xgi.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
switch (dev->vendor_id)
|
switch (dev->vendor_id)
|
||||||
{
|
{
|
||||||
|
case 0x1022: return "amd";
|
||||||
case 0x1142: return "apm";
|
case 0x1142: return "apm";
|
||||||
case 0xedd8: return "ark";
|
case 0xedd8: return "ark";
|
||||||
case 0x1a03: return "ast";
|
case 0x1a03: return "ast";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue