linux-2.3 rhirst

Richard Hirst rhirst@puffin.external.hp.com
Thu, 24 Aug 2000 02:56:04 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	rhirst	00/08/24 02:56:04

Modified files:
	drivers/net    : lasi_82596.c 

Log message:
Changed to use pci_alloc_consistent, pci_map_single, etc. using patches
from Bob Pflederer.  Handles systems with and without consistent memory,
based on whether or not pci_alloc_consistent() fails.
pci_alloc_consistent() always succeeds atm, so I have patched the driver
to fall back to dma_cache_wback/inv regardless.