diff options
| author | kleink <kleink@NetBSD.org> | 1999-12-10 16:50:52 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-12-10 16:50:52 +0000 |
| commit | 6d1d09f7579ece4d42d296ccfebf8a9314b0b8ba (patch) | |
| tree | c433eddb0ff09b27fb799a83a8710da0bc6d1c90 /sys | |
| parent | 334fe556237ba7feae1d94e1e69bdcd5cf4b26aa (diff) | |
Add a symbolic name for the ES1946 rev. E in this place, too.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/esoreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/esoreg.h b/sys/dev/pci/esoreg.h index 3eca6f5ff32..585564c9319 100644 --- a/sys/dev/pci/esoreg.h +++ b/sys/dev/pci/esoreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: esoreg.h,v 1.3 1999/09/23 11:50:19 kleink Exp $ */ +/* $NetBSD: esoreg.h,v 1.4 1999/12/10 16:50:52 kleink Exp $ */ /* * Copyright (c) 1999 Klaus J. Klein @@ -48,6 +48,7 @@ /* PCI Revision IDs of the Solo-1 PCI AudioDrive family */ #define ESO_PCI_REVISION_ES1938 0x00 /* ES1938 */ #define ESO_PCI_REVISION_ES1946 0x01 /* ES1946 */ +#define ESO_PCI_REVISION_ES1946E 0x02 /* ES1946 Revision E */ /* * Check the validity of a PCI I/O space base address for use in |
