summaryrefslogtreecommitdiff
path: root/hw/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-11-22eepro100: Use a single rom file for all i825xx devicesStefan Weil1-11/+3
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-2/+2
2010-10-13eepro100: initialize a variable in all casesBlue Swirl1-3/+3
2010-10-07eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil1-9/+21
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata1-2/+2
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson1-2/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-06-13Move stdbool.hPaul Brook1-1/+0
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