1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Correct device id for GPU on some server SandyBridge model.

Submitted and tested by:	Thomas Zander <thomas.e.zander googlemail com>
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2012-06-23 15:36:32 +00:00
parent 79e62fee3d
commit e1f4f1f860
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237484

View File

@ -700,7 +700,7 @@ static const struct agp_i810_match {
.driver = &agp_i810_sb_driver
},
{
.devid = 0x01088086,
.devid = 0x010a8086,
.name = "SandyBridge server IG",
.driver = &agp_i810_sb_driver
},