diff options
author | aiju <devnull@localhost> | 2011-04-15 20:29:46 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2011-04-15 20:29:46 +0200 |
commit | 68d6b0808bbd57a91abf2a5ac4571e4372a8d3fc (patch) | |
tree | 4b0b6214de9c0e70fc26d09264c41557f1f23510 /lib/vgadb | |
parent | a95f7282410ebfa4e2a4ff816e8486e7e0f8284a (diff) | |
download | plan9front-68d6b0808bbd57a91abf2a5ac4571e4372a8d3fc.tar.xz |
added geode driver
Diffstat (limited to 'lib/vgadb')
-rwxr-xr-x | lib/vgadb | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -428,6 +428,12 @@ ctlr ctlr=radeon linear=1 hwgc=radeonhwgc +ctlr + vid=0x1022 did=0x2081 # AMD Geode LX + link=vga + hwgc=geodehwgc + ctlr=geode linear=1 + # # mode: # These entries specify a monitor operating mode. @@ -1631,3 +1637,18 @@ p109b6=1600x1200 # 75Hz # QUXGA 3200x2400 Quad UXGA # QUXGA-W 3840x2400 Wide-QUXGA # + +geode + alias=vga + +geode=1024x768 + defaultclock=65 + shb=1032 ehb=1176 ht=1344 + shs=1056 + vrs=771 vre=777 vt=806 + hsync=- vsync=- + +geode=1280x1024 + defaultclock=108 + shb=1312 ehb=1496 ht=1720 + vrs=1025 vre=1028 vt=1074 |