aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/siba
Commit message (Expand)AuthorAgeFilesLines
* bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin2025-12-093-8/+4
* bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin2025-12-091-1/+1
* bhnd bcma/siba: Remove duplicate call to device_delete_childrenJohn Baldwin2025-01-021-1/+0
* siba: Use device_delete_children in siba_add_childrenJohn Baldwin2025-01-021-6/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* bhnd: Correct the softc size in the siba_bhndb_driver definitionMark Johnston2023-12-051-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-164-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-1/+1
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-02-281-3/+0
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-13/+9
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-291-7/+33
* siba(4): Ignore disabled per-core address match entries.Landon J. Fuller2018-02-125-280/+388
* bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.Landon J. Fuller2018-01-191-3/+3
* dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni2018-01-111-1/+1
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-151-2/+0
* siba(4): Add support for devices have neither PMU nor PWRCTL support.Landon J. Fuller2017-11-282-12/+93
* siba(4): fix workaround for BCM4312 D11 core backplane timeoutsLandon J. Fuller2017-11-271-2/+2
* bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller2017-11-273-117/+119
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-224-36/+461
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-216-203/+529
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-272-171/+112
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-271-4/+8
* Add support for dumping bcma/siba EROM tables to the console via a newLandon J. Fuller2017-04-241-0/+60
* [mips/broadcom] Move MIPS-specific bhnd(4) nexus drivers toLandon J. Fuller2017-02-131-125/+0
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-244-57/+399
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-054-1/+72
* siba(4): Add missing bhnd_device/bhnd_device_quirk table terminator entries.Landon J. Fuller2016-09-041-0/+2
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-045-317/+394
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-036-119/+509
* bhnd(4): Apply the siba chipid ncore fixup in bhnd_read_chipid(), ensuringLandon J. Fuller2016-08-281-29/+6
* bhnd(4): Add a bhnd bus method for fetching the device's core table.Landon J. Fuller2016-08-281-0/+71
* Implement siba(4) support for bhnd_(read|write)_config.Landon J. Fuller2016-08-271-2/+51
* bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller2016-08-272-3/+13
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-271-0/+19
* bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller2016-06-253-35/+57
* siba(4): Adopt bcma-compatible mapping of bhnd(4) port/region identifiers.Landon J. Fuller2016-06-164-208/+189
* bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller2016-06-081-1/+2
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-081-1/+1
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller2016-06-043-373/+34
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-241-10/+13
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-243-4/+12
* [bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd2016-05-231-19/+2
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-173-7/+118
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-0/+17
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-083-0/+17
* [bhnd] handle unknown bhnd port type.Adrian Chadd2016-05-051-1/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2