public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* small patch for unsigned char breakage in rtl8129 driver
@ 2001-02-11 20:12 Philip Blundell
  2001-02-11 20:31 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Blundell @ 2001-02-11 20:12 UTC (permalink / raw)
  To: linux-kernel

--- linux/drivers/net/rtl8129.c	Sat Nov  4 16:42:22 2000
+++ linux/drivers/net/rtl8129.c	Sat Nov  4 16:48:21 2000
@@ -271,7 +271,7 @@ struct rtl8129_private {
 	unsigned char *tx_bufs;				/* Tx bounce buffer region. */
 	dma_addr_t rx_ring_dma;
 	dma_addr_t tx_bufs_dma;
-	char phys[4];						/* MII device addresses. */
+	signed char phys[4];				/* MII device addresses. */
 	char twistie, twist_cnt;			/* Twister tune state. */
 	unsigned int tx_full:1;				/* The Tx queue is full. */
 	unsigned int full_duplex:1;			/* Full-duplex operation requested. */


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: small patch for unsigned char breakage in rtl8129 driver
  2001-02-11 20:12 small patch for unsigned char breakage in rtl8129 driver Philip Blundell
@ 2001-02-11 20:31 ` Alan Cox
  2001-02-11 20:55   ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2001-02-11 20:31 UTC (permalink / raw)
  To: Philip Blundell; +Cc: linux-kernel

> -	char phys[4];						/* MII device addresses. */
> +	signed char phys[4];				/* MII device addresses. */

8129 is deprecated for the current 8139too driver which is the only stable
driver for it. Does 8139too (from current -ac) work on ARM ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: small patch for unsigned char breakage in rtl8129 driver
  2001-02-11 20:31 ` Alan Cox
@ 2001-02-11 20:55   ` Jeff Garzik
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2001-02-11 20:55 UTC (permalink / raw)
  To: Alan Cox; +Cc: Philip Blundell, linux-kernel

Alan Cox wrote:
> 
> > -     char phys[4];                                           /* MII device addresses. */
> > +     signed char phys[4];                            /* MII device addresses. */
> 
> 8129 is deprecated for the current 8139too driver which is the only stable
> driver for it. Does 8139too (from current -ac) work on ARM ?

I've gotten at least one report that it does

	Jeff


-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-02-11 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-11 20:12 small patch for unsigned char breakage in rtl8129 driver Philip Blundell
2001-02-11 20:31 ` Alan Cox
2001-02-11 20:55   ` Jeff Garzik

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