Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/23/2000 14:23:04
Module Name: syssrc
Committed By: mycroft
Date: Thu Mar 23 22:23:04 UTC 2000
Modified Files:
syssrc/sys/dev/pci: if_ex_pci.c if_rl.c if_sip.c if_tlp_pci.c
Log Message:
Rather than guessing at the location of the PMCSR, use the pointer returned by
pci_get_capability(). (This is, after all, a standardized interface...)
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/pci/if_ex_pci.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/pci/if_rl.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/pci/if_sip.c
cvs rdiff -r1.34 -r1.35 syssrc/sys/dev/pci/if_tlp_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.