aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/le/if_le_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* le: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-181-1/+0
* Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io.Tijl Coosemans2010-12-101-1/+1
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcMarius Strobl2008-09-241-34/+27
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'sMarius Strobl2007-01-201-2/+2
* Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onMarius Strobl2007-01-201-1/+1
* Revert the part of rev. 1.3 which changed the software style to beMarius Strobl2006-06-051-2/+10
* - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()Marius Strobl2006-05-161-9/+22
* Kill more references to lnc(4).Ruslan Ermilov2006-05-161-2/+1
* Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedMarius Strobl2006-01-311-0/+496