Subject: Re: CVS commit: syssrc/sys/dev/ic
To: Charles Hannum <abuse@spamalicious.com>
From: Chuck Silvers <chuq@chuq.com>
List: source-changes
Date: 09/24/2002 22:01:31
On Tue, Sep 24, 2002 at 01:40:51PM +0000, Charles Hannum wrote:
> 
> > this change causes my ultra2 to panic:
> 
> I didn't realize quite how broken the driver was.  Could you try the
> following patch?

the new patch, with "M_DEVBUF, M_NOWAIT | M_ZERO" args added to the
new malloc() call, plus fixing the remaining reference to NCR_NTARG
in esp_sbus.c, works fine for me, including accessing targets > 7.


> I had to do a hack for the config flags, because there aren't enough
> bits, but I figure most people just turn them on or off for all
> devices anyway...

a while back someone suggested that we add a second "flags"
("wideflags"?) locator to the esp device definition.

-Chuck