* [Qemu-devel] QEMU drivers repository
@ 2007-04-18 14:27 Natalia Portillo
2007-04-18 19:25 ` [Qemu-devel] " Jan Jezabek
0 siblings, 1 reply; 4+ messages in thread
From: Natalia Portillo @ 2007-04-18 14:27 UTC (permalink / raw)
To: qemu-devel
Hi all,
I have collected all drivers I could for GD-5446 in
http://www.claunia.com/qemu/drivers/index.html
If someone can send me drivers for other OSes and for all the other
devices of qemu (sound, net, so on), so I can upload them.
As they are old devices they are getting difficult to get (and
www.driverguide.com is a bad website asking money for them) it is a good
way to put them in a free repository.
Regards,
Natalia Portillo
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: QEMU drivers repository
2007-04-18 14:27 [Qemu-devel] QEMU drivers repository Natalia Portillo
@ 2007-04-18 19:25 ` Jan Jezabek
2007-04-19 15:59 ` Carlos A. M. dos Santos
2007-04-19 18:28 ` Natalia Portillo
0 siblings, 2 replies; 4+ messages in thread
From: Jan Jezabek @ 2007-04-18 19:25 UTC (permalink / raw)
To: qemu-devel
Natalia Portillo wrote:
> Hi all,
>
> I have collected all drivers I could for GD-5446 in
> http://www.claunia.com/qemu/drivers/index.html
>
> If someone can send me drivers for other OSes and for all the other
> devices of qemu (sound, net, so on), so I can upload them.
>
> As they are old devices they are getting difficult to get (and
> www.driverguide.com is a bad website asking money for them) it is a good
> way to put them in a free repository.
>
> Regards,
> Natalia Portillo
>
>
>
>
Hi,
If you're interested in NT 3.51 you can find a graphics driver here:
http://www.navozhdeniye.narod.ru/vbemp.htm
It's a generic VESA driver, but it was the only one I could find that
supported high resolution true-color display in NT 3.51, so maybe it's
worth to put a link on your page.
As for network - I had a good experience with the Realtek 8029 drivers:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=15&PFid=15&Level=4&Conn=3&DownTypeID=3&GetDown=false&Downloads=true#RTL8029AS
WBR,
JJ
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Re: QEMU drivers repository
2007-04-18 19:25 ` [Qemu-devel] " Jan Jezabek
@ 2007-04-19 15:59 ` Carlos A. M. dos Santos
2007-04-19 18:28 ` Natalia Portillo
1 sibling, 0 replies; 4+ messages in thread
From: Carlos A. M. dos Santos @ 2007-04-19 15:59 UTC (permalink / raw)
To: qemu-devel
On 4/18/07, Jan Jezabek <jezabek@poczta.onet.pl> wrote:
> Natalia Portillo wrote:
[..]
> > I have collected all drivers I could for GD-5446 in
> > http://www.claunia.com/qemu/drivers/index.html
[...]
> If you're interested in NT 3.51 you can find a graphics driver here:
> http://www.navozhdeniye.narod.ru/vbemp.htm
>
> It's a generic VESA driver, but it was the only one I could find that
> supported high resolution true-color display in NT 3.51, so maybe it's
> worth to put a link on your page.
>
> As for network - I had a good experience with the Realtek 8029 drivers:
> http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=15&PFid=15&Level=4&Conn=3&DownTypeID=3&GetDown=false&Downloads=true#RTL8029AS
Great! I also found the drivers for RTL8139:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=6&PFid=6&Level=5&Conn=4&DownTypeID=3&GetDown=false#RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L)<br>RTL8139C(L)+/RTL8139D(L)/RTL8100(L)<br>RTL8130/RTL8139B(L)
--
Carlos A. M. dos Santos
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Re: QEMU drivers repository
2007-04-18 19:25 ` [Qemu-devel] " Jan Jezabek
2007-04-19 15:59 ` Carlos A. M. dos Santos
@ 2007-04-19 18:28 ` Natalia Portillo
1 sibling, 0 replies; 4+ messages in thread
From: Natalia Portillo @ 2007-04-19 18:28 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 985 bytes --]
Hi,
> If you're interested in NT 3.51 you can find a
graphics driver here:
>
http://www.navozhdeniye.narod.ru/vbemp.htm
In the repository I put
the Cirrus driver for NT 3.51. I do not know if it works with NT 3.5 or NT
3.11 but readme says NT 3.51 at least.
I will upload this
driver (also the BeOS VESA one I've tested it works with qemu cirrus
emulation), for the BOCHS VESA emulation.
> As for network -
I had a good experience with the Realtek 8029 drivers:
>
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=15&PF
>
id=15&Level=4&Conn=3&DownTypeID=3&GetDown=false&Downloads=true#RTL8029AS
Realtek drivers are easy to find the problems are in AMD PCNet drivers,
the SCSI drivers (whatever it runs only on non-PC architectures) and the
sound drivers (for ES, Adlib and SB16 DOS).
This weekend I'll
try to collect all drivers and will send a message with which ones I
got.
Thanks for the help.
Regards,
Natalia
Portillo
[-- Attachment #2: Type: text/html, Size: 1096 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-04-19 18:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 14:27 [Qemu-devel] QEMU drivers repository Natalia Portillo
2007-04-18 19:25 ` [Qemu-devel] " Jan Jezabek
2007-04-19 15:59 ` Carlos A. M. dos Santos
2007-04-19 18:28 ` Natalia Portillo
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).