brian
1a106ea8b6
Handle read_block() failures by ignoring the disk rather than
...
dumping core.
2004-06-04 11:49:11 +00:00
phk
84d6b36e30
Libdisk does not need to include <sys/diskslice.h> any more.
...
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h>
Move i386/pc98 specific bits from <sys/reboot.h> to
<i386/include/bootinfo.h> as well.
Adjust includes in sys/boot accordingly.
2003-04-04 16:35:16 +00:00
jhb
21f12932c4
- Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()
...
functions.
- Clean up a few signed/unsigned warnings.
2003-02-04 17:35:23 +00:00
nyan
6677381325
Fixed style(9)
2002-11-15 13:24:29 +00:00
jhb
fa9c6cb843
Don't set a variable to a bogus value right before setting it to the
...
correct value in the next statement.
2002-11-08 14:00:44 +00:00
phk
f9fe53ba89
More lobotomy:
...
remove CHUNK_BSD_COMPAT, it was a bad idea, and now its gone.
remove DOSPTYP_ONTRACK, missed in OnTrack removal commit.
unifdef -DHAVE_GEOM
make tst01 compile again.
2002-10-23 21:05:42 +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