From owner-cvs-all Sat Mar 23 11:37:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 770F637B41C; Sat, 23 Mar 2002 11:37:11 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NJbBR69578; Sat, 23 Mar 2002 11:37:11 -0800 (PST) (envelope-from tmm) Message-Id: <200203231937.g2NJbBR69578@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 23 Mar 2002 11:37:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/03/23 11:37:11 PST Modified files: sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h Log: Assorted fixes: - remove some useless code from the status change handler that was intended to enable the the MII drivers for external phys; this is already done during interface initialization, and the deleted code made some assumptions about phy addresses that do not seem to hold true on newer cards. This should get at least one of the two hmes of newer Netra t1 machines working. - correct the interrupt resource allocation - bump the number of RX descriptors, lower values cause promblems on some machines Revision Changes Path 1.3 +0 -7 src/sys/dev/hme/if_hme.c 1.3 +1 -1 src/sys/dev/hme/if_hme_pci.c 1.2 +1 -1 src/sys/dev/hme/if_hme_sbus.c 1.2 +1 -2 src/sys/dev/hme/if_hmevar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message