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/15/2004 20:19:14
Module Name: src
Committed By: mycroft
Date: Sun Aug 15 20:19:14 UTC 2004
Modified Files:
src/sys/dev/pci: pccbb.c
Log Message:
And the reason we had to call pccbb_power() twice in the enable routine is...
we were writing to PCIC_PWRCTL in between and causing the socket to power off.
D'oh.
To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 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.