Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: tsutsui
Date: Wed Apr 26 14:02:37 UTC 2000
Modified Files:
syssrc/sys/dev/cardbus: if_rl_cardbus.c
syssrc/sys/dev/ic: rtl81x9.c rtl81x9reg.h
syssrc/sys/dev/pci: if_rl_pci.c
Added Files:
syssrc/sys/dev/ic: rtl81x9var.h
Log Message:
- Allocate mbuf dynamically on Tx and use bus_dmamap_load_mbuf(9).
- Call bus_dmamap_sync(9) as appropriate.
- Leave only register declarations in rtl81x9reg.h and
split other stuff into rtl81x9var.h.
bus_dma(9) code mostly taken from thorpej's if_rtp.c.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/cardbus/if_rl_cardbus.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/rtl81x9.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/rtl81x9reg.h
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/rtl81x9var.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pci/if_rl_pci.c
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