On Saturday, August 27, 2011 4:35:16 am Eric Masson wrote: > Slawa Olhovchenkov <s...@zxy.spb.ru> writes: > > Hello, > > > Yes, from FreeBSD 6.x puc.ko don't work. Only in-kernel version work. > > Nope puc.ko module can't attach drivers compiled in kernel, but if both > puc & uart are loaded as modules, they work fine :
The issue is that the uart and ppc drivers compiled into GENERIC do not include the puc attachments (ppc_puc.c and uart_bus_puc.c). One possibility would be to include those if the either 'pci' or 'pccard' was in the kernel, but after talking with Marcel, enabling 'puc' in GENERIC seemed to be the least ugly solution. -- John Baldwin _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"