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

Re: [cdi-devel] [PATCH v2] Make e1000 work in VirtualBox



On Mon, Aug 16, 2010 at 09:16:11PM +1000, Matthew Iselin wrote:
> Hi,
> 
> This patch makes the e1000 driver work in VirtualBox. I'm working
> towards getting the driver working in VMWare as well, but VMWare
> emulates a different chip (82545 rather than 82540). Those fixes and
> adjustments will come in a different patch, at a later date.
> 
> The biggest change here is that the driver now supports the microwire
> interface for reading from the EEPROM as well as the EERD.
> 
> This is the second version of this patch, and fixes the "unused
> variable" error that comes up for some environments.
> 
> Cheers,
> 
> Matt

Thanks, applied to both CDI and tyndur.

But next time please pay attention to create a patch that applies
cleanly and doesn't have wrapped lines or non-breaking whitespace
characters (took me a while to figure the latter out!)