Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2005 13:51:56 -0500 (EST)
From:      Daniel Eischen <deischen@freebsd.org>
To:        Robert Blacquiere <freebsd@guldan.demon.nl>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: dc no worky with <Xircom X3201 10/100BaseTX>, also LOR
Message-ID:  <Pine.GSO.4.43.0502161351210.4363-200000@sea.ntplx.net>
In-Reply-To: <20050216170016.GE39477@bombur.guldan.demon.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--/9DWx/yDrRhgMJTb
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.GSO.4.43.0502161351212.4363@sea.ntplx.net>
Content-Disposition: INLINE

On Wed, 16 Feb 2005, Robert Blacquiere wrote:
>
>
> Someone send a patch to this mailling list. As i was also having problems
> with the mii bus failed to attach.
>
> The patch he send is attached

No, that didn't work either.  Thanks, though.

-- 
Dan

--/9DWx/yDrRhgMJTb
Content-Type: TEXT/PLAIN; CHARSET=us-ascii
Content-ID: <Pine.GSO.4.43.0502161351213.4363@sea.ntplx.net>
Content-Description: 
Content-Disposition: ATTACHMENT; FILENAME="if_dc.diff"

--- if_dc.c~	Fri Oct 15 17:53:44 2004
+++ if_dc.c	Mon Dec 20 14:22:48 2004
@@ -2151,8 +2151,8 @@
 	}
 
 	/* Allocate a busdma tag for mbufs. */
-	error = bus_dma_tag_create(NULL, PAGE_SIZE, 0, BUS_SPACE_MAXADDR_32BIT,
-	    BUS_SPACE_MAXADDR, NULL, NULL, MCLBYTES * DC_TX_LIST_CNT,
+	error = bus_dma_tag_create(NULL, 1, 0, BUS_SPACE_MAXADDR_32BIT,
+	    BUS_SPACE_MAXADDR, NULL, NULL, MCLBYTES,
 	    DC_TX_LIST_CNT, MCLBYTES, 0, NULL, NULL, &sc->dc_mtag);
 	if (error) {
 		printf("dc%d: failed to allocate busdma tag\n", unit);

--/9DWx/yDrRhgMJTb--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0502161351210.4363-200000>