From owner-cvs-all Sun Sep 5 23:15:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2B27153E9; Sun, 5 Sep 1999 23:15:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18605; Sun, 5 Sep 1999 23:15:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909060615.XAA18605@freefall.freebsd.org> From: Peter Wemm Date: Sun, 5 Sep 1999 23:15:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/05 23:15:19 PDT Modified files: sys/pci if_fxp.c if_fxpreg.h Log: Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter. I have an 82559 card with the same id as the other 8255[78] chips, but that was made with a date code of 0699 (June 99). The submitter shows this working with the probe etc, but doesn't actually say it works as on the ethernet. :-) Assuming it does, this is a RELENG_3 merge candidate. Submitted by: Steven E Lumos Revision Changes Path 1.72 +6 -1 src/sys/pci/if_fxp.c 1.17 +3 -2 src/sys/pci/if_fxpreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message