aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-157/+176
* 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-870/+2683
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-2111-29/+494
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-2132-768/+2465
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-2715-1075/+1459
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-2716-419/+1239
* bhnd: Remove unsupported USB core IDs from the bhnd_usb device table.Landon J. Fuller2017-09-061-4/+0
* bhnd: initialize variable before useEd Maste2017-08-301-2/+1
* [mips] [bhnd] Support of old PMU for BMIPS and siba SoCMichael Zhilin2017-05-282-4/+10
* bhnd(4): Fix a SPROM identification regression introduced in r315866Landon J. Fuller2017-05-232-6/+10
* Add support for dumping bcma/siba EROM tables to the console via a newLandon J. Fuller2017-04-244-0/+240
* Drop unused/unnecessary return statement.Landon J. Fuller2017-04-241-1/+0
* Add Northstar/BCM4706 core ID for ChipCommon.Landon J. Fuller2017-03-231-0/+1