Re: [Qemu-devel] PCNet & Lance merge

2006-08-29 Thread Blue Swirl
For the DMA controller I think it would be worth creating a separate object for the sparc DMA controller, and having that forward to the individual devices. That's a good idea, then ESP/NCR53C9x could be used more easily elsewhere. In Linux there are ESP derived SCSI drivers for at least PowerM

Re: [Qemu-devel] PCNet & Lance merge

2006-08-29 Thread Paul Brook
On Sunday 27 August 2006 10:44, Blue Swirl wrote: > Hi, > > These patches merge PCNet and Lance, implement the new IOMMU access method > and convert ESP and PCNet to use the new method. I've applies the new IOMMU bits and ESP conversion as part of my latest SCSI changes. I left the Lance bits as

[Qemu-devel] PCNet & Lance merge

2006-08-27 Thread Blue Swirl
Hi, These patches merge PCNet and Lance, implement the new IOMMU access method and convert ESP and PCNet to use the new method. At least Sparc works as before. I think the changes should not change PC use of PCNet. Please apply. _