Date: Thu, 1 Mar 2001 16:40:07 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lnc if_lnc_pci.c Message-ID: <200103020040.f220e7316545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103020040.f220e7316545>