From owner-freebsd-bugs Thu Nov 28 20:25:32 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26932 for bugs-outgoing; Thu, 28 Nov 1996 20:25:32 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA26927 for ; Thu, 28 Nov 1996 20:25:26 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.3/8.8.3) with ESMTP id MAA10525; Fri, 29 Nov 1996 12:25:13 +0800 (WST) Message-Id: <199611290425.MAA10525@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Poul-Henning Kamp cc: bugs@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa psm.c In-reply-to: Your message of "Thu, 28 Nov 1996 09:18:58 PST." <199611281718.JAA04145@freefall.freebsd.org> Date: Fri, 29 Nov 1996 12:25:13 +0800 From: Peter Wemm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote: > phk 96/11/28 09:18:58 > > Modified: sys/i386/isa psm.c > Log: > I broke psm.c and none of the 5 reviewers noticed :-) BTW, one of my machines (i486 old motherboard) fails to probe the VGA card sometimes.. it switches over to sio console mode. The last thing it prints on the VGA screen is: Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard Normally the next line is: sc0: VGA color <16 virtual consoles, flags=0x0> I swapped vga cards (junk VGA clone to a known good S3-801 card), and it now only fails the probe about 1 in 10 times, instead of 8 in 10. I'm not ruling out a hardware problem on the motherboard. Sometimes the machine powers up and can't find the vga card either. Cheers, -Peter