Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Mar 1999 10:07:07 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        "Gary Palmer" <gpalmer@FreeBSD.ORG>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: new kernel -> panic
Message-ID:  <14043.64310.216520.299580@grasshopper.cs.duke.edu>
In-Reply-To: <94672.920340214@gjp.erols.com>
References:  <94672.920340214@gjp.erols.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Gary Palmer writes:
 > found-> vendor=0x1077, dev=0x1020, revid=0x02
 >         class=01-00-00, hdrtype=0x00, mfdev=0
 >         subordinatebus=0        secondarybus=0
 >         intpin=a, irq=17
 >         map[0]: type 4, range 32, base 00000000, size  8
 >         map[1]: type 1, range 32, base 82221000, size 12
 > Qlogic ISP Driver, FreeBSD CAM Version 0.98, Core Version 1.6
 > isp0: <Qlogic ISP 10X0 PCI SCSI Adapter> rev 0x02 int a irq 17 on pci1.1.0
 > isp0: using I/O space register mapping

If I remember right, the 20152 in an AS600 doesn't support I/O space
mapping of devices behind it.  That address of 00000000 sure looks
bogus to me anyway..  For devices behind a ppb, we should be checking
that PCIM_CMD_PORTEN is set on the bridge its behind..  I don't really 
know how to architect that though..

At any rate, try setting SCSI_ISP_PREFER_MEM_MAP to 1 in isp_pci.c &
see if that helps.

Drew

------------------------------------------------------------------------------
Andrew Gallatin, Sr Systems Programmer	http://www.cs.duke.edu/~gallatin
Duke University				Email: gallatin@cs.duke.edu
Department of Computer Science		Phone: (919) 660-6590




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




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