In article <20100903192037.c6aa517...@cvs.netbsd.org>,
Jared D. McNeill wrote:
[...]
> if (wlen > buflen)
> wlen = buflen;
>- write(adev->fd, (char *)buf + off, wlen);
>+ wlen = write(adev->fd, (char *)buf + off, wlen);
>+
On Mon, 6 Sep 2010, Jonathan A. Kollasch wrote:
If we want to avoid manually specifying RB_MD2 in boothowto on
pgoyette@'s board, we're going to have to find another way; perhaps
with the DMI strings available from pmf(9).
It really isn't necessary quirk my board, anyway. Despite the error
m
Hi! Adam,
From: Adam Hoka
Date: Sun, 5 Sep 2010 20:17:54 +0200
> On Sun, 05 Sep 2010 15:31:45 +0900 (JST)
> KIYOHARA Takashi wrote:
>
> > Hi! Adam,
> >
> >
> > From: Adam Hoka
> > Date: Sat, 4 Sep 2010 16:23:48 +
> >
> > > Module Name: src
> > > Committed By: ahoka
> > > Date