Add nForce3-250.

This commit is contained in:
David E. O'Brien 2005-04-08 18:04:39 +00:00
parent 1ab4ad3675
commit fd92279bef
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: