From owner-cvs-src-old@FreeBSD.ORG Tue Jun 7 06:18:56 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC4A9106566C for ; Tue, 7 Jun 2011 06:18:56 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9F9F8FC16 for ; Tue, 7 Jun 2011 06:18:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p576IujG011920 for ; Tue, 7 Jun 2011 06:18:56 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p576Iuc6011919 for cvs-src-old@freebsd.org; Tue, 7 Jun 2011 06:18:56 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201106070618.p576Iuc6011919@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Tue, 7 Jun 2011 06:18:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 amdsbwd.4 src/sys/dev/amdsbwd amdsbwd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2011 06:18:56 -0000 avg 2011-06-07 06:18:02 UTC FreeBSD src repository Modified files: share/man/man4 amdsbwd.4 sys/dev/amdsbwd amdsbwd.c Log: SVN rev 222805 on 2011-06-07 06:18:02Z by avg amdsbwd: update to support SB8xx southbridges Many thanks to Tino for drawing my attention to this, for doing a lot of testing and providing great feedback. Many thanks to AMD for continuing to release public specifications for their chipsets. PR: kern/157568 Tested by: Tino MFC after: 1 week Revision Changes Path 1.4 +3 -3 src/share/man/man4/amdsbwd.4 1.3 +137 -47 src/sys/dev/amdsbwd/amdsbwd.c