aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-5/+4
* bhnd(4): Correct some typos in source code commentsGordon Bergling2022-09-046-18/+18
* bhnd(4): Correct a typo in a source code commentGordon Bergling2022-08-271-1/+1
* bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0922-46/+19
* Remove unused bhndb_devclass.John Baldwin2022-05-092-3/+0
* Remove unused cfi_devclass.John Baldwin2022-05-091-1/+1
* bhnd: Use devclass_find to lookup devclass for bhnd.John Baldwin2022-05-051-2/+3
* bhnd: Use __diagused for a variable only used in a KASSERT().John Baldwin2022-04-131-1/+1
* bhnd(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* bhnd(4): Remove some double words in source code commentsGordon Bergling2022-04-093-3/+3
* bnhd: Write out updated resource dependencies from the table.John Baldwin2022-04-071-1/+2
* bhnd_nvram_store_export_child: eliminate num_props write only variableWarner Losh2022-04-051-2/+1
* bhnd_pmu_sdiod_drive_strength_init: eliminate write only intr_val variableWarner Losh2022-04-051-2/+0
* bhnd_pwrctl_attach: eliminate write only bus variableWarner Losh2022-04-051-3/+0
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-02-285-18/+0
* bhnd: plug set-but-not-used varsMateusz Guzik2021-12-141-22/+0
* newbus: add bus_topo_assertWarner Losh2021-12-102-4/+3
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-3/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-086-6/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-233-64/+16
* [bhnd] remove unused sc variableMichael Zhilin2021-05-281-5/+0
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0183-393/+199
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-294-0/+4
* Fix format/arg mismatchOleksandr Tymoshenko2019-01-251-2/+2
* bhnd nvram map: don't write "variable records written" to standard out by def...Matt Macy2018-05-191-3/+7
* bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMALandon J. Fuller2018-03-291-1/+8
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-298-200/+200
* Add missing NULL checks when calling malloc(M_NOWAIT) inLandon J. Fuller2018-03-221-0/+6
* siba(4): Ignore disabled per-core address match entries.Landon J. Fuller2018-02-125-280/+388
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-051-4/+7
* bhnd_chipc(4): Fix leak of child device ivars by explicitly deletingLandon J. Fuller2018-01-201-0/+3
* bhnd/bwn(4): Define a bhnd(4) softmodem device class for the v.90 modemLandon J. Fuller2018-01-193-2/+3
* bhndb_pci(4): Implement bridge support for CardBus-attached devices.Landon J. Fuller2018-01-191-10/+19
* bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.Landon J. Fuller2018-01-192-7/+11
* bhnd_chipc(4): Fix the assignment of non-wildcard child unit numbersLandon J. Fuller2018-01-191-3/+3
* bhndb_pci(4): fix incorrect BHND_PCI_SRSH_PI workaroundLandon J. Fuller2018-01-173-333/+565
* dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni2018-01-113-3/+3
* bhnd(4): Add missing BCM4312 backplane clock speed entry.Landon J. Fuller2018-01-041-0/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* bhnd(4): Fix the pa0itssit/pa1itssit NVRAM variable type definitionsLandon J. Fuller2017-12-161-10/+10
* bhndb(4): Enable addrext support on DMA64 devices, and fix an incorrect DMALandon J. Fuller2017-12-162-13/+11
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-158-7/+10
* bhndb(4): Fix two register window overcommit bugs introduced in r326297:Landon J. Fuller2017-12-141-48/+51
* bhnd_chipc(4): Correct typo in flag macros that broke clearing of GPIOLandon J. Fuller2017-12-141-1/+1
* bhnd(4): Add missing enclosing parentheses to the bhnd bus space macros toLandon J. Fuller2017-12-142-88/+88
* bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller2017-12-145-15/+53
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0864-5/+133
* bhnd_pmu(4): Do not leak our chipc provider reference or clkctl state inLandon J. Fuller2017-12-021-21/+28
* bhndb(4): Fix leak of child devices and MSI vectors.Landon J. Fuller2017-12-022-3/+9