aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/le/if_le_isa.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-4/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-4/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-3/+3
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcMarius Strobl2008-09-241-39/+35
* 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
* - Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl2006-05-171-0/+509