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

Inheritance: Mosa.HardwareSystem.HardwareDevice
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Intel82541EI ( ) : Mosa.HardwareSystem

Initializes a new instance of the Intel82541EI 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

Intel82541EI() public method

Initializes a new instance of the Intel82541EI class.
public Intel82541EI ( ) : 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