History log of /seL4-camkes-master/projects/global-components/components/Ethdriver/src/plat/pc99/82580.c
Revision Date Author Comments
# 6cc96a6a 04-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Ethdriver: Refactor to use new Driver framework

Use Camkes single threaded components and driver framework support for
Ethdriver component.


# 2023d243 24-Jan-2020 Jingyao Zhou <Jingyao.Zhou@data61.csiro.au>

pc99: Allow user to configure promiscuous mode

Add promiscuous mode fields in Ethdriver 82580
and Ethdriver 82574


# eaa45abf 26-Jun-2019 Damon Lee <Damon.Lee@data61.csiro.au>

Ethdriver: Update plat code for new IRQ interface

This commit updates the platform specific code in Ethdriver to conform
to the new IRQ interface. The pc99 sources still use the old
'handle/acknowledge' functions as the IRQ information cannot be
determined statically during compile time.


# a9eca96d 01-Apr-2019 Damon Lee <Damon.Lee@data61.csiro.au>

Ethdriver: Move irq_acknowledge() to ethif_init()

The IRQ acknowledge function is now platform specific, so we move it to
platform specific code.


# a5531209 17-Apr-2019 Damon Lee <Damon.Lee@data61.csiro.au>

components: Add Ethdriver component

Moved the Ethdriver component from camkes-vm to this repository.