From owner-freebsd-bugs Mon Aug 7 22:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DCDB37B58C for ; Mon, 7 Aug 2000 22:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69801; Mon, 7 Aug 2000 22:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 7 Aug 2000 22:20:04 -0700 (PDT) Message-Id: <200008080520.WAA69801@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Masayuki FUKUI Subject: Re: i386/20379: unable to install, monitor goes black during boot (with serial is disabled) Reply-To: Masayuki FUKUI Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/20379; it has been noted by GNATS. From: Masayuki FUKUI To: freebsd-gnats-submit@FreeBSD.org, gyula_matics@hp.com Cc: sheldonh@FreeBSD.org, msmith@FreeBSD.org Subject: Re: i386/20379: unable to install, monitor goes black during boot (with serial is disabled) Date: Tue, 08 Aug 2000 14:12:03 +0900 This problem occurred on my machine. Machine is : FUJITSU GRANPOWER 5000 model760 / model560, 2 x PentiumPro 200MHz (but not SMP kernel), 450GX (Orion) chipset (Intel 82453KX/GX), 2 x AIC7880 SCSI, Mylex DAC960P RAID Controler (model760 only) This machine seems Intel AP450GX/AR450GX motherboard OEM. ( http://support.intel.com/support/motherboards/server/AP450GX/ ) This machine can boot with FreeBSD 3.x and FreeBSD 5-current-20000805. Only FreeBSD 4.1-{RELEASE,STABLE} kernel fails to boot. It seems to me that FreeBSD 4 kernel's PCI bus probe fails on 450GX chipset and the machine hangs up. (maybe in src/i386/isa/pcibus.c) To fix, apply following msmith's commit to RELENG_4. |Message-Id: <200004162048.NAA83339@freefall.freebsd.org> |From: Mike Smith |Date: Sun, 16 Apr 2000 13:48:34 -0700 (PDT) |To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org |Subject: cvs commit: src/sys/boot/common help.common src/sys/conf | options.i386 src/sys/i386/conf LINT src/sys/i386/i386 bios.c | src/sys/i386/include/pc bios.h src/sys/i386/isa pcibus.c | |msmith 2000/04/16 13:48:34 PDT | | Modified files: | sys/boot/common help.common | sys/conf options.i386 | sys/i386/conf LINT | sys/i386/i386 bios.c | sys/i386/include/pc bios.h | sys/i386/isa pcibus.c | Log: | Some more i386-only BIOS-friendliness: | | - Add support for using the PCI BIOS functions for configuration space | accesses, and make this the default. | | - Make PNPBIOS the default (obsoletes the PNPBIOS config option). | | - Add two new boot-time tunables to disable each of the above. | | Revision Changes Path | 1.15 +8 -0 src/sys/boot/common/help.common | 1.135 +1 -4 src/sys/conf/options.i386 | 1.770 +1 -3 src/sys/i386/conf/LINT | 1.30 +18 -14 src/sys/i386/i386/bios.c | 1.8 +12 -1 src/sys/i386/include/pc/bios.h | 1.58 +113 -10 src/sys/i386/isa/pcibus.c I rebuild 4.1-STABLE kernel with following 5-current's sources, and it works fine. Revision Path 1.62 src/sys/i386/isa/pcibus.c 1.35 src/sys/i386/i386/bios.c 1.8 src/sys/i386/include/pc/bios.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message