aboutsummaryrefslogtreecommitdiff
path: root/stand/libofw/ofw_disk.c
Commit message (Expand)AuthorAgeFilesLines
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-1/+0
* loader/libofw: Fix disk size truncationJustin Hibbits2024-02-211-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* stand/ofw: Refactor ofw parsedevWarner Losh2022-11-301-17/+1
* ofw/disk: Add parsedev supportWarner Losh2022-11-301-1/+36
* stand: Implement ofw disk print routineWarner Losh2022-11-301-0/+24
* stand/ofw: ofw_disk isn't really a diskWarner Losh2022-11-301-3/+11
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-1/+2
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-271-0/+1
* stand: Use c99 structure initialization for ofw's block deviceWarner Losh2022-07-241-8/+8
* Move stand/ofw/libofw to stand/libofw.Brandon Bergren2020-01-021-0/+184