aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_eth.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-22CRIS: Fix remaining build warnings.edgar_igl1-2/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+0
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-09ETRAX: Let the ethernet PHY report the current link-state.edgar_igl1-3/+20
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+1
2009-01-07ETRAX: Correct size of control-register area.edgar_igl1-42/+18
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+0
2008-10-24ETRAX-FS: Drop DMA polling for ethernet.edgar_igl1-46/+4
2008-09-22ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl1-4/+51
2008-06-30Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl1-6/+5
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl1-4/+6
2008-05-27ETRAX: Avoid compiler warning.edgar_igl1-3/+2
2008-05-18ETRAX: Add support for the ethernet receivers dest addr filters.edgar_igl1-45/+162
2008-05-13ETRAX: Add some kind of support for simulating 802.3 auto-negotiation.edgar_igl1-17/+55
2008-05-11Add limited support for the etrax ethernet controller.edgar_igl1-0/+453