From owner-cvs-all Sat Sep 11 23:58:36 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 A32FC14CB0; Sat, 11 Sep 1999 23:58:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA77191; Sat, 11 Sep 1999 23:58:34 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199909120658.XAA77191@freefall.freebsd.org> From: Mike Smith Date: Sat, 11 Sep 1999 23:58:34 -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/09/11 23:58:34 PDT Modified files: sys/i386/i386 bios.c Log: Some PnP BIOSsen return garbage in the high byte of the number-of-devices field (or don't set the high byte at all). Clear it to avoid reporting a silly number of devices. Reported by: phk Revision Changes Path 1.26 +2 -1 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message