From owner-cvs-src-old@FreeBSD.ORG Thu Dec 18 21:13:56 2008 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 8B89E1065744 for ; Thu, 18 Dec 2008 21:13:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 815818FC08 for ; Thu, 18 Dec 2008 21:13:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBILDu2B058261 for ; Thu, 18 Dec 2008 21:13:56 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBILDuDo058260 for cvs-src-old@freebsd.org; Thu, 18 Dec 2008 21:13:56 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200812182113.mBILDuDo058260@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 18 Dec 2008 21:13:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata/chipsets ata-ahci.c ata-sis.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: Thu, 18 Dec 2008 21:13:56 -0000 mav 2008-12-18 21:13:46 UTC FreeBSD src repository Modified files: sys/dev/ata/chipsets ata-ahci.c ata-sis.c Log: SVN rev 186296 on 2008-12-18 21:13:46Z by mav Before modularization commit, atapci driver was attaching only to devices of storage class. This check was lost. It is not important for the most cases, but as it was reported on current@, it does important for sis driver and surely inportant for AHCI driver. So restore it there. Submitted by: Toshikazu ICHINOSEKI, Andrey V. Elsukov Discussed on: current@ Revision Changes Path 1.3 +3 -2 src/sys/dev/ata/chipsets/ata-ahci.c 1.2 +3 -0 src/sys/dev/ata/chipsets/ata-sis.c