nouveau: Add 0x0244 pciid manually for now..
authorBen Skeggs <darktama@iinet.net.au>
Mon, 15 Jan 2007 06:28:56 +0000 (17:28 +1100)
committerBen Skeggs <darktama@iinet.net.au>
Mon, 15 Jan 2007 06:28:56 +0000 (17:28 +1100)
pciids.sf.net is slow to add it so our generator picks it up,
and it's *really* annoying me :)

src/mesa/drivers/dri/nouveau/nouveau_card_list.h

index f8ea3c3..14e7b69 100644 (file)
@@ -132,6 +132,7 @@ static nouveau_card nouveau_card_list[]={
 {0x0221,  "GeForce 6200",                          NV30_TCL_PRIMITIVE_3D|0x4400,  NV_44, 0},
 {0x0240,  "GeForce 6150",                          NV30_TCL_PRIMITIVE_3D|0x4400,  NV_44, 0},
 {0x0242,  "GeForce 6100",                          NV30_TCL_PRIMITIVE_3D|0x4400,  NV_44, 0},
+{0x0244,  "GeForce 6150 Go",                       NV30_TCL_PRIMITIVE_3D|0x4400,  NV_44, 0},
 {0x0250,  "GeForce4 Ti 4600",                      NV20_TCL_PRIMITIVE_3D|0x2500,  NV_25, 0},
 {0x0251,  "GeForce4 Ti 4400",                      NV20_TCL_PRIMITIVE_3D|0x2500,  NV_25, 0},
 {0x0252,  "GeForce4 Ti",                           NV20_TCL_PRIMITIVE_3D|0x2500,  NV_25, 0},