-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCI framework refactor: part 3 (#1218)
* PCI framework refactor: part 3 Signed-off-by: AnErrupTion <[email protected]> * Code style changes, use string interpolation Signed-off-by: AnErrupTion <[email protected]> --------- Signed-off-by: AnErrupTion <[email protected]>
- Loading branch information
1 parent
eaf6992
commit 3faa11f
Showing
9 changed files
with
99 additions
and
158 deletions.
There are no files selected for viewing
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
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
5 changes: 3 additions & 2 deletions
5
Source/Mosa.DeviceSystem/Framework/BaseDeviceConfiguration.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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
// Copyright (c) MOSA Project. Licensed under the New BSD License. | ||
|
||
using Mosa.DeviceSystem.Disks; | ||
using Mosa.DeviceSystem.PCI; | ||
|
||
namespace Mosa.DeviceSystem.Framework; | ||
|
||
/// <summary> | ||
/// The base class for device configurations. See <see cref="DiskDeviceConfiguration"/> and | ||
/// <see cref="DiskPartitionConfiguration"/> for implementations of this class. | ||
/// The base class for device configurations. See <see cref="PCIDeviceConfiguration"/>, <see cref="DiskDeviceConfiguration"/> | ||
/// and <see cref="DiskPartitionConfiguration"/> for implementations of this class. | ||
/// </summary> | ||
public abstract class BaseDeviceConfiguration { } |
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
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
Oops, something went wrong.