summaryrefslogtreecommitdiff
path: root/lib/libdisk/write_alpha_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed style(9)Yoshihiro Takahashi2002-11-151-3/+5
| | | | Notes: svn path=/head/; revision=106949
* - Merge Write_FreeBSD() into Write_Disk().John Baldwin2002-11-081-40/+32
| | | | | | | - Miscellaneous cleanups. Notes: svn path=/head/; revision=106619
* Get this closer to working. The Write_Disk() function's for loop neededJohn Baldwin2002-11-071-20/+13
| | | | | | | | | | to use the same start condition as the i386 version. However, since Alpha's only have one fake "slice" from sysinstall's perspective we don't need to use a loop, but can just write out the BSD label in the first fake "slice". Notes: svn path=/head/; revision=106548
* Remove unused MBR gunk leftover from i386.John Baldwin2002-11-031-11/+1
| | | | Notes: svn path=/head/; revision=106384
* Untested alpha disk writer.Poul-Henning Kamp2002-10-301-1/+1
| | | | Notes: svn path=/head/; revision=106223
* Don't call warn(3).Poul-Henning Kamp2002-10-291-5/+1
| | | | Notes: svn path=/head/; revision=106141
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledPoul-Henning Kamp2002-10-231-11/+1
| | | | | | | with the disk. GEOM will automatically retaste when we closet he filedesc. Notes: svn path=/head/; revision=105817
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-231-0/+123
own file and own copy of WriteDisk() to do things in. This should have happened years ago, instead of adding #ifdefs all over the place. Notes: svn path=/head/; revision=105816