From owner-cvs-all@FreeBSD.ORG Thu Oct 13 22:06:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C07816A427; Thu, 13 Oct 2005 22:06:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F276D43D48; Thu, 13 Oct 2005 22:06:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9DM62te089209; Thu, 13 Oct 2005 22:06:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9DM62tc089208; Thu, 13 Oct 2005 22:06:02 GMT (envelope-from imp) Message-Id: <200510132206.j9DM62tc089208@repoman.freebsd.org> From: Warner Losh Date: Thu, 13 Oct 2005 22:06:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_rtl80x9.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 22:06:03 -0000 imp 2005-10-13 22:06:02 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_rtl80x9.c Log: o Fix probing of rtl80x9 parts. We shouldn't be calling ed_probe_generic8390 where we're calling it. It will be done as part of ed_probe_Novel_generic after things are setup in a way that ed_probe_generic8390 will grok. o Fix operator precedence botch that causes a panic when setting the media type for 10baseT connections. o Save the type of device so that it prints with the rest of the probe. # this should make it work with qemu again, but only if it has my patches # to actually implement the RTL8029 specific registers. Revision Changes Path 1.2 +6 -5 src/sys/dev/ed/if_ed_rtl80x9.c