From 0e74562fbc17c3e412a5f318ea098a47525cf07e Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Thu, 2 Feb 2006 17:51:47 +0000 Subject: [PATCH] Enable 64bit SGL's on PERC 4/DC --- sys/dev/amr/amr_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index c724ea23a0c1..38567da2de7f 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -133,7 +133,7 @@ static struct amr_ident {0x101e, 0x9060, 0}, {0x8086, 0x1960, AMR_ID_QUARTZ | AMR_ID_PROBE_SIG}, {0x101e, 0x1960, AMR_ID_QUARTZ}, - {0x1000, 0x1960, AMR_ID_QUARTZ | AMR_ID_PROBE_SIG}, + {0x1000, 0x1960, AMR_ID_QUARTZ | AMR_ID_DO_SG64 | AMR_ID_PROBE_SIG}, {0x1000, 0x0407, AMR_ID_QUARTZ | AMR_ID_DO_SG64}, {0x1000, 0x0408, AMR_ID_QUARTZ | AMR_ID_DO_SG64}, {0x1000, 0x0409, AMR_ID_QUARTZ | AMR_ID_DO_SG64},