add a workaround for Thinkpad X20.

This commit is contained in:
okuji 2000-12-13 17:11:19 +00:00
parent f8e4561c47
commit b1cdb09358
7 changed files with 19 additions and 6 deletions

View file

@ -1,6 +1,13 @@
2000-12-14 OKUJI Yoshinori <okuji@gnu.org>
From HORIKAWA Kazunori <kaz-hori@tkd.att.ne.jp>:
* stage2/bios.c (get_diskinfo): Append 16 bytes dummy data to
DRP, because the BIOS of Thinkpad X20 write a garbage beyond the
size of the structure.
2000-12-09 Jochen Hoenicke <jochen@gnu.org>
* stage2/disk_io.c (next_partition): Mask out bsd partition sub
* stage2/disk_io.c (next_partition): Mask out bsd partition sub
type when checking if last partition was a bsd partition.
Reported by Heikki Vatiainen <hessu@cs.tut.fi>.