public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] smc 9194 driver
@ 2003-06-06  9:19 Gupta, Kshitij
  0 siblings, 0 replies; 4+ messages in thread
From: Gupta, Kshitij @ 2003-06-06  9:19 UTC (permalink / raw)
  To: u-boot

hi,
  my board has a smsc 9194 ethernet controller.  In the u-boot code in the
drivers directory there is a driver for smc9111 controller.  Will this
driver work straight away for me or I have to do major modifications to
this.  
regards
-kshitij

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

* [U-Boot-Users] smc 9194 driver
@ 2003-06-06 10:33 Gupta, Kshitij
  2003-06-06 10:57 ` Rolf Offermanns
  0 siblings, 1 reply; 4+ messages in thread
From: Gupta, Kshitij @ 2003-06-06 10:33 UTC (permalink / raw)
  To: u-boot

hi,
   I am trying to use smc91111.c file for my smc9194 controller.  I get
stuck in the memory allocation of the smc_send_packet() routine.   I can see
one comment in the code (after memory allocation) saying : 
	
	/* FIXME: the ALLOC_INT bit never gets set *
	 * so the following will always give a     *
	 * memory allocation error.                *
	 * same code works in armboot though       *
	 * -ro
	 */

So does that mean I can just comment the status check part for memory
allocation??
Can anyone guide me through this problem.  I also compared the register
offsets in the smc91111.h file with the datasheet of smc9194 controller
(which seems to be ok).
regards
-kshitij

-----Original Message-----
From: Gupta, Kshitij 
Sent: Friday, June 06, 2003 2:50 PM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] smc 9194 driver


hi,
  my board has a smsc 9194 ethernet controller.  In the u-boot code in the
drivers directory there is a driver for smc9111 controller.  Will this
driver work straight away for me or I have to do major modifications to
this.  
regards
-kshitij


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] smc 9194 driver
  2003-06-06 10:33 [U-Boot-Users] smc 9194 driver Gupta, Kshitij
@ 2003-06-06 10:57 ` Rolf Offermanns
  0 siblings, 0 replies; 4+ messages in thread
From: Rolf Offermanns @ 2003-06-06 10:57 UTC (permalink / raw)
  To: u-boot

Hmmm... this problem was fixed sometime ago...
However, the fix doesn't seem to have made it into CVS.

I am resending it as a seperate mail to this list.
Wolfgang, please apply.

-Rolf

--On Freitag, Juni 06, 2003 16:03:13 +0530 "Gupta, Kshitij"
<kshitij@ti.com> wrote:

> hi,
>    I am trying to use smc91111.c file for my smc9194 controller.  I get
> stuck in the memory allocation of the smc_send_packet() routine.   I can
> see one comment in the code (after memory allocation) saying : 
> 	
> 	/* FIXME: the ALLOC_INT bit never gets set *
> 	 * so the following will always give a     *
> 	 * memory allocation error.                *
> 	 * same code works in armboot though       *
> 	 * -ro
> 	 */
> 
> So does that mean I can just comment the status check part for memory
> allocation??
> Can anyone guide me through this problem.  I also compared the register
> offsets in the smc91111.h file with the datasheet of smc9194 controller
> (which seems to be ok).
> regards
> -kshitij
> 
> -----Original Message-----
> From: Gupta, Kshitij 
> Sent: Friday, June 06, 2003 2:50 PM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] smc 9194 driver
> 
> 
> hi,
>   my board has a smsc 9194 ethernet controller.  In the u-boot code in the
> drivers directory there is a driver for smc9111 controller.  Will this
> driver work straight away for me or I have to do major modifications to
> this.  
> regards
> -kshitij
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] smc 9194 driver
@ 2003-06-09  5:21 Gupta, Kshitij
  0 siblings, 0 replies; 4+ messages in thread
From: Gupta, Kshitij @ 2003-06-09  5:21 UTC (permalink / raw)
  To: u-boot

hi,
  thanx for the help.  I am not getting that problem now.  But I am still
getting a "TX Timeout, Send failed".  Can anyone tell me if this driver can
work with smc9196 or should I write another one.
regards
-kshitij

-----Original Message-----
From: Rolf Offermanns [mailto:rof at sysgo.de]
Sent: Friday, June 06, 2003 4:27 PM
To: u-boot-users at lists.sourceforge.net
Subject: RE: [U-Boot-Users] smc 9194 driver


Hmmm... this problem was fixed sometime ago...
However, the fix doesn't seem to have made it into CVS.

I am resending it as a seperate mail to this list.
Wolfgang, please apply.

-Rolf

--On Freitag, Juni 06, 2003 16:03:13 +0530 "Gupta, Kshitij"
<kshitij@ti.com> wrote:

> hi,
>    I am trying to use smc91111.c file for my smc9194 controller.  I get
> stuck in the memory allocation of the smc_send_packet() routine.   I can
> see one comment in the code (after memory allocation) saying : 
> 	
> 	/* FIXME: the ALLOC_INT bit never gets set *
> 	 * so the following will always give a     *
> 	 * memory allocation error.                *
> 	 * same code works in armboot though       *
> 	 * -ro
> 	 */
> 
> So does that mean I can just comment the status check part for memory
> allocation??
> Can anyone guide me through this problem.  I also compared the register
> offsets in the smc91111.h file with the datasheet of smc9194 controller
> (which seems to be ok).
> regards
> -kshitij
> 
> -----Original Message-----
> From: Gupta, Kshitij 
> Sent: Friday, June 06, 2003 2:50 PM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] smc 9194 driver
> 
> 
> hi,
>   my board has a smsc 9194 ethernet controller.  In the u-boot code in the
> drivers directory there is a driver for smc9111 controller.  Will this
> driver work straight away for me or I have to do major modifications to
> this.  
> regards
> -kshitij
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users






-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

end of thread, other threads:[~2003-06-09  5:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-06 10:33 [U-Boot-Users] smc 9194 driver Gupta, Kshitij
2003-06-06 10:57 ` Rolf Offermanns
  -- strict thread matches above, loose matches on Subject: below --
2003-06-09  5:21 Gupta, Kshitij
2003-06-06  9:19 Gupta, Kshitij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox