| To: | Michael Shmulevich <michaels@jungo.com> |
|---|---|
| Subject: | Re: MIPS/linux compatible PCI network cards |
| From: | Ralf Baechle <ralf@oss.sgi.com> |
| Date: | Sat, 27 Jan 2001 11:22:04 -0800 |
| Cc: | "linux-mips@oss.sgi.com" <linux-mips@oss.sgi.com> |
| In-reply-to: | <3A712D90.3CC9EBAF@jungo.com>; from michaels@jungo.com on Fri, Jan 26, 2001 at 09:56:00AM +0200 |
| References: | <3A70A356.F3CA71F1@jungo.com> <3A70A718.F0628BBB@mvista.com> <3A712D90.3CC9EBAF@jungo.com> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Fri, Jan 26, 2001 at 09:56:00AM +0200, Michael Shmulevich wrote: > Date: Fri, 26 Jan 2001 09:56:00 +0200 > From: Michael Shmulevich <michaels@jungo.com> > CC: "linux-mips@oss.sgi.com" <linux-mips@oss.sgi.com> > Subject: Re: MIPS/linux compatible PCI network cards > To: unlisted-recipients:; (no To-header on input) > > Pete Popov wrote: > > > > > > Another one is the RTL8139. It's quite cheap (I think less than $20). > > > > Pete > > Surprisingly enough, Realtek's driver is quite x86-oriented. It uses > some ugly outb() functtions without any ioremap()'ping. inb() and friends are for what Inhell calls I/O space. Ioremap is for memory mapped I/O. So you usually don't find both of them in the same driver. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: MIPS/linux compatible PCI network cards, Ralf Baechle |
|---|---|
| Next by Date: | Re: floating point on Nevada cpu, Ralf Baechle |
| Previous by Thread: | Re: MIPS/linux compatible PCI network cards, Michael Shmulevich |
| Next by Thread: | Re: MIPS/linux compatible PCI network cards, Michael Shmulevich |
| Indexes: | [Date] [Thread] [Top] [All Lists] |