summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* bhnd_nvram_store_export_child: eliminate num_props write only variableWarner Losh2022-10-021-2/+1
* bhnd_pmu_sdiod_drive_strength_init: eliminate write only intr_val variableWarner Losh2022-10-021-2/+0
* bhnd_pwrctl_attach: eliminate write only bus variableWarner Losh2022-10-021-3/+0
* bhnd(4): Correct some typos in source code commentsGordon Bergling2022-09-076-18/+18
* bhnd(4): Correct a typo in a source code commentGordon Bergling2022-08-301-1/+1
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-3/+3
* bnhd: Write out updated resource dependencies from the table.John Baldwin2022-05-131-1/+2
* bhnd(4): Remove some double words in source code commentsGordon Bergling2022-04-143-3/+3
* bhnd(4): Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-03-075-18/+0
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-086-6/+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-279/+387
* 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
* bhnd_chipc(4): Break cyclic references to the ChipCommon deviceLandon J. Fuller2017-12-021-2/+2
* bhndb(4): Fix incorrect assertion in bhndb_deregister_intr_handler().Landon J. Fuller2017-12-021-1/+1
* siba(4): Add support for devices have neither PMU nor PWRCTL support.Landon J. Fuller2017-11-282-12/+93
* bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets.Landon J. Fuller2017-11-289-62/+385
* siba(4): fix workaround for BCM4312 D11 core backplane timeoutsLandon J. Fuller2017-11-271-2/+2
* bhnd(4): Print the core's hardware revision in bhnd(4)'sLandon J. Fuller2017-11-271-2/+2
* bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller2017-11-278-156/+175
* bhnd(4) update inline documentation comments and man pages.Landon J. Fuller2017-11-275-38/+52
* bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-226-2/+1048
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-2232-865/+2678