C# 클래스 Mosa.HardwareSystem.PCIControllerManager

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
deviceManager DeviceManager

공개 메소드들

메소드 설명
CreatePCIDevices ( ) : void

Creates the partition devices.

PCIControllerManager ( DeviceManager deviceManager )

Initializes a new instance of the PCIControllerManager class.

보호된 메소드들

메소드 설명
ProbeDevice ( IPCIController pciController, byte bus, byte slot, byte fun ) : bool

Probes for a PCI device.

메소드 상세

CreatePCIDevices() 공개 메소드

Creates the partition devices.
public CreatePCIDevices ( ) : void
리턴 void

PCIControllerManager() 공개 메소드

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

ProbeDevice() 보호된 메소드

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.
리턴 bool

프로퍼티 상세

deviceManager 보호되어 있는 프로퍼티

protected DeviceManager,Mosa.HardwareSystem deviceManager
리턴 DeviceManager