* [U-Boot-Users] driver_lan91c96 or driver_smc91111
@ 2005-01-26 14:58 Komal Shah
2005-01-26 15:17 ` [U-Boot-Users] " Ladislav Michl
2005-01-26 16:13 ` [U-Boot-Users] " Christian Pell
0 siblings, 2 replies; 4+ messages in thread
From: Komal Shah @ 2005-01-26 14:58 UTC (permalink / raw)
To: u-boot
Hi All,
We are having LAN91C111 chip on our board. And in
linux world we have unified smc91x.c driver.
But in u-boot I got the two options:
So should I go for CONFIG_DRIVER_LAN91C96 or
CONFIG_DRIVER_SMC91111 in u-boot config???
As per grep output and reading the source code I think
CONFIG_DRIVER_SMC91111 is the correct one.
=====
---Komal Shah
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Re: driver_lan91c96 or driver_smc91111
2005-01-26 14:58 [U-Boot-Users] driver_lan91c96 or driver_smc91111 Komal Shah
@ 2005-01-26 15:17 ` Ladislav Michl
2005-01-26 16:13 ` [U-Boot-Users] " Christian Pell
1 sibling, 0 replies; 4+ messages in thread
From: Ladislav Michl @ 2005-01-26 15:17 UTC (permalink / raw)
To: u-boot
On Wed, Jan 26, 2005 at 06:58:52AM -0800, Komal Shah wrote:
> Hi All,
>
> We are having LAN91C111 chip on our board. And in
> linux world we have unified smc91x.c driver.
>
> But in u-boot I got the two options:
>
> So should I go for CONFIG_DRIVER_LAN91C96 or
> CONFIG_DRIVER_SMC91111 in u-boot config???
>
> As per grep output and reading the source code I think
> CONFIG_DRIVER_SMC91111 is the correct one.
Indeed, that's correct driver.
Regards,
ladis
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] driver_lan91c96 or driver_smc91111
2005-01-26 14:58 [U-Boot-Users] driver_lan91c96 or driver_smc91111 Komal Shah
2005-01-26 15:17 ` [U-Boot-Users] " Ladislav Michl
@ 2005-01-26 16:13 ` Christian Pell
2005-01-27 6:32 ` Komal Shah
1 sibling, 1 reply; 4+ messages in thread
From: Christian Pell @ 2005-01-26 16:13 UTC (permalink / raw)
To: u-boot
On Wed, 2005-01-26 at 06:58 -0800, Komal Shah wrote:
> Hi All,
>
> We are having LAN91C111 chip on our board. And in
> linux world we have unified smc91x.c driver.
>
> But in u-boot I got the two options:
>
> So should I go for CONFIG_DRIVER_LAN91C96 or
> CONFIG_DRIVER_SMC91111 in u-boot config???
>
> As per grep output and reading the source code I think
> CONFIG_DRIVER_SMC91111 is the correct one.
>
>
Hi, beware the 2 controllers are different. If you don't read the
register map carefully you miss important points like that the chunk for
allocating buffer is 256 in the former chip and 1024 in the later.
Anyway if there are 2 different drivers there is obviously a reason so
go for the SMC91111. :-)
Bye,
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] driver_lan91c96 or driver_smc91111
2005-01-26 16:13 ` [U-Boot-Users] " Christian Pell
@ 2005-01-27 6:32 ` Komal Shah
0 siblings, 0 replies; 4+ messages in thread
From: Komal Shah @ 2005-01-27 6:32 UTC (permalink / raw)
To: u-boot
--- Christian Pell <chri@infis.univ.trieste.it> wrote:
> On Wed, 2005-01-26 at 06:58 -0800, Komal Shah wrote:
> > Hi All,
> >
> > We are having LAN91C111 chip on our board. And in
> > linux world we have unified smc91x.c driver.
> >
> > But in u-boot I got the two options:
> >
> > So should I go for CONFIG_DRIVER_LAN91C96 or
> > CONFIG_DRIVER_SMC91111 in u-boot config???
> >
> > As per grep output and reading the source code I
> think
> > CONFIG_DRIVER_SMC91111 is the correct one.
> >
> >
>
> Hi, beware the 2 controllers are different. If you
> don't read the
> register map carefully you miss important points
> like that the chunk for
> allocating buffer is 256 in the former chip and 1024
> in the later.
> Anyway if there are 2 different drivers there is
> obviously a reason so
> go for the SMC91111. :-)
Thanx for the reply. Yes. I selected SMC91111 driver,
no 32 bit access, and internal PHY.
=====
---Komal Shah
__________________________________
Do you Yahoo!?
All your favorites on one personal page ? Try My Yahoo!
http://my.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-01-27 6:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-26 14:58 [U-Boot-Users] driver_lan91c96 or driver_smc91111 Komal Shah
2005-01-26 15:17 ` [U-Boot-Users] " Ladislav Michl
2005-01-26 16:13 ` [U-Boot-Users] " Christian Pell
2005-01-27 6:32 ` Komal Shah
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox