summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-07-09 19:19:16 +0000
committerscottl <scottl@FreeBSD.org>2003-07-09 19:19:16 +0000
commitd070a46718091d35ec6eb6c2c0b09136b88624fd (patch)
treef16480f9ff4beadf0de0451c7519d61244bbcc11 /sys/dev/aac/aac_pci.c
parentd88d8b47b605162214264eb39f6a53a041db4fb7 (diff)
downloadFreeBSD-src-d070a46718091d35ec6eb6c2c0b09136b88624fd.zip
FreeBSD-src-d070a46718091d35ec6eb6c2c0b09136b88624fd.tar.gz
Add a new quirk for cards that incorrectly interpret the amount of memory
in the system. This might also have a small performance gain.
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index bedb80a..97717f8 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -114,8 +114,8 @@ struct aac_ident
"Dell PERC 3/Di"},
{0x1011, 0x0046, 0x9005, 0x0364, AAC_HWIF_STRONGARM, 0,
"Adaptec AAC-364"},
- {0x1011, 0x0046, 0x9005, 0x0365, AAC_HWIF_STRONGARM, 0,
- "Adaptec SCSI RAID 5400S"},
+ {0x1011, 0x0046, 0x9005, 0x0365, AAC_HWIF_STRONGARM,
+ AAC_FLAGS_BROKEN_MEMMAP, "Adaptec SCSI RAID 5400S"},
{0x1011, 0x0046, 0x9005, 0x1364, AAC_HWIF_STRONGARM, AAC_FLAGS_PERC2QC,
"Dell PERC 2/QC"},
{0x1011, 0x0046, 0x103c, 0x10c2, AAC_HWIF_STRONGARM, 0,
OpenPOWER on IntegriCloud