C# Class Mosa.DeviceDriver.PCI.Intel.IntelPIIX3

Inheritance: Mosa.HardwareSystem.HardwareDevice
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method Description
IntelPIIX3 ( ) : Mosa.HardwareSystem

Initializes a new instance of the IntelPIIX3 class.

OnInterrupt ( ) : bool

Called when an interrupt is received.

Setup ( HardwareResources hardwareResources ) : bool

Setups this hardware device driver

Start ( ) : DeviceDriverStartStatus

Starts this hardware device.

Method Details

IntelPIIX3() public method

Initializes a new instance of the IntelPIIX3 class.
public IntelPIIX3 ( ) : Mosa.HardwareSystem
return Mosa.HardwareSystem

OnInterrupt() public method

Called when an interrupt is received.
public OnInterrupt ( ) : bool
return bool

Setup() public method

Setups this hardware device driver
public Setup ( HardwareResources hardwareResources ) : bool
hardwareResources Mosa.HardwareSystem.HardwareResources
return bool

Start() public method

Starts this hardware device.
public Start ( ) : DeviceDriverStartStatus
return DeviceDriverStartStatus