diff options
author | 2000-12-29 14:03:01 +0000 | |
---|---|---|
committer | 2000-12-29 14:03:01 +0000 | |
commit | 7e70f76a3e6aa17434aebf00ddcbd74d262e1410 (patch) | |
tree | 14efd86630454d0666a9391f1e25eeb3657f5c28 | |
parent | remove->unlink; stevesk@pobox.com (diff) | |
download | wireguard-openbsd-7e70f76a3e6aa17434aebf00ddcbd74d262e1410.tar.xz wireguard-openbsd-7e70f76a3e6aa17434aebf00ddcbd74d262e1410.zip |
Revision 5 is 82559B.
-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 2a7a9e0357f..7c34c0792c7 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.4 2000/09/25 21:03:15 aaron Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.5 2000/12/29 14:03:01 art Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -176,7 +176,7 @@ fxp_pci_attach(parent, self, aux) /* * revisions * 2 = 82557 - * 4, 6 = 82558 + * 4-6 = 82558 * 8 = 82559 */ sc->not_82557 = (rev >= 4) ? 1 : 0; |