From b4d79731ed5d0f9049c83c4db4e75f8ded758f7c Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 29 Dec 2000 14:03:02 +0000 Subject: Revision 5 is 82559B. --- sys/dev/pci/if_fxp_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') 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; -- cgit v1.2.3