Date: Sat, 10 Jun 2000 12:22:39 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c Message-ID: <200006101922.MAA35635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/06/10 12:22:39 PDT Modified files: sys/dev/amr amr.c Log: The AMI MegaRAID's internal memory map conflicts with scatter/gather map physical addresses below 0x2000 (accoding to AMI). If we allocate our s/g tables and get an address below this point, leak the memory and try again. This should fix booting from these controllers. Revision Changes Path 1.15 +10 -1 src/sys/dev/amr/amr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006101922.MAA35635>