aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3/ps3disk.c
Commit message (Expand)AuthorAgeFilesLines
* ps3disk.c: Rewrite ps3disk_transferChattrapat Sangmanee2025-01-241-41/+55
* 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
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc ps3: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Rework the PS3 disk driver to support NCQ and do its DMA a littleNathan Whitehorn2011-06-231-388/+189
* Make this slightly less yelly about regions that the hypervisor protectsNathan Whitehorn2011-06-201-2/+10
* Driver for PS3's internal hard disk. Hopefully this can be CAM-ified inNathan Whitehorn2011-06-201-0/+893