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 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"