aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_pci.c
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2002-08-30 18:28:00 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2002-08-30 18:28:00 +0000
commite211c13e86ba3d86047670d81c757972ce3f6a61 (patch)
tree8cc85696415ad207f314a86ae89d0284aa5fa505 /sys/dev/amr/amr_pci.c
parentcac4515267e672c1d8ba4280b08c801ccea38cd9 (diff)
downloadsrc-e211c13e86ba3d86047670d81c757972ce3f6a61.tar.gz
src-e211c13e86ba3d86047670d81c757972ce3f6a61.zip
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>
Notes
Notes: svn path=/head/; revision=102633
Diffstat (limited to 'sys/dev/amr/amr_pci.c')
-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 7f2115169881..e01c10b8d35b 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}
};