aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powernv/powernv_centaur.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* newbus: globally replace device_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
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* powerpc powernv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Reverting r330925 for nowWojciech Macek2018-03-151-12/+1
* PowerNV: Fix I2C to compile if FDT is disabledWojciech Macek2018-03-141-1/+12
* PowerNV: Initial support for OPAL I2C transfersWojciech Macek2018-03-011-0/+130