Date: Sat, 5 Feb 2005 02:13:25 -0000 (GMT) From: "wsk" <wsk@catholic.org> To: "John Baldwin" <jhb@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: Rocketport uPCI ioaddr mapping failed under FreeBSD-5.3&CURRENT Message-ID: <60355.211.96.21.195.1107569605.squirrel@webmail.catholic.org> In-Reply-To: <200502031304.41476.jhb@FreeBSD.org> References: <57062.211.96.21.195.1106558752.squirrel@webmail.catholic.org> <200502031304.41476.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Monday 24 January 2005 04:25 am, wsk wrote: >> hi,folks: >> >> after installed RocketPort uPCI card into my box;it >> dumps the follow eror msgs: >> >> rp0: <RocketPort PCI> port 0xde00-0xdeff,0xdd80-0xddff mem >> 0xfcedff80-0xfcedffff >> irq 19 at device 10.0 on pci2 >> rp0: failed: rid 0x10 is memory, requested 4 >> rp0: ioaddr mapping failed for RocketPort(PCI). >> device_attach: rp0 attach returned 6 > > Looks like you need to change the driver to map its io addresses from a > different BAR for this chip ID since BAR 0 is memory, not I/O. I'm not > sure > this driver will work with this card, btw, but you can try changing this > line > in the attach function of sys/dev/rp/rp_pci.c: > > ctlp->io_rid[0] = 0x10; > > to use either '0x14' or '0x18' rather than '0x10' and see if it works. > >> and pciconfig the rp0: >> rp0@pci2:10:0: class=0x078000 card=0x080511fe chip=0x080511fe rev=0x01 >> hdr=0x00 >> vendor = 'Comtrol Corp' >> class = simple comms yep.It seems work excellent !and thank u very much ----------------------------------------- This email was sent using FREE Catholic Online Webmail! http://webmail.catholic.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60355.211.96.21.195.1107569605.squirrel>