C# Class Mosa.HardwareSystem.PCIControllerManager

显示文件 Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
deviceManager DeviceManager

Public Methods

Method Description
CreatePCIDevices ( ) : void

Creates the partition devices.

PCIControllerManager ( DeviceManager deviceManager )

Initializes a new instance of the PCIControllerManager class.

Protected Methods

Method Description
ProbeDevice ( IPCIController pciController, byte bus, byte slot, byte fun ) : bool

Probes for a PCI device.

Method Details

CreatePCIDevices() public method

Creates the partition devices.
public CreatePCIDevices ( ) : void
return void

PCIControllerManager() public method

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

ProbeDevice() protected method

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.
return bool

Property Details

deviceManager protected_oe property

protected DeviceManager,Mosa.HardwareSystem deviceManager
return DeviceManager