aboutsummaryrefslogtreecommitdiff
path: root/hw/eepro100.c
AgeCommit message (Expand)Author
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil
2010-04-07eepro100: fix mapping of flash memoryStefan Weil
2010-04-07eepro100: Set power management capability using pci_reserve_capabilityStefan Weil
2010-04-06eepro100: Set configuration bit for standard TCBStefan Weil
2010-04-06eepro100: Add new device variant i82801Stefan Weil
2010-04-06eepro100: Simplified device instantiationStefan Weil
2010-04-06eepro100: Simplify status handlingStefan Weil
2010-04-06eepro100: Don't allow writing SCBStatusStefan Weil
2010-03-15eepro100: address pci todo's, use pci_set_xxMichael S. Tsirkin
2010-03-03eepro100: Keep includes sortedStefan Weil
2010-03-03eepro100: Remove C++ commentsStefan Weil
2010-03-03eepro100: Add diagnose commandStefan Weil
2010-03-03eepro100: New function for reading command blockStefan Weil
2010-03-03eepro100: Use tx.statusStefan Weil
2010-03-03eepro100: Prettify code (no functional changes)Stefan Weil
2010-03-03eepro100: Fix CU Start commandStefan Weil
2010-03-03eepro100: Support RNR interruptStefan Weil
2010-03-03eepro100: Replace variable name to fix a compiler warningStefan Weil
2010-03-03eepro100: Use symbolic names for bits in EEPROM idStefan Weil
2010-03-03eepro100: Remove old unused codeStefan Weil
2010-03-03eepro100: Use symbolic names and BIT macros in binary operationsStefan Weil
2010-03-03eepro100: Add device descriptionsStefan Weil
2010-03-03eepro100: Update copyright noticeStefan Weil
2010-03-03eepro100: Add TODO listStefan Weil
2010-03-03eepro100: Support gpxe boot for all eepro100 devicesStefan Weil
2010-03-03eepro100: Fix PXE bootStefan Weil
2010-03-03eepro100: Add missing SCB register namesStefan Weil
2010-03-03eepro100: Fix compiler errors from debug messagesStefan Weil
2010-01-19eepro100: Fix multicast supportStefan Weil
2010-01-19eepro100: Restructure code (new function tx_command)Stefan Weil
2010-01-13eepro100: Update ROM file supportStefan Weil
2010-01-13eepro100: Fix initial value for PCI_STATUSStefan Weil
2009-12-23eepro100: symbolic names for pci registersMichael S. Tsirkin
2009-12-03eepro100: Improve debug messagesStefan Weil
2009-12-03eepro100: Allocate a larger buffer for regname()David Benjamin
2009-12-03net: convert eepro100 to NICStateMark McLoughlin
2009-11-12eepro100: Add missing .exit initialisationStefan Weil
2009-11-12eepro100: Fix boot ROM supportStefan Weil
2009-11-09eepro100: Improve support for different devicesStefan Weil
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-10-27eepro100: port to vmstateJuan Quintela
2009-10-27eepro100: use qdev properties for configuration.Gerd Hoffmann
2009-10-27eepro100: Restructure codeStefan Weil
2009-10-15eepro100: Remove unused device status entriesStefan Weil
2009-10-06eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05eepro100: Don't allow guests to fail assertionsKevin Wolf