Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 1998 03:16:39 -0700
From:      David Greenman <dg@root.com>
To:        Graeme Brown <graeme.brown@bt-sys.bt.co.uk>
Cc:        "FreeBSD-Net (FreeBSD.Org) List" <freebsd-net@FreeBSD.ORG>
Subject:   Re: My fxp troubles under FreeBSD 2.2.6 
Message-ID:  <199806011016.DAA10099@implode.root.com>
In-Reply-To: Your message of "01 Jun 1998 10:50:31 BST." <n1315424303.32309@maczebedee> 

next in thread | previous in thread | raw e-mail | index | archive | help
>The error message being triggered by  the test 
>
>if (paddr < pcicb->pcicb_membase ||
>		paddr + psize - 1 > pcicb->pcicb_memlimit) {
>		printf ("pci_map_mem failed: device's memrange 0x%x-0x%x is "
>			"incompatible with its bridge's memrange 0x%x-0x%x\n",
>			(unsigned) paddr,
>			(unsigned) (paddr + psize - 1),
>			(unsigned) pcicb->pcicb_membase,
>			(unsigned) pcicb->pcicb_memlimit);
>/*		return (0);*/
>/* ACHTUNG: Ist der Code richtig, wenn eine PCI-PCI-Bridge fuer
> * die PCI-Slots verwendet wird, aber die Onboard-Devices direkt 
> * an der CPU-PCI-Bridge haengen (Siehe Compaq Prolinea Problem) ???
> */
>
>I notice the comment in German translates (if I remenber my high-school
>German) as 
>
>ATTENTION: Is the code correct if a PCI-PCI-Bridge for the PCI slots
>is changed but the Onboard-Devices directly on the CPU-PCI bridge
>hang (as in "get hung-up" or as in "are connected-to" ??)  ( See Compaq
>Prolinea Problem) ???
>
>I notice the author of pci.c is Wolfgang Stanglmeier. Is he contactable 
>via email ?  Who is/are the PCI bus specialist(s) within the FreeBSD Org ? Can
>we have his/their comments on my problem ?

   Our PCI expert is Stefan Esser <se@freebsd.org>. He and Wolfgang wrote the
generic PCI support that appears in FreeBSD. I should have mentioned that
earlier - sorry about that. Please do contact him and provide the relevant
info (hardware config, and the dmesg output - especially the results of the
above printf).

-DG

David Greenman
Co-founder/Principal Architect, The FreeBSD Project

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



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