Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 07/09/2000 14:58:32
Module Name: syssrc
Committed By: jhawk
Date: Sun Jul 9 21:58:32 UTC 2000
Modified Files:
syssrc/sys/dev/pci: pccbb.c
Log Message:
Move legacy pcic-mode disabling code from pccbb_chipinit() to
pccbbattach(). This is necessary as pccbb_chipinit() is deferred, and
may not run until after the pcic is already attached.
Now pcics are properly disabled on Sony VAIO, f'rinstance.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/dev/pci/pccbb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.