linux ioremap equivalent on freebsd

Niki Denev nike_d at cytexbg.com
Mon Aug 7 19:55:18 UTC 2006


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


More information about the freebsd-hackers mailing list