From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 01:13:05 2010 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 188AC10657A5 for ; Sat, 30 Oct 2010 01:13:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0675C8FC12 for ; Sat, 30 Oct 2010 01:13:05 +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 o9U1D4cI055053 for ; Sat, 30 Oct 2010 01:13:04 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9U1D42j055052 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 01:13:04 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010300113.o9U1D42j055052@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 30 Oct 2010 01:12:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/alc if_alc.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: Sat, 30 Oct 2010 01:13:05 -0000 yongari 2010-10-30 01:12:54 UTC FreeBSD src repository Modified files: sys/dev/alc if_alc.c Log: SVN rev 214542 on 2010-10-30 01:12:54Z by yongari Don't bother to enable ASPM L1 to save more power. Even though I am not able to trigger the issue with sample boards, some users seems to suffer from freeze/lockup when system is booted without UTP cable plugged in. I'm not sure whether this is BIOS issue or controller bug. This change fixes AR8132 lockup issue seen on EEE PC. Reported by: kmoore Tested by: kmoore Revision Changes Path 1.21 +1 -1 src/sys/dev/alc/if_alc.c