diff options
author | gingold <gingold@cvs.openbsd.org> | 1997-10-14 07:25:35 +0000 |
---|---|---|
committer | gingold <gingold@cvs.openbsd.org> | 1997-10-14 07:25:35 +0000 |
commit | f6491d400ca651a8a1493d72c6a74c622aa231b1 (patch) | |
tree | 39f29255154f230f637c12e9214f12a9e64bd9d4 /sys/arch/kbus/stand/sk/eeprom.h | |
parent | 7a9e3739a66bd0fadfdc611c72e879fcc6f9ef01 (diff) |
Gingold's port for kbus Series5 machine. Not fully finished and not very stable
Diffstat (limited to 'sys/arch/kbus/stand/sk/eeprom.h')
-rw-r--r-- | sys/arch/kbus/stand/sk/eeprom.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/kbus/stand/sk/eeprom.h b/sys/arch/kbus/stand/sk/eeprom.h new file mode 100644 index 00000000000..97e028e41e6 --- /dev/null +++ b/sys/arch/kbus/stand/sk/eeprom.h @@ -0,0 +1,6 @@ +#define EEPROM_BYTE_OFFSET 8 + +#define EEPROM_SIZE 0x400 + +#define EEPROM_OFF_MODEL 0x08 +#define EEPROM_SIZE_MODEL 16 |