summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/siba
AgeCommit message (Expand)Author
2025-12-09bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin
2025-12-09bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin
2025-01-02bhnd bcma/siba: Remove duplicate call to device_delete_childrenJohn Baldwin
2025-01-02siba: Use device_delete_children in siba_add_childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-12-05bhnd: Correct the softc size in the siba_bhndb_driver definitionMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-28bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston
2020-09-01bhnd: clean up empty lines in .c and .h filesMateusz Guzik
2018-03-29bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller
2018-02-12siba(4): Ignore disabled per-core address match entries.Landon J. Fuller
2018-01-19bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.Landon J. Fuller
2018-01-11dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni
2017-12-15bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller
2017-11-28siba(4): Add support for devices have neither PMU nor PWRCTL support.Landon J. Fuller
2017-11-27siba(4): fix workaround for BCM4312 D11 core backplane timeoutsLandon J. Fuller
2017-11-27bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller
2017-11-22bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller
2017-11-21bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller
2017-09-27bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller
2017-09-27bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller
2017-04-24Add support for dumping bcma/siba EROM tables to the console via a newLandon J. Fuller
2017-02-13[mips/broadcom] Move MIPS-specific bhnd(4) nexus drivers toLandon J. Fuller
2016-09-24bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller
2016-09-05bhnd(4): Implement backplane interrupt handling.Landon J. Fuller
2016-09-04siba(4): Add missing bhnd_device/bhnd_device_quirk table terminator entries.Landon J. Fuller
2016-09-04Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller
2016-09-03Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller
2016-08-28bhnd(4): Apply the siba chipid ncore fixup in bhnd_read_chipid(), ensuringLandon J. Fuller
2016-08-28bhnd(4): Add a bhnd bus method for fetching the device's core table.Landon J. Fuller
2016-08-27Implement siba(4) support for bhnd_(read|write)_config.Landon J. Fuller
2016-08-27bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller
2016-08-27bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller
2016-06-25bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller
2016-06-16siba(4): Adopt bcma-compatible mapping of bhnd(4) port/region identifiers.Landon J. Fuller
2016-06-08bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller
2016-06-08bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller
2016-06-04Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller
2016-05-24[bhnd] Normalize bhnd(4) device matching APIAdrian Chadd
2016-05-24[bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd
2016-05-23[bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd
2016-05-17[bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd
2016-05-17[bhnd] Centralize fetching of board informationAdrian Chadd
2016-05-08[bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd
2016-05-05[bhnd] handle unknown bhnd port type.Adrian Chadd
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni