diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-12 23:45:38 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-12 23:45:38 +0000 |
commit | fc2ae8ee9f3b90876d30d80ffedaefa3fcb243f2 (patch) | |
tree | 0c4caaa72121c27116bccc5d94355c385970fadf /src/superio | |
parent | b3da970964339dabeedd4384ae21ce4917825937 (diff) |
added device numbers
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1397 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/NSC/pc87366/pc87366.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/NSC/pc87366/pc87366.h b/src/superio/NSC/pc87366/pc87366.h index ccdf1a099d..d1bc9de319 100644 --- a/src/superio/NSC/pc87366/pc87366.h +++ b/src/superio/NSC/pc87366/pc87366.h @@ -9,3 +9,8 @@ #define PC87366_ACB 0x08 #define PC87366_FSCM 0x09 #define PC87366_WDT 0x0A +#define PC87366_GMP 0x0b +#define PC87366_MIDI 0x0C +#define PC87366_VLM 0x0D +#define PC87366_TMS 0x0E + |