Date: Mon, 7 Aug 2006 22:51:59 +0300 From: Niki Denev <nike_d@cytexbg.com> To: John-Mark Gurney <gurney_j@resnet.uoregon.edu> Cc: freebsd-hackers@freebsd.org Subject: Re: linux ioremap equivalent on freebsd Message-ID: <200608072251.59882.nike_d@cytexbg.com> In-Reply-To: <20060807194337.GD99774@funkthat.com> References: <44D3C333.3030702@cytexbg.com> <200608072203.56320.nike_d@cytexbg.com> <20060807194337.GD99774@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 07 August 2006 22:43, John-Mark Gurney wrote: > The only thing special that I believe you have to do is provide an > additional DRIVER_MODULE line to attach to cardbus in addition to (or > instead of) pci... For example: > DRIVER_MODULE(re, pci, re_driver, re_devclass, 0, 0); > DRIVER_MODULE(re, cardbus, re_driver, re_devclass, 0, 0); > > Warner is the expert on cardbus, so, if you have any questions, you > could drop him an email.... > > Good luck! I have both DRIVER_MODULE lines, and i can access the card. And I experience lot of kernel panics, as i'm slowly learning about the kernel internals :) Thanks! --niki
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608072251.59882.nike_d>