qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Another NIC Emulation...
@ 2004-07-07 22:46 Antony T Curtis
  2004-07-08  8:11 ` Hetz Ben Hamo
  0 siblings, 1 reply; 3+ messages in thread
From: Antony T Curtis @ 2004-07-07 22:46 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

Hi guys...

I have nearly ready a simulation for a 3Com 3C509B-TP PnP card.

So far, it has only been tested with NetBSD and FreeBSD... and in my
testing, appears to work better than the stock NE2000 driver.

This code requires the ISA-PnP support code I submitted a while back.

I'll try to make some nice patches...

-- 
Antony T Curtis <antony.t.curtis@ntlworld.com>

[-- Attachment #2: 3c509b.c.gz --]
[-- Type: application/x-gzip, Size: 6876 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Another NIC Emulation...
  2004-07-07 22:46 [Qemu-devel] Another NIC Emulation Antony T Curtis
@ 2004-07-08  8:11 ` Hetz Ben Hamo
  2004-07-08  9:56   ` Antony T Curtis
  0 siblings, 1 reply; 3+ messages in thread
From: Hetz Ben Hamo @ 2004-07-08  8:11 UTC (permalink / raw)
  To: qemu-devel, antony.t.curtis

Antony T Curtis wrote:
> Hi guys...
> 
> I have nearly ready a simulation for a 3Com 3C509B-TP PnP card.
> 
> So far, it has only been tested with NetBSD and FreeBSD... and in my
> testing, appears to work better than the stock NE2000 driver.
> 
> This code requires the ISA-PnP support code I submitted a while back.
> 
> I'll try to make some nice patches...

If you could please:

1. Send me a PnP patch (I don't have it and I would like to put it into 
the patches directory in my web site)
2. Send this 3Com "card" as a patch with a README please?

Thanks,
Hetz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Another NIC Emulation...
  2004-07-08  8:11 ` Hetz Ben Hamo
@ 2004-07-08  9:56   ` Antony T Curtis
  0 siblings, 0 replies; 3+ messages in thread
From: Antony T Curtis @ 2004-07-08  9:56 UTC (permalink / raw)
  To: Hetz Ben Hamo; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 731 bytes --]

On Thu, 2004-07-08 at 09:11, Hetz Ben Hamo wrote:
> Antony T Curtis wrote:
> > Hi guys...
> > 
> > I have nearly ready a simulation for a 3Com 3C509B-TP PnP card.
> > 
> > So far, it has only been tested with NetBSD and FreeBSD... and in my
> > testing, appears to work better than the stock NE2000 driver.
> > 
> > This code requires the ISA-PnP support code I submitted a while back.
> > 
> > I'll try to make some nice patches...
> 
> If you could please:
> 
> 1. Send me a PnP patch (I don't have it and I would like to put it into 
> the patches directory in my web site)
> 2. Send this 3Com "card" as a patch with a README please?

Both patches and README attached. Enjoy!

-- 
Antony T Curtis <antony.t.curtis@ntlworld.com>

[-- Attachment #2: qemu-3c509b.patch.gz --]
[-- Type: application/x-gzip, Size: 8676 bytes --]

[-- Attachment #3: qemu-isapnp.patch.gz --]
[-- Type: application/x-gzip, Size: 12483 bytes --]

[-- Attachment #4: README --]
[-- Type: text/x-readme, Size: 711 bytes --]


Files:

qemu-isapnp.patch      ISA-PnP Enumerator Simulation
qemu-3c509b.patch      3Com 3C509b-TP PnP Simulation


ISA-PnP Enumerator

This provides support for creating ISA-PnP compatible devices
within QEMU. Included are additions to hw/ne2000.c which
demonstrates the ease to convert an isa device to an isa-pnp device.

This patch adds "-pnp" to the command line


3Com 3C509b-TP PnP

This provides support for simulating a 3C509b-TP in PnP mode only.
Note that it does not support 3Com's own (deprecated) discovery method.
This device has been tested with FreeBSD 5 and NetBSD guests.

This patch adds "-3c509b" to the command line. "-pnp" is implied.


--
Antony T Curtis <antony.t.curtis@ntlworld.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-08  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-07 22:46 [Qemu-devel] Another NIC Emulation Antony T Curtis
2004-07-08  8:11 ` Hetz Ben Hamo
2004-07-08  9:56   ` Antony T Curtis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).