Subject: CVS commit: src/sys/arch/cobalt/stand/boot
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/31/2007 13:30:46
Module Name: src
Committed By: tsutsui
Date: Wed Oct 31 13:30:46 UTC 2007
Modified Files:
src/sys/arch/cobalt/stand/boot: tlp.c
Log Message:
- use chaned mode for RX descs and allocate only one desc per each cacheline
to avoid possible race condition between CPU writeback vs DMA write
- remove unnecessary FS and LS bits from RxD->xd0
(sys/dev/ic/tulipvar.h sets them but maybe they are ignored?)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/cobalt/stand/boot/tlp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.