Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Castor Fu <castor@netbsd.org>
List: source-changes
Date: 08/21/2000 08:17:34
Module Name: syssrc
Committed By: castor
Date: Mon Aug 21 05:17:34 UTC 2000
Modified Files:
syssrc/sys/dev/pci: pcireg.h
Log Message:
Add a bunch of macros of the form PCI_<regname>_CODE similar to
existing PCI_ID_CODE to create the PCI appropriate register from
parameters.
Avoid use of 'class' in macro -- it's a C++ reserved keyword.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/pci/pcireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.