]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Before modularization commit, atapci driver was attaching only to devices of
authorAlexander Motin <mav@FreeBSD.org>
Thu, 18 Dec 2008 21:13:46 +0000 (21:13 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Thu, 18 Dec 2008 21:13:46 +0000 (21:13 +0000)
commitf6550fad4d38d75a446cfe48d11f9ac433020cf1
tree6ff6c35c41907b98ad0c91b0834f7e1ece28d194
parent8b8df0ff619807e59a4ec6db8ef5d917662726b2
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@
sys/dev/ata/chipsets/ata-ahci.c
sys/dev/ata/chipsets/ata-sis.c