Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: tsutsui
Date: Sat Oct 14 19:10:35 UTC 2006
Modified Files:
src/sys/dev/pci: if_vge.c if_vgereg.h if_vgevar.h
Log Message:
- call bus_dmamap_sync() properly (sigh)
- merge vge_dma_map_rx_desc() and vge_dma_map_tx_desc() into callers
- declare DMA descs volatile
- remove unused macro/declarations
- bzero -> memset
- some more cosmetics
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/if_vge.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/if_vgereg.h
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/if_vgevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index