mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix i810 after i830 commit.
Submitted by: David Dawes <dawes@XFree86.Org>
This commit is contained in:
parent
03b716c4bd
commit
81ac2d2606
2 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue