Commit a few things I forgot with the vt8237 patch, and also a couple

minor whitespace fixes I've stumbled accross.

Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Corey Osgood <corey.osgood@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@929 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Corey Osgood 2008-10-15 06:41:16 +00:00
commit 7644420d83
4 changed files with 18 additions and 5 deletions

View file

@ -263,4 +263,16 @@
#define PCI_DEVICE_ID_NVIDIA_MCP55_TRIM 0x036A
#define PCI_DEVICE_ID_NVIDIA_MCP55_PMU 0x036B
#define PCI_VENDOR_ID_VIA 0x1106
#define PCI_DEVICE_ID_VIA_VT8237_EHCI 0x3104
#define PCI_DEVICE_ID_VIA_VT8237_LAN 0x3065
#define PCI_DEVICE_ID_VIA_VT8237R_LPC 0x3227
#define PCI_DEVICE_ID_VIA_VT8237S_LPC 0x3372
#define PCI_DEVICE_ID_VIA_VT8237_PATA 0x0571
#define PCI_DEVICE_ID_VIA_VT8237R_SATA 0x3149
#define PCI_DEVICE_ID_VIA_VT8237S_SATA 0x5372
#define PCI_DEVICE_ID_VIA_VT8237_UHCI 0x3038
#define PCI_DEVICE_ID_VIA_VT8237_VLINK 0x287e
#endif /* DEVICE_PCI_IDS_H */