summaryrefslogtreecommitdiff
path: root/sys/dev/le
AgeCommit message (Expand)Author
2008-09-24- Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcMarius Strobl
2008-09-08o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl
2007-12-30Correct the comments in am7990_intr() and am79900_intr(); it's notMarius Strobl
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-20Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'sMarius Strobl
2007-01-20Add front-ends for the 'lebuffer' variants found on some SBus cards.Marius Strobl
2007-01-20For setting the port PCnet chips must be powered down or stopped andMarius Strobl
2007-01-20Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onMarius Strobl
2006-12-06Use our own callout instead of if_slowtimo() for driving lance_watchdog()Marius Strobl
2006-06-05Revert the part of rev. 1.3 which changed the software style to beMarius Strobl
2006-05-22- Fix the busname in the DRIVER_MODULE.Yoshihiro Takahashi
2006-05-17- Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl
2006-05-16- Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()Marius Strobl
2006-05-16Kill more references to lnc(4).Ruslan Ermilov
2006-02-21- In the interrupt handler clear the interrupt source flags beforeMarius Strobl
2006-01-31Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedMarius Strobl