From owner-cvs-all Fri Aug 20 14: 9:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C4171538F; Fri, 20 Aug 1999 14:09:11 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25958; Fri, 20 Aug 1999 14:08:43 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199908202108.OAA25958@freefall.freebsd.org> From: Mike Smith Date: Fri, 20 Aug 1999 14:08:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/08/20 14:08:42 PDT Modified files: sys/i386/i386 bios.c Log: Loosen up the constructed argument segment generation slightly; rather than trying to size it intelligently just make it 64k and leave it up to the caller to ensure that the arguments all fit within that range. This should resolve the issue that some people were seeing with the PnP BIOS scan crashing on a large PnP node. Revision Changes Path 1.18 +3 -10 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message