qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Make rtl8139 network interface card compatible


From: Programmingkid
Subject: Re: [Qemu-devel] [PATCH] Make rtl8139 network interface card compatible with Mac OS 10.4
Date: Fri, 1 Jan 2016 15:42:12 -0500

On Jan 1, 2016, at 3:32 PM, Paolo Bonzini wrote:

> 
> 
> On 29/12/2015 18:59, Programmingkid wrote:
>> @@ -699,6 +699,7 @@ static inline int pci_dma_rw(PCIDevice *dev, dma_addr_t 
>> addr,
>> static inline int pci_dma_read(PCIDevice *dev, dma_addr_t addr,
>>                                void *buf, dma_addr_t len)
>> {
>> +    memory_region_set_enabled(&dev->bus_master_enable_region, true);
>>     return pci_dma_rw(dev, addr, buf, len, DMA_DIRECTION_TO_DEVICE);
>> }
> 
> In other words, the driver is buggy and presumably would have never
> worked on real hardware?
> 
> Paolo

I can't say that for sure. I would need an actual RTL8139 nic with a PowerMac 
running
Mac OS 10.4 to answer that question. Is there anyone on the list who knows for 
sure?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]