diff options
| author | Stefan Roese <sr@denx.de> | 2006-01-18 20:05:34 +0100 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2006-01-18 20:05:34 +0100 | 
| commit | a7b9fb9110e3c0be644b3e2c8f397f606138a710 (patch) | |
| tree | 37d161379024789efa1a579482df722835e80420 /include/pci_ids.h | |
| parent | 2076d0a15ff1dba2b46d96e81d02d625254611ff (diff) | |
| download | olio-uboot-2014.01-a7b9fb9110e3c0be644b3e2c8f397f606138a710.tar.xz olio-uboot-2014.01-a7b9fb9110e3c0be644b3e2c8f397f606138a710.zip | |
Add VGA support (CT69000) to CPCI750 board.
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().
Patch by Reinhard Arlt, 30 Dec 2005
Diffstat (limited to 'include/pci_ids.h')
| -rw-r--r-- | include/pci_ids.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/pci_ids.h b/include/pci_ids.h index 7dec378ad..8cc3ec0a2 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -510,6 +510,7 @@  #define PCI_DEVICE_ID_CT_65554		0x00e4  #define PCI_DEVICE_ID_CT_65555		0x00e5  #define PCI_DEVICE_ID_CT_69000		0x00c0 +#define PCI_DEVICE_ID_CT_69030		0x0c30  #define PCI_VENDOR_ID_MIRO		0x1031  #define PCI_DEVICE_ID_MIRO_36050	0x5601 |