Fix i810 after i830 commit.

Submitted by:	David Dawes <dawes@XFree86.Org>
This commit is contained in:
Eric Anholt 2002-09-15 08:43:23 +00:00
parent 03b716c4bd
commit 81ac2d2606
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103340
2 changed files with 4 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */