aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/write_arm_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* With the old sade removed, libdisk is no longer used by anything in HEADNathan Whitehorn2012-12-301-47/+0
| | | | | | | | and uses a number of problematic pre-gpart interfaces. Since it has been entirely obsoleted by interfaces in geom, remove it. Notes: svn path=/head/; revision=244865
* Add a dummy arm Write_Disk() function, and compile libdisk on arm.Olivier Houchard2006-01-251-0/+47
Notes: svn path=/head/; revision=154814