Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/14/2007 03:18:46
Module Name:	src
Committed By:	dyoung
Date:		Fri Dec 14 03:18:46 UTC 2007

Modified Files:
	src/sys/dev/cardbus: if_ath_cardbus.c
	src/sys/dev/pci: if_ath_pci.c

Log Message:
Comment-out calls to pci_disable_retry() and cardbus_disable_retry().
They do not seem well-justified according to anyone's understanding
of what they really do, and it seems especially inappropriate to
call them at attach- and resume-time.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/dev/cardbus/if_ath_cardbus.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/pci/if_ath_pci.c

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