Changeset 32933 in vbox for trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
- Timestamp:
- Oct 6, 2010 8:55:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
r32820 r32933 1669 1669 PCIDevSetDeviceId (&pThis->dev, 0x30f7); /* HP Pavilion dv4t-1300 */ 1670 1670 #else 1671 #if 1 1671 1672 PCIDevSetVendorId (&pThis->dev, 0x8086); /* 00 ro - intel. */ 1672 1673 PCIDevSetDeviceId (&pThis->dev, 0x2668); /* 02 ro - 82801 / 82801aa(?). */ 1674 #else 1675 PCIDevSetVendorId (&pThis->dev, 0x10de); /* nVidia */ 1676 PCIDevSetDeviceId (&pThis->dev, 0x0028); /* HDA */ 1677 #endif 1673 1678 #endif 1674 1679 PCIDevSetCommand (&pThis->dev, 0x0000); /* 04 rw,ro - pcicmd. */
Note:
See TracChangeset
for help on using the changeset viewer.