]> git.ipfire.org Git - people/ms/linux.git/commit - drivers/ata/sata_svw.c
[PATCH] sata_svw: Add support for new device IDs
authorNarendra Sankar <nsankar@broadcom.com>
Wed, 25 May 2005 23:51:00 +0000 (16:51 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 26 May 2005 00:10:58 +0000 (20:10 -0400)
commit60bf09a366c873aab36e3b3110ee9f5bd89a1a6d
tree562796542209980e96c184c2956e33269cff7794
parent2a24ab628aa7b190be32f63dfb6d96f3fb61580a
[PATCH] sata_svw: Add support for new device IDs

BCM5785 (HT1000) is a new southbridge from Serverworks/Broadcom that
incorporates 4 SATA ports in a single PCIX function. Functionally these
ports are similar to that in older devices like the Apple K2 and the
Frodo4/8. This patch adds support for the new PCI device ID along with a
blurb on what the various device IDs mean. Additionally in all devices
based on this SATA controller, the SATA ports appear as a single PCI
function. This is true for older Frodo8 devices as well. Hence the init
function should init all the ports present in the detected controller
(which could be 4 or 8).

Signed-off-by: Narendra Sankar <nsankar@broadcom.com>
drivers/scsi/sata_svw.c