From owner-cvs-all Wed Dec 16 13:00:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10553 for cvs-all-outgoing; Wed, 16 Dec 1998 13:00:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10548; Wed, 16 Dec 1998 13:00:06 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA08311; Wed, 16 Dec 1998 13:00:07 -0800 (PST) Date: Wed, 16 Dec 1998 13:00:07 -0800 (PST) Message-Id: <199812162100.NAA08311@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_periph.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/12/16 13:00:07 PST Modified files: sys/cam cam_periph.c Log: At Justin's request, limit the size of buffers that can be mapped into and out of kernel address space (via the pass(4) and xpt(4) peripheral drivers) to 64K (DFLTPHYS). Some controllers, like the Adaptec 1542, don't support more than 64K transactions. We plan on eventually having the capability of limiting this size based on min(MAXPHYS, controller max), but since that capability isn't here yet, limit things to the lowest common denominator. Revision Changes Path 1.8 +4 -4 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message