From owner-cvs-all Thu Mar 1 16:40:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8488437B719; Thu, 1 Mar 2001 16:40:07 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f220e7316545; Thu, 1 Mar 2001 16:40:07 -0800 (PST) (envelope-from iedowse) Message-Id: <200103020040.f220e7316545@freefall.freebsd.org> From: Ian Dowse Date: Thu, 1 Mar 2001 16:40:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lnc if_lnc_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/01 16:40:07 PST Modified files: sys/dev/lnc if_lnc_pci.c Log: There were a few changes missed when this file was converted to newbus in revision 1.19. As a result, lnc was, I believe, broken for all PCI cards. The softc fields `lnc_btag' and `lnc_bhandle' were not initialised, `rap', `rdp' and `bdp' were initialised to the wrong values, and the size of the DMA ring memory was calculated incorrectly. Paul Richards has further cleanups in the pipeline, but this at least is enough to make the driver usable with VMware. Approved by: paul Revision Changes Path 1.23 +10 -4 src/sys/dev/lnc/if_lnc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message