summaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc_bfe.h
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-25Use bool for one-bit wide bit-fieldsDimitry Andric
2022-05-06puc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2014-03-13Add MSI support to puc(9)Ryan Stone
2013-06-17Clean up -Wheader-guard warnings.Sergey Kandaurov
2011-06-14Add location and pnpinfo strings for puc device ports. The location isJohn Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-04-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar