]> git.ipfire.org Git - thirdparty/grub.git/commit
2004-03-12 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Fri, 12 Mar 2004 17:31:51 +0000 (17:31 +0000)
committerokuji <okuji@localhost>
Fri, 12 Mar 2004 17:31:51 +0000 (17:31 +0000)
commit9b1392428c9e22d129a08e2ccab36f4b42cf442b
tree5b9720f75470cb169f8846f07f96b16347fbef50
parent8f31d2ff880db487f3869442828780dc24905acc
2004-03-12  Yoshinori K. Okuji  <okuji@enbug.org>

From Sergey Matveychuk <sem@ciam.ru>:
* lib/device.c (get_drive_geometry): Do not open the same device
more than once unnecessarily.
(get_drive_geometry) [__FreeBSD_version >= 500040]: Use new
ioctl methods.
(get_floppy_disk_name) [__FreeBSD__ >= 4]: Use /dev/fd%d rather
than /dev/rfd%d.
(get_ide_disk_name) [__FreeBSD__ >= 4]: Use /dev/ad%d rather
than /dev/rad%d.
(get_scsi_disk_name) [__FreeBSD__ >= 4]: Use /dev/da%d rather
than /dev/rda%d.
* grub/asmstub.c (get_diskinfo): Check if ERRNO is EPERM as
well.
ChangeLog
NEWS
THANKS
docs/grub.8
docs/mbchk.1
grub/asmstub.c
lib/device.c