freebsd-dev/sys/dev/lnc
Ian Dowse 783e9b1a7a 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
2001-03-02 00:40:06 +00:00
..
if_lnc_isa.c The pci and isa drivers were meant to share the same devclass but 2000-12-29 11:59:41 +00:00
if_lnc_pc98.c Remove unused #include "lnc.h" 2001-01-29 11:19:30 +00:00
if_lnc_pci.c There were a few changes missed when this file was converted to 2001-03-02 00:40:06 +00:00
if_lnc.c Convert if_multiaddrs from LIST to TAILQ so that it can be traversed 2001-02-06 10:12:15 +00:00
if_lncreg.h Newbusify. 2000-12-16 01:33:28 +00:00
if_lncvar.h The pci and isa drivers were meant to share the same devclass but 2000-12-29 11:59:41 +00:00