summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-01-05 21:34:36 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-01-05 21:34:36 +0000
commit87284633939a60feae7ce7f11b88b0e655d63204 (patch)
tree403ef08278fb44017a8f47fd528c0feb2030b900 /sys/dev/pci/if_fxp_pci.c
parentb59d1ac7a8ad5a7e0b5296fe9b64624c0a42a821 (diff)
enable dynamic standby workaround for the 82551 as well.
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-rw-r--r--sys/dev/pci/if_fxp_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c
index eed57969ac1..c415167332f 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.44 2006/01/05 20:17:12 brad Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.45 2006/01/05 21:34:35 brad Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -228,7 +228,7 @@ fxp_pci_attach(parent, self, aux)
(PCI_PRODUCT(pa->pa_id) > 0x1030 &&
PCI_PRODUCT(pa->pa_id) < 0x1039) ||
(PCI_PRODUCT(pa->pa_id) == 0x1229 &&
- (sc->sc_revision >= 8 && sc->sc_revision <= 13))))
+ (sc->sc_revision >= 8 && sc->sc_revision <= 16))))
sc->sc_flags |= FXPF_DISABLE_STANDBY;
/*