summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-01-17 05:14:23 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-01-17 05:14:23 +0100
commitc4170c50522ff2de0048d8fa385ede030d64d40c (patch)
tree65eac9d214678aafa9dd762e0214119fe6950361
parent0c91d121f0b2c21df66d7e6cf780a8247632f607 (diff)
downloadplan9front-c4170c50522ff2de0048d8fa385ede030d64d40c.tar.xz
igfx: remove hardware cursor support for X60t, does not work
-rw-r--r--sys/src/9/pc/vgaigfx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/pc/vgaigfx.c b/sys/src/9/pc/vgaigfx.c
index 41ea91966..159ddeac1 100644
--- a/sys/src/9/pc/vgaigfx.c
+++ b/sys/src/9/pc/vgaigfx.c
@@ -38,7 +38,6 @@ preallocsize(Pcidev *p)
case 0x10: return 512*MB - 2*MB;
}
break;
- case 0x27a2: /* X60t */
case 0x2a42: /* X200 */
switch((pcicfgr16(p, 0x52) >> 4) & 7){
case 0x01: return 1*MB;
@@ -135,7 +134,6 @@ igfxcurregs(VGAscr* scr, int pipe)
if(pipe > 2)
return nil;
break;
- case 0x27a2: /* X60t */
case 0x2a42: /* X200 */
if(pipe > 1)
return nil;