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 7a9a5fb commit a0c8b20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace Mosa.DeviceDriver.PCI.Intel;

public class Intel4SeriesChipsetIntegratedGraphicsController2E10 : BaseDeviceDriver
{
public override void Initialize() => Device.Name = "Intel4SeriesChipsetIntegratedGraphicsController";
public override void Initialize() => Device.Name = "Intel4SeriesChipsetIntegratedGraphicsController2E10";
}

0 comments on commit a0c8b20

Please sign in to comment.