aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin1-13/+9
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil1-0/+3
2010-04-07eepro100: fix mapping of flash memoryStefan Weil1-5/+5
2010-04-07eepro100: Set power management capability using pci_reserve_capabilityStefan Weil1-21/+18
2010-04-06eepro100: Set configuration bit for standard TCBStefan Weil1-0/+3
2010-04-06eepro100: Add new device variant i82801Stefan Weil1-0/+15
2010-04-06eepro100: Simplified device instantiationStefan Weil1-280/+167
2010-04-06eepro100: Simplify status handlingStefan Weil1-4/+4
2010-04-06eepro100: Don't allow writing SCBStatusStefan Weil1-44/+5
2010-03-15eepro100: address pci todo's, use pci_set_xxMichael S. Tsirkin1-62/+32
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