Add nForce3-250.

This commit is contained in:
obrien 2005-04-08 18:04:39 +00:00
parent 92faab9bf9
commit 68ad6f8bd2
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,8 @@ agp_amd64_match(device_t dev)
return ("SiS 755 host to AGP bridge");
case 0x00d110de:
return ("NVIDIA nForce3 AGP Controller");
case 0x00e110de:
return ("NVIDIA nForce3-250 AGP Controller");
case 0x02041106:
return ("VIA 8380 host to PCI bridge");
case 0x02821106:

View File

@ -84,6 +84,8 @@ agp_amd64_match(device_t dev)
return ("SiS 755 host to AGP bridge");
case 0x00d110de:
return ("NVIDIA nForce3 AGP Controller");
case 0x00e110de:
return ("NVIDIA nForce3-250 AGP Controller");
case 0x02041106:
return ("VIA 8380 host to PCI bridge");
case 0x02821106: