Port-vax archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD/vax
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?
Martin
Home |
Main Index |
Thread Index |
Old Index