From ba16275b9f2b3155c63971204353ca5d964c0436 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 Feb 2005 07:16:25 +0000 Subject: [PATCH] No use for this AMD64 special-case "return NULL;" in probe now that we don't do fake "generic" support. --- sys/dev/agp/agp_sis.c | 2 -- sys/pci/agp_sis.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index 035d21e98252..eec6d8118329 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -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; diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index 035d21e98252..eec6d8118329 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -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;