summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
...
* eepro100: Add a dev field to eeprom new/free functionsAlex Williamson2010-07-061-2/+2
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* Move stdbool.hPaul Brook2010-06-131-1/+0
* eepro100: convert to new capability APIMichael S. Tsirkin2010-04-111-13/+9
* eepro100: fix PCI interrupt pin configuration regressionStefan Weil2010-04-071-0/+3
* eepro100: fix mapping of flash memoryStefan Weil2010-04-071-5/+5
* eepro100: Set power management capability using pci_reserve_capabilityStefan Weil2010-04-071-21/+18
* eepro100: Set configuration bit for standard TCBStefan Weil2010-04-061-0/+3
* eepro100: Add new device variant i82801Stefan Weil2010-04-061-0/+15
* eepro100: Simplified device instantiationStefan Weil2010-04-061-280/+167
* eepro100: Simplify status handlingStefan Weil2010-04-061-4/+4
* eepro100: Don't allow writing SCBStatusStefan Weil2010-04-061-44/+5
* eepro100: address pci todo's, use pci_set_xxMichael S. Tsirkin2010-03-151-62/+32
* eepro100: Keep includes sortedStefan Weil2010-03-031-1/+1
* eepro100: Remove C++ commentsStefan Weil2010-03-031-59/+126
* eepro100: Add diagnose commandStefan Weil2010-03-031-0/+5
* eepro100: New function for reading command blockStefan Weil2010-03-031-14/+28
* eepro100: Use tx.statusStefan Weil2010-03-031-3/+3
* eepro100: Prettify code (no functional changes)Stefan Weil2010-03-031-4/+4
* eepro100: Fix CU Start commandStefan Weil2010-03-031-6/+6
* eepro100: Support RNR interruptStefan Weil2010-03-031-3/+10
* eepro100: Replace variable name to fix a compiler warningStefan Weil2010-03-031-6/+6
* eepro100: Use symbolic names for bits in EEPROM idStefan Weil2010-03-031-1/+16
* eepro100: Remove old unused codeStefan Weil2010-03-031-18/+0
* eepro100: Use symbolic names and BIT macros in binary operationsStefan Weil2010-03-031-19/+33
* eepro100: Add device descriptionsStefan Weil2010-03-031-0/+12
* eepro100: Update copyright noticeStefan Weil2010-03-031-5/+5
* eepro100: Add TODO listStefan Weil2010-03-031-0/+8
* eepro100: Support gpxe boot for all eepro100 devicesStefan Weil2010-03-031-1/+12
* eepro100: Fix PXE bootStefan Weil2010-03-031-6/+14
* eepro100: Add missing SCB register namesStefan Weil2010-03-031-6/+10
* eepro100: Fix compiler errors from debug messagesStefan Weil2010-03-031-6/+7
* eepro100: Fix multicast supportStefan Weil2010-01-191-13/+39
* eepro100: Restructure code (new function tx_command)Stefan Weil2010-01-191-94/+99
* eepro100: Update ROM file supportStefan Weil2010-01-131-10/+1
* eepro100: Fix initial value for PCI_STATUSStefan Weil2010-01-131-3/+1
* eepro100: symbolic names for pci registersMichael S. Tsirkin2009-12-231-17/+32
* eepro100: Improve debug messagesStefan Weil2009-12-031-3/+3
* eepro100: Allocate a larger buffer for regname()David Benjamin2009-12-031-1/+1
* net: convert eepro100 to NICStateMark McLoughlin2009-12-031-19/+24
* eepro100: Add missing .exit initialisationStefan Weil2009-11-121-0/+9
* eepro100: Fix boot ROM supportStefan Weil2009-11-121-0/+11
* eepro100: Improve support for different devicesStefan Weil2009-11-091-25/+143
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-2/+4
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-2/+2
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-8/+10
* eepro100: port to vmstateJuan Quintela2009-10-271-134/+60
* eepro100: use qdev properties for configuration.Gerd Hoffmann2009-10-271-14/+64
* eepro100: Restructure codeStefan Weil2009-10-271-24/+30
* eepro100: Remove unused device status entriesStefan Weil2009-10-151-74/+20
OpenPOWER on IntegriCloud