summaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppcvar.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
2022-05-06ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
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
2009-02-05reset_epp and ecp_sync both return int.Warner Losh
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar
2006-04-15Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2003-08-01Forgot an added file in the last commit.Doug Ambrisko