summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhndb
AgeCommit message (Expand)Author
2025-12-09bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-27bhnd: Fix a few use after frees when releasing resourcesGavin Atkinson
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-03-13bhnd: Use rman_get_type in bhndb_find_resource_limitsJohn Baldwin
2024-03-13sys: Set the type of allocated bus resourcesJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2022-05-09bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused bhndb_devclass.John Baldwin
2022-04-09bhnd(4): Remove some double words in source code commentsGordon Bergling
2022-02-28bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2020-09-01bhnd: clean up empty lines in .c and .h filesMateusz Guzik
2018-03-29bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMALandon J. Fuller
2018-03-29bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller
2018-01-19bhndb_pci(4): Implement bridge support for CardBus-attached devices.Landon J. Fuller
2018-01-17bhndb_pci(4): fix incorrect BHND_PCI_SRSH_PI workaroundLandon J. Fuller
2017-12-16bhndb(4): Enable addrext support on DMA64 devices, and fix an incorrect DMALandon J. Fuller
2017-12-15bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller
2017-12-14bhndb(4): Fix two register window overcommit bugs introduced in r326297:Landon J. Fuller
2017-12-14bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller
2017-12-02bhndb(4): Fix leak of child devices and MSI vectors.Landon J. Fuller
2017-12-02bhndb(4): Fix incorrect assertion in bhndb_deregister_intr_handler().Landon J. Fuller
2017-11-28bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets.Landon J. Fuller
2017-11-22bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller
2017-11-21bhnd(4): Add support for querying DMA address translation parametersLandon 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
2016-09-06bhnd: remove redundant ;s at the end of functions or switch statementsEd Maste
2016-09-05bhnd(4): Implement backplane interrupt handling.Landon J. Fuller
2016-09-04bhndb(4): Fix probing of bhndb-attached bhnd_nvram devices.Landon J. Fuller
2016-09-04bhndb(4): Skip disabled cores when performing bridge configuration probing.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-27bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller
2016-08-23bhndb(4): Fix unsigned integer underflow in dynamic register windowLandon J. Fuller
2016-08-16bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.Landon J. Fuller
2016-07-12bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller
2016-06-23revert error commit from previous commit. my bad!Adrian Chadd
2016-06-23[BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAAdrian Chadd
2016-05-24[bhnd] Normalize bhnd(4) device matching APIAdrian Chadd