diff options
| author | John Dyson <dyson@FreeBSD.org> | 1997-09-20 07:41:58 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1997-09-20 07:41:58 +0000 |
| commit | e871e61fcf88e423592177161406e4f07dcdbb7c (patch) | |
| tree | 17518838b89d0230c64916b7b55d2bee7a76e692 /sys/dev/pci | |
| parent | ab7136136404f98d04e796d71a623c76fad60f85 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pcireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index c24237f22fcd..9e8c85e34d5e 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcireg.h,v 1.17 1997/05/28 20:37:19 se Exp $ + * $Id: pcireg.h,v 1.18 1997/06/01 16:00:43 peter Exp $ * */ @@ -241,6 +241,7 @@ #define PCI_CLASS_REG 0x08 #define PCI_CLASS_MASK 0xff000000 #define PCI_SUBCLASS_MASK 0x00ff0000 +#define PCI_REVISION_MASK 0x000000ff #define PCI_CLASS_PREHISTORIC 0x00000000 #define PCI_SUBCLASS_PREHISTORIC_VGA 0x00010000 #define PCI_CLASS_MASS_STORAGE 0x01000000 |
