From wkwu@ccbsd1.csie.nctu.edu.tw  Sun Mar 11 01:36:06 2001
Return-Path: <wkwu@ccbsd1.csie.nctu.edu.tw>
Received: from ccbsd1.csie.nctu.edu.tw (ccbsd1.csie.nctu.edu.tw [140.113.209.61])
	by hub.freebsd.org (Postfix) with ESMTP id 86C8437B718
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Mar 2001 01:36:05 -0800 (PST)
	(envelope-from wkwu@ccbsd1.csie.nctu.edu.tw)
Received: (from wkwu@localhost)
	by ccbsd1.csie.nctu.edu.tw (8.11.2/8.11.2) id f2B9a2Z20826;
	Sun, 11 Mar 2001 17:36:02 +0800 (CST)
	(envelope-from wkwu)
Message-Id: <200103110936.f2B9a2Z20826@ccbsd1.csie.nctu.edu.tw>
Date: Sun, 11 Mar 2001 17:36:02 +0800 (CST)
From: Wei-Kai Wu <wkwu@ccbsd1.csie.nctu.edu.tw>
Reply-To: wkwu@ccbsd1.csie.nctu.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
Subject: VGA driver on Current
X-Send-Pr-Version: 3.2

>Number:         25693
>Category:       i386
>Synopsis:       VGA driver on Current not found
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 01:40:00 PST 2001
>Closed-Date:    Wed Dec 19 17:30:42 PST 2001
>Last-Modified:  Wed Dec 19 17:31:25 PST 2001
>Originator:     Wei-Kai Wu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Kavalan
>Environment:

Pentium-200 with S3 chip VGA card
Make world on src-cur.4756
dmesg:
pci0: <display, VGA> at 10.0 (no driver attached)

>Description:

After I make new world on src-cur.4756, the console and the keyboard
has no reaction anymore. I saw the message as above seems that the VGA
driver has some problem. It happened on many machines not only on certain one.

>How-To-Repeat:

Use the S3-VGA card on current.

>Fix:

No idea.

>Release-Note:
>Audit-Trail:

From: Dag-Erling Smorgrav <des@ofug.org>
To: wkwu@ccbsd1.csie.nctu.edu.tw
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: i386/25693: VGA driver on Current
Date: 11 Mar 2001 14:08:33 +0100

 Wei-Kai Wu <wkwu@ccbsd1.csie.nctu.edu.tw> writes:
 > After I make new world on src-cur.4756, the console and the keyboard
 > has no reaction anymore. I saw the message as above seems that the
 > VGA driver has some problem. It happened on many machines not only
 > on certain one.
 
 Please let us know:
 
 1) the date on which you updated your sources prior to 'make world'
 2) your kernel config
 3) the contents of your /boot/device.hints file
 
 DES
 -- 
 Dag-Erling Smorgrav - des@ofug.org

From: Wei-Kai Wu <wkwu@ccbsd1.csie.nctu.edu.tw>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: i386/25693: VGA driver on Current
Date: Mon, 12 Mar 2001 09:20:38 +0800

 On Sun, Mar 11, 2001 at 02:08:33PM +0100, Dag-Erling Smorgrav wrote:
 > Please let us know:
 > 1) the date on which you updated your sources prior to 'make world'
 
 src-cur.4756. I use CTM, not CVSUP. About Mar 3rd.
 
 > 2) your kernel config
 
 There is another Pentium machine, I just post this:
 
 machine         i386
 cpu             I486_CPU
 
 options         CPU_FASTER_5X86_FPU
 options         CPU_WT_ALLOC
 
 ident           Server
 maxusers        64
 
 options         AUTO_EOI_1
 options         INET
 options         FFS
 options         PROCFS
 options         COMPAT_43
 options         SOFTUPDATES
 
 device          isa
 device          pci
 device          fdc
 device          ata
 device          atadisk
 
 device          atkbdc 1    
 device          atkbd
 device          vga
 device          splash
 
 device          sc      1
 options         MAXCONS=16
 options         SC_HISTORY_SIZE=1000
 device          npx
 device          sio
 device          random
 device          fxp
 device          loop
 device          ether
 device          pty
 device          gzip
 device          speaker
 device          snp
 device          bpf
 
 options         SYSVSHM
 options         SYSVMSG     
 options         SYSVSEM
 
 > 3) the contents of your /boot/device.hints file
 
 hint.fdc.0.at="isa"
 hint.fdc.0.port="0x3F0"
 hint.fdc.0.irq="6"
 hint.fdc.0.drq="2"
 hint.fd.0.at="fdc0"
 hint.fd.0.drive="0"
 hint.fd.1.at="fdc0"
 hint.fd.1.drive="1"
 hint.ata.0.at="isa"
 hint.ata.0.port="0x1F0"
 hint.ata.0.irq="14"
 hint.ata.1.at="isa"
 hint.ata.1.port="0x170"
 hint.ata.1.irq="15"
 hint.adv.0.at="isa"
 hint.bt.0.at="isa"
 hint.aha.0.at="isa"
 hint.aic.0.at="isa"
 hint.atkbdc.0.at="isa"
 hint.atkbdc.0.port="0x060"
 hint.atkbd.0.at="atkbdc"
 hint.atkbd.0.irq="1"
 hint.atkbd.0.flags="0x1"
 hint.psm.0.at="atkbdc"
 hint.psm.0.irq="12"
 hint.vga.0.at="isa"
 hint.sc.0.at="isa"
 hint.sc.0.flags="0x100"
 hint.vt.0.at="isa"
 hint.npx.0.at="nexus"
 hint.npx.0.port="0x0F0"
 hint.npx.0.irq="13"
 hint.apm.0.at="nexus"
 hint.apm.0.disabled="0"
 hint.apm.0.flags="0x20"
 hint.pcic.0.at="isa"
 hint.pcic.0.port="0x3e0"
 hint.pcic.0.maddr="0xd0000"
 hint.pcic.1.at="isa"
 hint.pcic.1.irq="11"
 hint.pcic.1.port="0x3e2"
 hint.pcic.1.maddr="0xd4000"
 hint.pcic.1.disabled="1"
 hint.sio.0.at="isa"
 hint.sio.0.port="0x3F8"
 hint.sio.0.flags="0x10"
 hint.sio.0.irq="4"
 hint.sio.1.at="isa"
 hint.sio.1.port="0x2F8"
 hint.sio.1.irq="3"
 hint.sio.2.at="isa"
 hint.sio.2.disabled="1"
 hint.sio.2.port="0x3E8"
 hint.sio.2.irq="5"
 hint.sio.3.at="isa"
 hint.sio.3.disabled="1"
 hint.sio.3.port="0x2E8"
 hint.sio.3.irq="9"
 hint.ppc.0.at="isa"
 hint.ppc.0.irq="7"
 hint.ed.0.at="isa"
 hint.ed.0.port="0x280"
 hint.ed.0.irq="10"
 hint.ed.0.maddr="0xd8000"
 hint.cs.0.at="isa"
 hint.cs.0.port="0x300"
 hint.sn.0.at="isa"
 hint.sn.0.port="0x300"
 hint.sn.0.irq="10"
State-Changed-From-To: open->feedback 
State-Changed-By: iedowse 
State-Changed-When: Sun Dec 2 14:16:50 PST 2001 
State-Changed-Why:  

Does this problem still occur? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25693 
State-Changed-From-To: feedback->closed 
State-Changed-By: iedowse 
State-Changed-When: Wed Dec 19 17:30:42 PST 2001 
State-Changed-Why:  

Mail to submitter bounces. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25693 
>Unformatted:
