Page MenuHomeFreeBSD

D16577.diff
No OneTemporary

D16577.diff

Index: head/stand/i386/libi386/biosdisk.c
===================================================================
--- head/stand/i386/libi386/biosdisk.c
+++ head/stand/i386/libi386/biosdisk.c
@@ -275,7 +275,7 @@
total = (uint64_t)params.cylinders *
params.heads * params.sectors_per_track;
- if (bd->bd_sectors < total)
+ if (bd->bd_sectors > total)
bd->bd_sectors = total;
ret = 1;

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 26, 2:15 PM (11 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37302760
Default Alt Text
D16577.diff (402 B)

Event Timeline