From owner-freebsd-current@FreeBSD.ORG Mon Oct 11 23:49:43 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB4DB1065672 for ; Mon, 11 Oct 2010 23:49:43 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id BD4308FC18 for ; Mon, 11 Oct 2010 23:49:43 +0000 (UTC) Received: by pwi6 with SMTP id 6so410536pwi.13 for ; Mon, 11 Oct 2010 16:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:subject :message-id:reply-to:mime-version:content-type:content-disposition :user-agent; bh=SGMQ6XXRDAB8Qv+N5U4togmfTVtcKUmcpus0WEMBJxc=; b=F7FTTmQ0mo7nptYagWTzCHYenhJnPodTCiEnfcpOfOyfV7Ui+GepqT/sOhFvk+aXEB +K/GrzegYTFvKkXrB78y75Rxr8ZREpsqHdn45TwbhoKLf/9uHvcXDdruM/70TPQHhMB+ 2F9BrHWjpMrmv37mV7aNuycqeuj8MMGCyFrfc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; b=oJYRoJ/Yrlm6mN5x7lsxS1tflnflwjCzO3SUsVpEydO6542Smy0uGSYucFwkxHfqZC OQkOYgHqYu4nxqjrOZhbISfXd7H7hRUjuWSOWMX2S0NTKakoGXSrGH8uB+i4oEAVcssa GojNsW2rtJ8LglqPMHOdGx9oP4Yin3CC7qvQM= Received: by 10.114.46.20 with SMTP id t20mr7688443wat.181.1286840983092; Mon, 11 Oct 2010 16:49:43 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id f20sm11426028waj.20.2010.10.11.16.49.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 11 Oct 2010 16:49:41 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 11 Oct 2010 16:47:59 -0700 From: Pyun YongHyeon Date: Mon, 11 Oct 2010 16:47:59 -0700 To: freebsd-current@FreeBSD.org Message-ID: <20101011234759.GJ4607@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Call for bge(4) testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2010 23:49:44 -0000 Hi, I have been working on bge(4) for a while to support a new Broadcom controller. Before doing that I committed many fundamental changes to bge(4) in order to make it easy to add more controllers. Because bge(4) supports many variants of controllers and have lots of workaround for specific controller revisions it is possible for me to break something on certain controllers. If you have bge(4) controller please give it try and let me know how it works. Thanks.