opnsense-src/sys/dev/le
Marius Strobl 17792f45fb For setting the port PCnet chips must be powered down or stopped and
unlike documented may not take effect without an initialization. So
don't invoke (*sc_mediachange) directly in lance_mediachange() but
go through lance_init_locked(). It's suboptimal to impose this for
all chips but given that besides the affected PCI bus front-end the
only other front-end which supports media selection is and likely
ever will be the 'ledma' front-end I see not enough reason to break
the in-driver API for this (though one could argue both ways here).
2007-01-20 10:47:16 +00:00
..
am7990.c Use our own callout instead of if_slowtimo() for driving lance_watchdog() 2006-12-06 02:14:31 +00:00
am7990reg.h
am7990var.h
am79900.c Use our own callout instead of if_slowtimo() for driving lance_watchdog() 2006-12-06 02:14:31 +00:00
am79900reg.h
am79900var.h
if_le_cbus.c Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on 2007-01-20 09:57:09 +00:00
if_le_isa.c Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on 2007-01-20 09:57:09 +00:00
if_le_ledma.c - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe() 2006-05-16 21:04:01 +00:00
if_le_pci.c Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on 2007-01-20 09:57:09 +00:00
lance.c For setting the port PCnet chips must be powered down or stopped and 2007-01-20 10:47:16 +00:00
lancereg.h - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe() 2006-05-16 21:04:01 +00:00
lancevar.h Use our own callout instead of if_slowtimo() for driving lance_watchdog() 2006-12-06 02:14:31 +00:00