From owner-cvs-all@FreeBSD.ORG Thu Oct 13 22:12:34 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 A77D216A41F; Thu, 13 Oct 2005 22:12:34 +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 6594F43D45; Thu, 13 Oct 2005 22:12:34 +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 j9DMCYu6089502; Thu, 13 Oct 2005 22:12:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9DMCYgR089501; Thu, 13 Oct 2005 22:12:34 GMT (envelope-from imp) Message-Id: <200510132212.j9DMCYgR089501@repoman.freebsd.org> From: Warner Losh Date: Thu, 13 Oct 2005 22:12:34 +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_pci.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:12:34 -0000 imp 2005-10-13 22:12:34 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pci.c Log: If we can't probe the RTL80x9 for some reason, fall back to probing it as a Novell NE-2000. This is necessary for unpatched qemu working correctly. qemu claims to be a RTL8029, but doesn't implement the RTL8029 specific registers at this time. I've created patches for that, but there's no reason we can't use qemu's emulation w/o these patches. This should make life easier for those folks that boot FreeBSD via qemu. Revision Changes Path 1.48 +9 -2 src/sys/dev/ed/if_ed_pci.c