From 5053629a13bd33cf3faeeaa7e0b0850e0c5b0100 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 20 Sep 2004 04:24:01 +0000 Subject: enable code to disable dynamic standby mode on 82550's ok beck@ --- sys/dev/pci/if_fxp_pci.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index b8d142961c1..08a360d4a54 100644 --- a/sys/dev/pci/if_fxp_pci.c +++ b/sys/dev/pci/if_fxp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_pci.c,v 1.30 2004/09/18 20:31:45 beck Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.31 2004/09/20 04:24:00 brad Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -228,7 +228,8 @@ fxp_pci_attach(parent, self, aux) (PCI_PRODUCT(pa->pa_id) == 0x2449 || (PCI_PRODUCT(pa->pa_id) > 0x1030 && PCI_PRODUCT(pa->pa_id) < 0x1039) || - (PCI_PRODUCT(pa->pa_id) == 0x1229 && (rev == 8 || rev == 9)))) + (PCI_PRODUCT(pa->pa_id) == 0x1229 && (rev == 8 || rev == 9 || + rev == 12 || rev == 13)))) sc->sc_flags |= FXPF_DISABLE_STANDBY; /* enable bus mastering */ -- cgit v1.2.3