Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/03/2005 10:56:59
Module Name:	src
Committed By:	jdolecek
Date:		Sun Apr  3 10:56:59 UTC 2005

Modified Files:
	src/sys/dev/ic: we.c wevar.h
	src/sys/dev/isa: if_we_isa.c
	src/sys/dev/mca: if_we_mca.c

Log Message:
Make it possible for attachment to specify that the 16bit access shouldn't
be toggled in WE_MEM_{ENABLE|DISABLE} when receiving or transmitting packets.
Use this to switch the toggle off for MCA cards, since it causes NIC resets
there.

Fixes PR kern/26895 by Dave Barnes.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/we.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ic/wevar.h
cvs rdiff -r1.11 -r1.12 src/sys/dev/isa/if_we_isa.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/mca/if_we_mca.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.