Skip to content

Commit

Permalink
- Updated QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed Oct 21, 2024
1 parent 53a1dd3 commit 7a9a5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Mosa.DeviceDriver.PCI.Intel;

public class Intel4SeriesChipsetIntegratedGraphicsController : BaseDeviceDriver
public class Intel4SeriesChipsetIntegratedGraphicsController2E10 : BaseDeviceDriver
{
public override void Initialize() => Device.Name = "Intel4SeriesChipsetIntegratedGraphicsController";
}
2 changes: 1 addition & 1 deletion Source/Mosa.DeviceDriver/Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static class Setup
VendorID = 0x8086,
DeviceID = 0x2E10,
PCIFields = PCIField.VendorID | PCIField.DeviceID,
Factory = () => new PCI.Intel.Intel4SeriesChipsetIntegratedGraphicsController()
Factory = () => new PCI.Intel.Intel4SeriesChipsetIntegratedGraphicsController2E10()
},

new PCIDeviceDriverRegistryEntry
Expand Down

0 comments on commit 7a9a5fb

Please sign in to comment.