diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-12-29 14:03:02 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-12-29 14:03:02 +0000 |
commit | b4d79731ed5d0f9049c83c4db4e75f8ded758f7c (patch) | |
tree | d3bc3de2249e87725350e940158e07549ba7db69 /sys | |
parent | 5c3503b2b85424457081d6f8cc4ed178dbb8f4af (diff) |
Revision 5 is 82559B.
Diffstat (limited to 'sys')
-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; |