1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/dev/fxp
Pyun YongHyeon 5986d0d274 Controller will dma SCB command status for a given command and
driver should read updated status back after issuing a SCB command.
To send a command to controller and read updated status back,
driver should synchronize both memory read and write operations
with device. Fix bus_dmamap_sync operation specifier used in
fxp_dma_wait() by adding both memory read and memory write
operations.
2009-06-10 01:15:30 +00:00
..
if_fxp.c Controller will dma SCB command status for a given command and 2009-06-10 01:15:30 +00:00
if_fxpreg.h
if_fxpvar.h
rcvbundl.h