Implement sonic netcard (MIPS Jazz)
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 15 Apr 2009 14:57:54 +0000 (14:57 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 15 Apr 2009 14:57:54 +0000 (14:57 +0000)
commita65f56eeba9152e243f5f08cd0ae7556e27f6fb3
treec38d54976e7feec943fd9597b92d881d559ffa0f
parentffc500ea02cdd2fcf3925bc2141309e056643c1f
Implement sonic netcard (MIPS Jazz)

Attached patch adds emulation of a SONIC netcard. This card has been used
in MIPS Jazz machines and in some Apple Mac 68K.

Emulation has been done using dp83932 specification, but can be enhanced
(if needed) to also emulate dp83916, dp83934 or dp83936 chipsets.

This has been tested in Linux 2.1, NetBSD 1.6.2 and MS Windows NT/MIPS

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7112 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
hw/dp8393x.c [new file with mode: 0644]
hw/mips.h
hw/mips_jazz.c