nVidia AGP chipsets beyond nForce2 are AMD64-specific.
So move the AGP support to there. Submitted by: Jung-uk Kim <jkim@niksun.com>
This commit is contained in:
parent
049358d9ae
commit
3cc412b783
@ -82,6 +82,8 @@ agp_amd64_match(device_t dev)
|
||||
return ("AMD 8151 AGP graphics tunnel");
|
||||
case 0x07551039:
|
||||
return ("SiS 755 host to AGP bridge");
|
||||
case 0x00d110de:
|
||||
return ("NVIDIA nForce3 AGP Controller");
|
||||
case 0x02041106:
|
||||
return ("VIA 8380 host to PCI bridge");
|
||||
case 0x02821106:
|
||||
|
@ -109,7 +109,7 @@ agp_nvidia_match (device_t dev)
|
||||
case NVIDIA_DEVICEID_NFORCE2:
|
||||
return ("NVIDIA nForce2 AGP Controller");
|
||||
}
|
||||
return ("NVIDIA Generic AGP Controller");
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
static int
|
||||
|
@ -82,6 +82,8 @@ agp_amd64_match(device_t dev)
|
||||
return ("AMD 8151 AGP graphics tunnel");
|
||||
case 0x07551039:
|
||||
return ("SiS 755 host to AGP bridge");
|
||||
case 0x00d110de:
|
||||
return ("NVIDIA nForce3 AGP Controller");
|
||||
case 0x02041106:
|
||||
return ("VIA 8380 host to PCI bridge");
|
||||
case 0x02821106:
|
||||
|
@ -109,7 +109,7 @@ agp_nvidia_match (device_t dev)
|
||||
case NVIDIA_DEVICEID_NFORCE2:
|
||||
return ("NVIDIA nForce2 AGP Controller");
|
||||
}
|
||||
return ("NVIDIA Generic AGP Controller");
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user