summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-pci.c
diff options
context:
space:
mode:
authorrink <rink@FreeBSD.org>2007-02-03 20:12:00 +0000
committerrink <rink@FreeBSD.org>2007-02-03 20:12:00 +0000
commit9722cd274341fba5ab7d762a94ada76ea4292f3e (patch)
tree94b7b0defa3c4aa7bb2e8933715831764ac142d6 /sys/dev/ata/ata-pci.c
parent39590cde6889207fcb8dd53eebefeb3b525a491b (diff)
downloadFreeBSD-src-9722cd274341fba5ab7d762a94ada76ea4292f3e.zip
FreeBSD-src-9722cd274341fba5ab7d762a94ada76ea4292f3e.tar.gz
Add support for the NetCell NC3000/5000 series SATA RAID cards.
Reviewed by: sos Approved by: imp (mentor) MFC after: 1 week
Diffstat (limited to 'sys/dev/ata/ata-pci.c')
-rw-r--r--sys/dev/ata/ata-pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c
index e322757..fc3585a 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -120,6 +120,10 @@ ata_pci_probe(device_t dev)
if (!ata_national_ident(dev))
return ATA_PROBE_OK;
break;
+ case ATA_NETCELL_ID:
+ if (!ata_netcell_ident(dev))
+ return ATA_PROBE_OK;
+ break;
case ATA_NVIDIA_ID:
if (!ata_nvidia_ident(dev))
return ATA_PROBE_OK;
OpenPOWER on IntegriCloud