C# Class Mosa.HardwareSystem.PCIControllerManager

Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
deviceManager DeviceManager

Méthodes publiques

Méthode Description
CreatePCIDevices ( ) : void

Creates the partition devices.

PCIControllerManager ( DeviceManager deviceManager )

Initializes a new instance of the PCIControllerManager class.

Méthodes protégées

Méthode Description
ProbeDevice ( IPCIController pciController, byte bus, byte slot, byte fun ) : bool

Probes for a PCI device.

Method Details

CreatePCIDevices() public méthode

Creates the partition devices.
public CreatePCIDevices ( ) : void
Résultat void

PCIControllerManager() public méthode

Initializes a new instance of the PCIControllerManager class.
public PCIControllerManager ( DeviceManager deviceManager )
deviceManager DeviceManager The device manager.

ProbeDevice() protected méthode

Probes for a PCI device.
protected ProbeDevice ( IPCIController pciController, byte bus, byte slot, byte fun ) : bool
pciController IPCIController The pci controller.
bus byte The bus.
slot byte The slot.
fun byte The fun.
Résultat bool

Property Details

deviceManager protected_oe property

protected DeviceManager,Mosa.HardwareSystem deviceManager
Résultat DeviceManager