diff options
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-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; /* |