diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-02-24 22:06:57 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-02-24 22:06:57 +0000 |
commit | 0bb9b7b7dca2172711ad9e6d3a1f6326861f5583 (patch) | |
tree | 7fc87e984297ab2cbb4798168fc77310dcb716f9 /sys/arch/i386/stand/libsa/diskprobe.c | |
parent | 56d872e11254cc8a8ca03e06d9b6ae78fb8a078a (diff) |
Changes/updates to /boot stuff. More to come.
Fixes many divide by zero and pointer bugs.
Diffstat (limited to 'sys/arch/i386/stand/libsa/diskprobe.c')
-rw-r--r-- | sys/arch/i386/stand/libsa/diskprobe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/diskprobe.c b/sys/arch/i386/stand/libsa/diskprobe.c index 3342ff37b10..38ef5db6c4c 100644 --- a/sys/arch/i386/stand/libsa/diskprobe.c +++ b/sys/arch/i386/stand/libsa/diskprobe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diskprobe.c,v 1.13 1997/12/22 04:39:22 mickey Exp $ */ +/* $OpenBSD: diskprobe.c,v 1.14 1998/02/24 22:06:50 weingart Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -176,7 +176,6 @@ diskprobe() #endif hardprobe(); - /* Checksumming of hard disks */ for (i = 0; disksum(i++) && i < MAX_CKSUMLEN; ) ; |