In message: <[email protected]> pluknet <[email protected]> writes: : Hi. : : FreeBSD 7-STABLE. : : Subj message appears when I try to kldload cbb.ko and kernel : cannot find exca due to its non-existence. : The pccbb(4) manpage doesn't mention exca. : : make install exca helps with kldload, now: : cbb0: <TI4510 PCI-CardBus Bridge> at device 1.0 on pci1 : cbb0: [ITHREAD] : : Would it be correct to add a new entry to the pccbb synopsis?
Yes. exca has been required since at least 5.4, and likely as far back as 5.0. Warner : --- src/share/man/man4/pccbb.4.orig 2009-03-18 00:22:09.000000000 +0300 : +++ src/share/man/man4/pccbb.4 2009-03-18 00:22:42.000000000 +0300 : @@ -34,6 +34,7 @@ : .Cd device cbb : .Cd device pccard : .Cd device cardbus : +.Cd device exca : .Sh DESCRIPTION : The : .Nm : : : -- : wbr, : pluknet : _______________________________________________ : [email protected] mailing list : http://lists.freebsd.org/mailman/listinfo/freebsd-stable : To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
