summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2002-08-30 18:28:00 +0000
committergibbs <gibbs@FreeBSD.org>2002-08-30 18:28:00 +0000
commitd034a1281c6375b80d2e8cfbfbcba4564d125f2b (patch)
tree8cc85696415ad207f314a86ae89d0284aa5fa505 /sys/dev/amr
parent85479bded200a1b62985abab079cf75a21e9da96 (diff)
downloadFreeBSD-src-d034a1281c6375b80d2e8cfbfbcba4564d125f2b.zip
FreeBSD-src-d034a1281c6375b80d2e8cfbfbcba4564d125f2b.tar.gz
Add IDs for upcoming LSI U320 products that use the MegaRAID interface.
Adjust format of one comment so it doesn't wrap at 80 columns. Submitted by: "Moore, Eric Dean" <emoore@lsil.com>
Diffstat (limited to 'sys/dev/amr')
-rw-r--r--sys/dev/amr/amr_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c
index 7f21151..e01c10b 100644
--- a/sys/dev/amr/amr_pci.c
+++ b/sys/dev/amr/amr_pci.c
@@ -95,8 +95,10 @@ static struct
} amr_device_ids[] = {
{0x101e, 0x9010, 0},
{0x101e, 0x9060, 0},
- {0x8086, 0x1960, PROBE_SIGNATURE}, /* generic i960RD, check for signature */
+ {0x8086, 0x1960, PROBE_SIGNATURE},/* generic i960RD, check for signature */
{0x101e, 0x1960, 0},
+ {0x1000, 0x1960, 0},
+ {0x1000, 0x0407, 0},
{0, 0, 0}
};
OpenPOWER on IntegriCloud