Subject: Re: AWACS driver..
To: Alex Zepeda <zipzippy@sonic.net>
From: Bill Studenmund <wrstuden@netbsd.org>
List: port-macppc
Date: 09/04/2003 13:04:32
On Sun, 31 Aug 2003, Alex Zepeda wrote:

> I suppose this is mostly just a me too message.  Tried the awacs stuff,
> and it doesn't do anything on my Biege G3.
>
> However, I when booted into MacOS 8.6 with extensions off.. sound did work
> just fine.
>
> I merged as much as I felt comfortable doing from the OpenBSD driver, and
> got the same result (no sound from internal or external speakers).
>
> If I prepared a diff of some of the strcpy -> strlcpy changes, is there
> any chance that could be committed?

Not sure. strlcpy is slower than strcpy, and a lot of times strcpy really
is ok. Just mechanically switching doesn't seem like a good idea.

Take care,

Bill