1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Correctly identify the Intel 82830 AGP bridge.

This commit is contained in:
Benno Rice 2002-02-05 23:13:25 +00:00
parent e4db1131b8
commit 64eecf3a43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90270
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,9 @@ agp_intel_match(device_t dev)
case 0x25008086:
return ("Intel 82820 host to AGP bridge");
case 0x35758086:
return ("Intel 82830 host to AGP bridge");
case 0x1a218086:
return ("Intel 82840 host to AGP bridge");

View File

@ -83,6 +83,9 @@ agp_intel_match(device_t dev)
case 0x25008086:
return ("Intel 82820 host to AGP bridge");
case 0x35758086:
return ("Intel 82830 host to AGP bridge");
case 0x1a218086:
return ("Intel 82840 host to AGP bridge");