aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd_erom.c
Commit message (Expand)AuthorAgeFilesLines
* bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin14 days1-11/+3
* bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin14 days1-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bhnd(4): Correct some typos in source code commentsGordon Bergling2022-09-041-2/+2
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-291-0/+113
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-151-0/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-0/+2
* bhnd(4) update inline documentation comments and man pages.Landon J. Fuller2017-11-271-0/+1
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-271-16/+361
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-7/+8
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-031-0/+140