forked from mosa/MOSA-Project
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
156 changed files
with
60 additions
and
4,039 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Source/Mosa.DeviceDriver/PCI/Bochs/BochsGraphicsAdaptor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Copyright (c) MOSA Project. Licensed under the New BSD License. | ||
|
||
using Mosa.DeviceSystem.Framework; | ||
|
||
namespace Mosa.DeviceDriver.PCI.Bochs; | ||
|
||
/// <summary> | ||
/// The southbridge of the generic Intel chipset <see cref="BochsGraphicsAdaptor"/>. | ||
/// </summary> | ||
//[PCIDeviceDriver(VendorID = 0x1234, DeviceID = 0x1111, Platforms = PlatformArchitecture.X86AndX64)] | ||
public class BochsGraphicsAdaptor : BaseDeviceDriver | ||
{ | ||
public override void Initialize() => Device.Name = "BochsGraphicsAdaptor"; | ||
} |
10 changes: 10 additions & 0 deletions
10
Source/Mosa.DeviceDriver/PCI/Intel/IntelEthernetController82540EM.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Copyright (c) MOSA Project. Licensed under the New BSD License. | ||
|
||
using Mosa.DeviceSystem.Framework; | ||
|
||
namespace Mosa.DeviceDriver.PCI.Intel; | ||
|
||
public class IntelEthernetController82540EM : BaseDeviceDriver | ||
{ | ||
public override void Initialize() => Device.Name = "IntelEthernetController82540EM"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.