Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD/vax



Il 22/03/2020 10:56, Martin Husemann ha scritto:

> On Sun, Mar 22, 2020 at 10:50:45AM +0100, Anders Magnusson wrote:
>> - Check if ncr_sc->sc_dataptr is in user space, if so assign dh->dh_proc.  
>> Also add a panic if xs->bp is not set.
>>
>> This means;  replace line 278 with:
>>     if (((vaddr_t)ncr_sc->sc_dataptr & KERNBASE) == 0) {
>>         if (xs->bp == NULL)
>>             panic("si_dma_alloc");
>>         dh->dh_proc = xs->bp->b_proc;
>>     }
> 
> Souds good - are you able to test with the soure change or should I compile
> a test kernel for you? Or do you need a full ISO?

I have a fast system already setup for cross-compiling netbsd and I can
netboot the vaxstation easily, I will try the patch in a few hours,
maybe less, right now I'm also trying to resurrect the power supply of
my 3100m76 so I can test it on another system with the ncr 5380 controller
Will report ASAP.

-- 
Giuliano Paolo Brunetti
http://www.flickr.com/photos/31231773@N02/sets/
Italian hobbyist DECnet network - http://decnet.ipv7.net



Home | Main Index | Thread Index | Old Index