Subject: PR/26895 CVS commit: src/sys/dev
To: None <jdolecek@netbsd.org, gnats-admin@netbsd.org,>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: netbsd-bugs
Date: 04/03/2005 10:57:01
The following reply was made to PR port-i386/26895; it has been noted by GNATS.

From: Jaromir Dolecek <jdolecek@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/26895 CVS commit: src/sys/dev
Date: Sun,  3 Apr 2005 10:56:59 +0000 (UTC)

 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.