aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-03eepro100: Keep includes sortedStefan Weil1-1/+1
2010-03-03eepro100: Remove C++ commentsStefan Weil1-59/+126
2010-03-03eepro100: Add diagnose commandStefan Weil1-0/+5
2010-03-03eepro100: New function for reading command blockStefan Weil1-14/+28
2010-03-03eepro100: Use tx.statusStefan Weil1-3/+3
2010-03-03eepro100: Prettify code (no functional changes)Stefan Weil1-4/+4
2010-03-03eepro100: Fix CU Start commandStefan Weil1-6/+6
2010-03-03eepro100: Support RNR interruptStefan Weil1-3/+10
2010-03-03eepro100: Replace variable name to fix a compiler warningStefan Weil1-6/+6
2010-03-03eepro100: Use symbolic names for bits in EEPROM idStefan Weil1-1/+16
2010-03-03eepro100: Remove old unused codeStefan Weil1-18/+0
2010-03-03eepro100: Use symbolic names and BIT macros in binary operationsStefan Weil1-19/+33
2010-03-03eepro100: Add device descriptionsStefan Weil1-0/+12
2010-03-03eepro100: Update copyright noticeStefan Weil1-5/+5
2010-03-03eepro100: Add TODO listStefan Weil1-0/+8
2010-03-03eepro100: Support gpxe boot for all eepro100 devicesStefan Weil1-1/+12
2010-03-03eepro100: Fix PXE bootStefan Weil1-6/+14
2010-03-03eepro100: Add missing SCB register namesStefan Weil1-6/+10
2010-03-03eepro100: Fix compiler errors from debug messagesStefan Weil1-6/+7
2010-01-19eepro100: Fix multicast supportStefan Weil1-13/+39
2010-01-19eepro100: Restructure code (new function tx_command)Stefan Weil1-94/+99
2010-01-13eepro100: Update ROM file supportStefan Weil1-10/+1
2010-01-13eepro100: Fix initial value for PCI_STATUSStefan Weil1-3/+1
2009-12-23eepro100: symbolic names for pci registersMichael S. Tsirkin1-17/+32
2009-12-03eepro100: Improve debug messagesStefan Weil1-3/+3
2009-12-03eepro100: Allocate a larger buffer for regname()David Benjamin1-1/+1
2009-12-03net: convert eepro100 to NICStateMark McLoughlin1-19/+24
2009-11-12eepro100: Add missing .exit initialisationStefan Weil1-0/+9
2009-11-12eepro100: Fix boot ROM supportStefan Weil1-0/+11
2009-11-09eepro100: Improve support for different devicesStefan Weil1-25/+143
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-2/+4
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-2/+2
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-8/+10
2009-10-27eepro100: port to vmstateJuan Quintela1-134/+60
2009-10-27eepro100: use qdev properties for configuration.Gerd Hoffmann1-14/+64
2009-10-27eepro100: Restructure codeStefan Weil1-24/+30
2009-10-15eepro100: Remove unused device status entriesStefan Weil1-74/+20
2009-10-06eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+1
2009-10-05Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+2
2009-10-05eepro100: Don't allow guests to fail assertionsKevin Wolf1-11/+35
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann1-2/+3
2009-10-05Revert "eepro100: Remove unused device status entries"Aurelien Jarno1-16/+62
2009-10-04eepro100: Add more i825xx devicesStefan Weil1-8/+94
2009-10-04eepro100: Remove unused device status entriesStefan Weil1-62/+16
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-27/+27
2009-10-01Get rid of _t suffixmalc1-27/+27
2009-09-26eepro100: Fix format strings in debug messagesStefan Weil1-7/+7
2009-09-26eepro100: Replace sprintf by snprintfStefan Weil1-3/+3
2009-09-26eepro100: Remove unused codeStefan Weil1-4/+0
2009-09-26eepro100: Enhanced logging and commentsStefan Weil1-85/+130