Fix i810 after i830 commit.
Submitted by: David Dawes <dawes@XFree86.Org>
This commit is contained in:
parent
03b716c4bd
commit
81ac2d2606
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103340
@ -222,9 +222,11 @@ agp_i810_attach(device_t dev)
|
||||
case 0x71258086:
|
||||
case 0x11328086:
|
||||
sc->chiptype = CHIP_I810;
|
||||
break;
|
||||
case 0x35778086:
|
||||
case 0x25628086:
|
||||
sc->chiptype = CHIP_I830;
|
||||
break;
|
||||
};
|
||||
|
||||
/* Same for i810 and i830 */
|
||||
|
@ -222,9 +222,11 @@ agp_i810_attach(device_t dev)
|
||||
case 0x71258086:
|
||||
case 0x11328086:
|
||||
sc->chiptype = CHIP_I810;
|
||||
break;
|
||||
case 0x35778086:
|
||||
case 0x25628086:
|
||||
sc->chiptype = CHIP_I830;
|
||||
break;
|
||||
};
|
||||
|
||||
/* Same for i810 and i830 */
|
||||
|
Loading…
Reference in New Issue
Block a user