Changeset 2598 in vbox for trunk/src/VBox
- Timestamp:
- May 11, 2007 7:14:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r2291 r2598 4124 4124 4125 4125 /* PCI Device */ 4126 pData->PciDev.config[0x00] = 0x22; /* vendor id */ 4127 pData->PciDev.config[0x01] = 0x10; 4128 pData->PciDev.config[0x02] = 0x00; /* device id */ 4129 pData->PciDev.config[0x03] = 0x20; 4126 PCIDevSetVendorId(&pData->PciDev, 0x1022); 4127 PCIDevSetDeviceId(&pData->PciDev, 0x2000); 4130 4128 pData->PciDev.config[0x04] = 0x07; /* command */ 4131 4129 pData->PciDev.config[0x05] = 0x00;
Note:
See TracChangeset
for help on using the changeset viewer.