Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/16/2004 14:48:56
Module Name: src
Committed By: mycroft
Date: Mon Aug 16 14:48:56 UTC 2004
Modified Files:
src/sys/dev/pci: pccbb.c
Log Message:
Do not attempt to fiddle with the power-control bits in PWRCTL; just read them
back after touching the PCI registers.
This shouldn't be necessary, but somehow the controller detects the need for
VPP2=12V and automatically applies it, and gives us a "bad Vcc" error if we
turn it off accidentally.
To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 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.