Date: Fri, 20 Aug 1999 14:08:43 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c Message-ID: <199908202108.OAA25958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908202108.OAA25958>