diff options
author | 2006-01-05 21:34:35 +0000 | |
---|---|---|
committer | 2006-01-05 21:34:35 +0000 | |
commit | f9dba63259764e7dc4c5aabd32b8c4f945ca05d9 (patch) | |
tree | 9a7c4f16330e1a74bb4ad039a1ecf3650b2dee78 | |
parent | Kill all typedef struct goo. (diff) | |
download | wireguard-openbsd-f9dba63259764e7dc4c5aabd32b8c4f945ca05d9.tar.xz wireguard-openbsd-f9dba63259764e7dc4c5aabd32b8c4f945ca05d9.zip |
enable dynamic standby workaround for the 82551 as well.
-rw-r--r-- | sys/dev/pci/if_fxp_pci.c | 4 |
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; /* |