Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 16:38:25 +0900 (JST)
From:      Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/53334: 
Message-ID:  <200306150738.h5F7cPF2000859@singer.tertio.atoll>
Resent-Message-ID: <200306150740.h5F7eISS031252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `seriaous' for the field `>Severity:'.
	It was set to the default value of `serious'.


>Number:         53334
>Category:       kern
>Synopsis:       
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 15 00:40:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Uchikawa
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD singer.tertio.atoll 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Jun 15 16:17:07 JST 2003 root@singer.tertio.atoll:/usr/src/sys/i386/compile/CRUSE i386

real memory  = 536854528 (511 MB)
avail memory = 515788800 (491 MB)
Pentium Pro MTRR support enabled
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcibios: BIOS version 2.10
Using $PIR table, 11 entries at 0xc00f16e0
apm0: <APM BIOS> on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
pcib0: <Host to PCI bridge> at pcibus 0 on motherboard
pci0: <PCI bus> on pcib0
agp0: <Ali Generic host to PCI bridge> mem 0xf0000000-0xf7ffffff at device 0.0 
on pci0
pcib1: <PCIBIOS PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
ohci0: <AcerLabs M5237 (Aladdin-V) USB controller> mem 0xeb800000-0xeb800fff ir
q 9 at device 2.0 on pci0
usb0: OHCI version 1.0, legacy support
usb0: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci0
sym0: <895> port 0xb400-0xb4ff mem 0xe9000000-0xe9000fff,0xe9800000-0xe98000ff 
irq 15 at device 10.0 on pci0
sym0: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking
sym0: open drain IRQ line driver, using on-chip SRAM
sym0: using LOAD/STORE-based firmware.
sym0: SCAN AT BOOT disabled for targets 8 9 10 11 12 13 14 15.
sym0: SCAN FOR LUNS disabled for targets 8.
fxp0: <Intel 82557/8/9 EtherExpress Pro/100(B) Ethernet> port 0xb000-0xb03f mem
 0xe8000000-0xe80fffff,0xe8800000-0xe8800fff irq 10 at device 11.0 on pci0
>Description:

 My system can't boot after 2002.jun.05 current kernel.

 it stopped at, 
===
Waiting 5 seconds for SCSI devices to settle
(noperiph:sym0:0:-1:-1): SCSI BUS reset delivered.
===

>How-To-Repeat:
>Fix:

Work around:
src/sys/dev/pci/pci.c
--- pci.c.orig	Sun Jun 15 15:48:12 2003
+++ pci.c	Sun Jun 15 16:16:50 2003
@@ -798,7 +798,7 @@
 	}
 
 	if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
-#if defined(__ia64__) || (defined(__i386__) && !defined(SMP) && !defined(PC98))
+#if defined(__ia64__) 
 		/*
 		 * Try to re-route interrupts. Sometimes the BIOS or
 		 * firmware may leave bogus values in these registers.



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306150738.h5F7cPF2000859>