Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Masanori Kanaoka <kanaoka@netbsd.org>
List: source-changes
Date: 01/09/2005 12:25:25
Module Name: src
Committed By: kanaoka
Date: Sun Jan 9 12:25:25 UTC 2005
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h
Log Message:
sys/dev/ic/rtl8169.c:
- re_attach(): Use bus_dma* directly instead of calling re_alloc().
- re_attach(): Free bus_dma* resources if attach fails.
- re_detach(): Free bus_dma* resources.
- re_newbuf(): Remove unnecessary error check.
sys/dev/ic/rtl81x9reg.h:
- Define RTK_NTXSEGS.
sys/dev/ic/rtl81x9var.h:
- Add new members to struct rtk_list_data for bus_dma*.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/rtl81x9var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.