Subject: Re: vsbus_dma_start(), vsbus_dma_intr()
To: None <port-vax@netbsd.org>
From: None <jscriven@csc.com>
List: port-vax
Date: 07/17/2000 10:45:20
I encountered the same problem when trying to build a kernel.

I took the easy way out and adjusted the GENERIC configuration file to remove
support for the devices requiring these files, since I didn't have any of the
devices in my system.

The kernel then built ok and was bootable.

Jason.





Chuck McManis <cmcmanis@mcmanis.com> on 07/17/2000 04:08:06 AM

To:   port-vax@netbsd.org
cc:    (bcc: Jason Scrivener/GIS/CSC)
Subject:  vsbus_dma_start(), vsbus_dma_intr()



Does anyone have a file for -current that implements these two functions?
They are referenced by ncr.c and I can't find them anywhere. I cvs updated
my sources as well. Help!

--Chuck