Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/03/2000 16:24:18
Module Name: syssrc
Committed By: tsutsui
Date: Sun Dec 3 14:24:17 UTC 2000
Modified Files:
syssrc/sys/dev/ic: rtl81x9.c
Log Message:
Clean up receive interrupt routine:
- Use MGETHDR + MCLGET + memcpy rathar than m_devget + m_adj + m_copyback.
- Call bus_dmamap_sync(9) correctly for Rx buffer.
Mostly from thorpej's if_rtp.c.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/rtl81x9.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.