Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-16 Thread Jason Wang
On 2017年11月16日 14:40, Stefan Weil wrote: Am 15.11.2017 um 14:09 schrieb Michael Nawrocki: Hi Stefan, I've got a VxWorks driver binary that explicitly looks for device ID 0x1030 (which is admittedly not ideal). It seems like the "82559 InBusiness 10/100" hardware uses this, though I've had

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-15 Thread Stefan Weil
Am 15.11.2017 um 14:09 schrieb Michael Nawrocki: > Hi Stefan, > > I've got a VxWorks driver binary that explicitly looks for device ID > 0x1030 (which is admittedly not ideal). It seems like the "82559 > InBusiness 10/100" hardware uses this, though I've had trouble finding > an official source.

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-15 Thread Jason Wang
On 2017年11月15日 21:09, Michael Nawrocki wrote: On 11/14/2017 04:41 PM, Stefan Weil wrote: Am 06.11.2017 um 21:35 schrieb Mike Nawrocki: Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables this ID with a new property "use-alt-device-id" to preserve compatibility.

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-15 Thread Michael Nawrocki
On 11/14/2017 04:41 PM, Stefan Weil wrote: Am 06.11.2017 um 21:35 schrieb Mike Nawrocki: Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables this ID with a new property "use-alt-device-id" to preserve compatibility. Signed-off-by: Mike Nawrocki

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-15 Thread Jason Wang
On 2017年11月15日 05:41, Stefan Weil wrote: Am 06.11.2017 um 21:35 schrieb Mike Nawrocki: Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables this ID with a new property "use-alt-device-id" to preserve compatibility. Signed-off-by: Mike Nawrocki

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-14 Thread Stefan Weil
Am 06.11.2017 um 21:35 schrieb Mike Nawrocki: > Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables > this ID with a new property "use-alt-device-id" to preserve > compatibility. > > Signed-off-by: Mike Nawrocki > --- > hw/net/eepro100.c|

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-07 Thread Michael Nawrocki
On 11/07/2017 11:12 AM, Michael S. Tsirkin wrote: On Mon, Nov 06, 2017 at 03:35:20PM -0500, Mike Nawrocki wrote: Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables this ID with a new property "use-alt-device-id" to preserve compatibility. Signed-off-by: Mike Nawrocki

Re: [Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-07 Thread Michael S. Tsirkin
On Mon, Nov 06, 2017 at 03:35:20PM -0500, Mike Nawrocki wrote: > Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables > this ID with a new property "use-alt-device-id" to preserve > compatibility. > > Signed-off-by: Mike Nawrocki > --- >

[Qemu-devel] [PATCH v2 2/2] Add new PCI ID for i82559a

2017-11-06 Thread Mike Nawrocki
Adds a new PCI ID for the i82559a (0x8086 0x1030) interface. Enables this ID with a new property "use-alt-device-id" to preserve compatibility. Signed-off-by: Mike Nawrocki --- hw/net/eepro100.c| 12 include/hw/pci/pci.h | 1 + qemu-options.hx