Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 02/18/1999 01:22:17
Module Name: src
Committed By: mycroft
Date: Thu Feb 18 09:22:17 UTC 1999
Modified Files:
src/sys/dev/pci: sv.c
Log Message:
Pass the correct address (PCI bus address, not PA) to the card.
Also fix some typos and add more debugging printf()s.
This would work on the Alpha, but the card I have appears to have the upper
address bits chopped off, and the ring buffer gets mapped using the DGMAP,
which uses the upper bits. Boom.