print only a partition type in print_fsys_type, don't call HDIO_GETGEO for a floppy in check_device.
This commit is contained in:
parent
a936d03921
commit
b9ff0c2f81
3 changed files with 18 additions and 3 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2000-02-24 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* stage2/disk_io.c [!STAGE1_5] (print_fsys_type): Mask
|
||||
CURRENT_SLICE with 0xFF when printing the partition type.
|
||||
|
||||
* grub/asmstub.c [__linux__]: Include <linux/major.h> for the
|
||||
definition FLOPPY_MAJOR.
|
||||
(check_device) [__linux__]: Skip the HDIO_GETGEO ioctl if the
|
||||
major number of ST.ST_RDEV is FLOPPY_MAJOR.
|
||||
|
||||
2000-02-21 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* stage2/disk_io.c (check_BSD_parts) [!STAGE1_5]: Use the term
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue