aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/siba/siba.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-011-3/+3
* siba(4): Ignore disabled per-core address match entries.Landon J. Fuller2018-02-121-168/+37
* bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.Landon J. Fuller2018-01-191-3/+3
* 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-281-12/+92
* bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller2017-11-271-73/+84
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-221-21/+421
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-211-77/+159
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-271-42/+75
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-241-46/+301
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-051-0/+67
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-140/+94
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-031-86/+16
* 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): 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-251-26/+27
* siba(4): Adopt bcma-compatible mapping of bhnd(4) port/region identifiers.Landon J. Fuller2016-06-161-80/+31
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller2016-06-041-6/+2
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-241-1/+1
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-171-6/+18
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-081-0/+10
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-261-0/+679