From: M. R. B. <mr...@us...> - 2001-03-15 05:40:52
|
Update of /cvsroot/linuxdc/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv19846/include/linux Modified Files: pci_ids.h Log Message: Minor cosmetic changes to PCI and BBA Index: pci_ids.h =================================================================== RCS file: /cvsroot/linuxdc/linux/include/linux/pci_ids.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** pci_ids.h 2001/01/09 03:31:23 1.2 --- pci_ids.h 2001/03/15 05:42:55 1.3 *************** *** 979,982 **** --- 979,985 ---- #define PCI_DEVICE_ID_IKON_10117 0x0117 + #define PCI_VENDOR_ID_SEGA 0x11db + #define PCI_DEVICE_ID_SEGA_BBA 0x1234 + #define PCI_VENDOR_ID_ZORAN 0x11de #define PCI_DEVICE_ID_ZORAN_36057 0x6057 |