Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/13/1999 22:52:23
Module Name: syssrc
Committed By: thorpej
Date: Tue Sep 14 05:52:23 UTC 1999
Modified Files:
syssrc/sys/dev/ic: tulip.c tulipreg.h tulipvar.h
syssrc/sys/dev/pci: if_tlp_pci.c
Log Message:
Change the semantics of `sc_regshift'; it is now the shift required to
make a CSR index number into a CSR offset. Introduce a couple of macros
to handle CSR name -> offset conversion.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/tulip.c syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/ic/tulipreg.h
cvs rdiff -r1.5 -r1.6 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.