Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 11/25/1998 09:19:11
Module Name:	src
Committed By:	bouyer
Date:		Wed Nov 25 17:19:10 UTC 1998

Modified Files:
	src/sys/dev/pci: if_fxp.c
Log Message:
Use bus_dma(9) for the DMA ops in fxp_init() too. Without this the driver
was stuck in the while (!(cbp->cb_status & FXP_CB_STATUS_C)); loop,
I think because the relevent CPU cache entry was never updated.
This was on a compaq deskpro system.