Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2000 12:31:35 +0200 (CEST)
From:      =?ISO-8859-1?Q?G=E9rard_Roudier?= <groudier@club-internet.fr>
To:        Fabbri Pascal <pascal.fabbri@ren.es1.siemens.ch>
Cc:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: Faltal trap 12: page fault while in kernel mode
Message-ID:  <Pine.LNX.4.10.10008251220290.352-100000@linux.local>
In-Reply-To: <39A62585.6A4B8723@ren.es1.siemens.ch>

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


On Fri, 25 Aug 2000, Fabbri Pascal wrote:

> When I boot FreeBSD 4.1, the kernel trap with this message:
>=20
> sym0: <895a> port 0x2800-0x28ff mem 0xf4900000-0xf4901fff, .....

Could you report the entire line, please ?

Given the message above, the driver is seeing a bogus PCI BARs=20
configuration:

- The MMIO region is reported as a 0x2000=3D8Kb window that should in=20
  fact be 256 bytes.

- The on-chip RAM region that should be 8Kb large is not reported.
  This let me think that the region reported as MMIO might well be=20
  the on-chip RAM region, btw.

> irq 9 at device 11.0 on pci2
> sym0: failed to allocate RAM resources

The driver probably allocated the 8K region as MMIO and failed when trying
to allocated the on-chip RAM resource (next PCI BAR).

> Faltal trap 12: page fault while in kernel mode
>=20
> This with a SCSI Host adapter SYMBIOS 53c895a.
>=20
> Can You please help me ?

It would be interesting to have the actual values of the first 64 bytes
of the PCI configuration space for this 53c895 chip.

Regards,
  G=E9rard.



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




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