diff options
author | Carl Switzky <Carl.Switzky@Sun.COM> | 2006-10-19 17:30:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-19 17:30:54 -0700 |
commit | edd5f1745461f995670969cb736d1569ca94643f (patch) | |
tree | 12eae340e4f822cbbd41e59176e69d9b5d7365bb /hw/xfree86/utils | |
parent | e1dd1904c6c7ce33f347d822272831d54a6497c8 (diff) |
Add ast driver/device info to Xorg server & config utilities
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r-- | hw/xfree86/utils/xorgcfg/text-mode.c | 1 | ||||
-rw-r--r-- | hw/xfree86/utils/xorgconfig/Cards | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/utils/xorgcfg/text-mode.c b/hw/xfree86/utils/xorgcfg/text-mode.c index 10f4b698f..0fc5770ca 100644 --- a/hw/xfree86/utils/xorgcfg/text-mode.c +++ b/hw/xfree86/utils/xorgcfg/text-mode.c @@ -1128,6 +1128,7 @@ CardConfig(void) static char *xdrivers[] = { "apm", "ark", + "ast", "ati", "r128", "radeon", diff --git a/hw/xfree86/utils/xorgconfig/Cards b/hw/xfree86/utils/xorgconfig/Cards index bf30eab1d..b95928c37 100644 --- a/hw/xfree86/utils/xorgconfig/Cards +++ b/hw/xfree86/utils/xorgconfig/Cards @@ -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 |