summaryrefslogtreecommitdiffstats
path: root/hw/pcnet-pci.c
Commit message (Collapse)AuthorAgeFilesLines
* Add bootindex for option roms.Gleb Natapov2010-12-111-1/+1
| | | | | | | Extend -option-rom command to have additional parameter ,bootindex=. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
| | | | | | | | | | | | | As stated before, devices can be little, big or native endian. The target endianness is not of their concern, so we need to push things down a level. This patch adds a parameter to cpu_register_io_memory that allows a device to choose its endianness. For now, all devices simply choose native endian, because that's the same behavior as before. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Add pcnet-pci.cPaul Brook2010-11-271-0/+345
Add file missing from last commit. Signed-off-by: Paul Brook <paul@codesourcery.com>
OpenPOWER on IntegriCloud