From 4de3547fd4e22e66f6d9f9dcf8a35a0f08b5f842 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Tue, 2 May 2000 02:57:14 +0000 Subject: Remove gmac_enable_hack, not needed here, doesn't work. --- sys/arch/powerpc/pci/pchb.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/arch/powerpc/pci') diff --git a/sys/arch/powerpc/pci/pchb.c b/sys/arch/powerpc/pci/pchb.c index 70a149633f8..1a6f035bc3b 100644 --- a/sys/arch/powerpc/pci/pchb.c +++ b/sys/arch/powerpc/pci/pchb.c @@ -112,13 +112,4 @@ pchbattach(parent, self, aux) printf("%s: %s (rev. 0x%02x)\n", self->dv_xname, devinfo, PCI_REVISION(pa->pa_class)); */ -#include "gm.h" -#if NGM > 0 - if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE) && - (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_UNINORTHETH )) - { - gmac_enable_hack(); - - } -#endif } -- cgit v1.2.3