From: Pavel Roskin <[EMAIL PROTECTED]>
Subject: Yet two patches
Date: Mon, 13 Sep 1999 00:50:15 +0400 (EEST)

> +#elif defined(__FreeBSD__)
> +  /* FreeBSD */
> +  sprintf (name, "/dev/wd%d", unit);
[snip]
> +#elif defined(__FreeBSD__)
> +  /* FreeBSD */
> +  sprintf (name, "/dev/da%d", unit);

  If my understanding is correct, /dev/wd* and /dev/da* are block
devices, so should GRUB access /dev/rwd* and /dev/rda* instead? In
addition, *BSD have an interface to get the geometry of a drive
(DIOCG* ?), so I would be happy if you add the code.

----------------------------------------------------------------------
OKUJI Yoshinori  <[EMAIL PROTECTED]>           ^o-o^
http://duff.kuicr.kyoto-u.ac.jp/~okuji (in English)     m /

Reply via email to