aboutsummaryrefslogtreecommitdiff
path: root/hw/pcnet.c
AgeCommit message (Expand)Author
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-04-16pcnet: Properly handle TX requests during Link FailJan Kiszka
2012-04-16pcnet: Clear ERR in CSR0 on stopJan Kiszka
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-27pcnet: Preserve link state across device resetJan Kiszka
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil
2011-11-01pcnet: Add link state supportJan Kiszka
2011-11-01pcnet: Move BCR defines to headerJan Kiszka
2011-04-01pcnet: Fix sign extension: make ipxe work with >2G RAMMichael Brown
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-13moving eeprom initializationWilliam Dauchy
2011-03-05hw/pcnet.c: Fix EPROM contents to suit AMD netware driversGerhard Wiesinger
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-11-27Split out common pcnet codePaul Brook
2010-11-21pcnet: Do not receive external frames in loopback modeJan Kiszka
2010-07-11pcnet: address TODOsMichael S. Tsirkin
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-03-15pcnet: make subsystem vendor id match hardwareMichael S. Tsirkin
2010-03-08pcnet APROMWE bit location (retry)Chris Kilgour
2010-01-13pcnet: remove dead nested assignment, spotted by clangBlue Swirl
2009-12-23pcnet: switch to symbolic names for pci registersMichael S. Tsirkin
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-03net: convert pcnet to NICStateMark McLoughlin
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-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-27pcnet: port to vmstateJuan Quintela
2009-10-27pcnet: split away lance.c (sparc32 code).Gerd Hoffmann
2009-10-27pcnet: use qdev properties for configuration.Gerd Hoffmann
2009-10-15pcnet: Extend hardware resetJan Kiszka
2009-10-08pcnet: Restart poll timer on pcnet_startJan Kiszka
2009-10-08pcnet: Drop unused recv_pos fieldJan Kiszka
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-27pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev fieldJuan Quintela
2009-08-27pcnet: remove useless casts This are casts to the very type of the functionJuan Quintela
2009-08-27pcnet: Change casts to DO_UPCAST() for PCIPCNetStateJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-10qdev/prop: convert pcnet.c to helper macros.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-09qdev: update pci device registration.Gerd Hoffmann
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin