Date: Thu, 18 Dec 2008 21:13:46 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata/chipsets ata-ahci.c ata-sis.c Message-ID: <200812182113.mBILDuDo058260@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812182113.mBILDuDo058260>