summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/pci
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>2000-05-02 02:57:14 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>2000-05-02 02:57:14 +0000
commit4de3547fd4e22e66f6d9f9dcf8a35a0f08b5f842 (patch)
tree79fc9999fe3b2407dd069ca9aec0334d25891f26 /sys/arch/powerpc/pci
parenta813ad8a2dd898c41320d855684f44b6fd73ce74 (diff)
Remove gmac_enable_hack, not needed here, doesn't work.
Diffstat (limited to 'sys/arch/powerpc/pci')
-rw-r--r--sys/arch/powerpc/pci/pchb.c9
1 files changed, 0 insertions, 9 deletions
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
}