From owner-cvs-sys Fri Jul 19 10:18:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08953 for cvs-sys-outgoing; Fri, 19 Jul 1996 10:18:31 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08929; Fri, 19 Jul 1996 10:18:23 -0700 (PDT) Date: Fri, 19 Jul 1996 10:18:23 -0700 (PDT) From: Stefan Esser Message-Id: <199607191718.KAA08929@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_lnc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/07/19 10:18:22 Modified: sys/i386/isa if_lnc.c Log: Last night (local time :) I accidently checked in an intermediate version of this patch, which had not actually been reviewed by Joerg or Paul! (I'll better stop committing files after midnight ...) I'm now commiting the latest code, which has been reported to work. Minor correction to the previous commit message for this file: The first PCI Lance in a system will get a name of lnc1, the second will be known as lnc2 and so on. An arbitrary number of cards is supported in a system ... Revision Changes Path 1.25 +69 -85 src/sys/i386/isa/if_lnc.c