Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/16/2004 15:40:35
Module Name:	src
Committed By:	mycroft
Date:		Mon Aug 16 15:40:35 UTC 2004

Modified Files:
	src/sys/dev/ic: i82365.c
	src/sys/dev/pci: pccbb.c

Log Message:
Some tweaks, per the PC Card spec:
* Assert RESET before powering off a socket.
* Turn on the output enable bit earlier so the interface actually drives CEn
  and RESET.
* Tighten up the power-on timing a bit.
* Mention the specific timing values named in the spec.

For pccbb, be careful to always power off before zeroing PWRCTL.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/dev/ic/i82365.c
cvs rdiff -r1.107 -r1.108 src/sys/dev/pci/pccbb.c

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