No use for this AMD64 special-case "return NULL;" in probe now that we don't

do fake "generic" support.
This commit is contained in:
Eric Anholt 2005-02-14 07:16:25 +00:00
parent 78ac8a9391
commit ba16275b9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141883
2 changed files with 0 additions and 4 deletions

View file

@ -105,8 +105,6 @@ agp_sis_match(device_t dev)
return ("SiS 746 host to AGP bridge");
case 0x07601039:
return ("SiS 760 host to AGP bridge");
case 0x10221039: /* AMD64 */
return NULL;
};
return NULL;

View file

@ -105,8 +105,6 @@ agp_sis_match(device_t dev)
return ("SiS 746 host to AGP bridge");
case 0x07601039:
return ("SiS 760 host to AGP bridge");
case 0x10221039: /* AMD64 */
return NULL;
};
return NULL;