Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/16/2007 18:46:23
Module Name:	src
Committed By:	dyoung
Date:		Fri Nov 16 18:46:23 UTC 2007

Modified Files:
	src/sys/dev/cardbus: if_rtw_cardbus.c

Log Message:
Use cardbus_setpowerstate() instead of rolling our own.

Let the Cardbus bridge driver set our Latency Timer, but round down
to the nearest multiple of 0x10, since the RTL8180 datasheet may
be trying to tell us that is necessary.

Activate Parity & System Error reporting.

Use a more meaningful variable name, reg -> csr.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/cardbus/if_rtw_cardbus.c

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