nyan
6677381325
Fixed style(9)
2002-11-15 13:24:29 +00:00
jhb
481edf29a7
- Merge Write_FreeBSD() into Write_Disk().
...
- Miscellaneous cleanups.
2002-11-08 13:58:00 +00:00
jhb
2b9783b539
Get this closer to working. The Write_Disk() function's for loop needed
...
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".
2002-11-07 14:39:21 +00:00
jhb
c558e52c47
Remove unused MBR gunk leftover from i386.
2002-11-03 21:18:17 +00:00
phk
c925cf4a99
Untested alpha disk writer.
2002-10-30 20:54:22 +00:00
phk
885738b312
Don't call warn(3).
2002-10-29 14:45:43 +00:00
phk
c17cb9154e
Remove unnecessary ioctls tickling kernel side to realize that we fiddled
...
with the disk. GEOM will automatically retaste when we closet he filedesc.
2002-10-23 20:02:33 +00:00
phk
3c688df114
Untangle #ifdefs in the write-end of things by giving each arch its
...
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.
2002-10-23 19:52:32 +00:00