commit | d9d9774c158f99383d401cec760b4c79af0aa1bf | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Sep 22 09:04:17 2005 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Sep 22 09:04:17 2005 +0200 |
tree | fd82268230e750ae4d6e12c12ae60b5f784eec4c | |
parent | c0dc34f39c8ef6a7e88aba7b054eeaa60d696220 [diff] [blame] |
Add SM501 support to HH405 board. Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005
diff --git a/include/sm501.h b/include/sm501.h index d8f26fb..3e71dbb 100644 --- a/include/sm501.h +++ b/include/sm501.h
@@ -32,6 +32,9 @@ #ifndef _SM501_H_ #define _SM501_H_ +#define PCI_VENDOR_SM 0x126f +#define PCI_DEVICE_SM501 0x0501 + typedef struct { unsigned int Index; unsigned int Value;