summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
* eepro100: Fix alignment requirement for statistical countersStefan Weil2011-11-281-1/+9
* eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-72/+49
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-4/+3
* eepro100: convert to memory APIAvi Kivity2011-08-081-145/+37
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-1/+1
|\
| * Fix typo in code and commentsStefan Weil2011-05-061-1/+1
* | eepro100: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-41/+33
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-1/+1
|\
| * PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* | eepro100: Support 32 bit read/write access to flash registerStefan Weil2011-05-051-0/+9
* | eepro100: Support byte read access to general control registerStefan Weil2011-05-051-0/+3
* | eepro100: Support byte/word read/write access to MDI control registerStefan Weil2011-05-051-2/+32
* | eepro100: Support byte/word writes to pointer registerStefan Weil2011-05-051-17/+16
* | eepro100: Support byte/word writes to port addressStefan Weil2011-05-051-2/+18
* | eepro100: Fix endianness issuesStefan Weil2011-05-051-44/+97
* | eepro100: Pad received short framesStefan Weil2011-05-051-1/+25
* | eepro100: Remove unused structure elementStefan Weil2011-05-051-3/+3
* | eepro100: Remove type casts which are no longer neededStefan Weil2011-05-051-7/+6
* | eepro100: Avoid duplicate debug messagesStefan Weil2011-05-051-5/+9
* | eepro100: convert to pci_register_bar_simple()Avi Kivity2011-04-071-30/+13
|/
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* eepro100: Use a single rom file for all i825xx devicesStefan Weil2010-11-221-11/+3
* Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-2/+2
|\
| * pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata2010-09-071-2/+2
* | eepro100: initialize a variable in all casesBlue Swirl2010-10-131-3/+3
* | eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil2010-10-071-9/+21
|/
* 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
OpenPOWER on IntegriCloud