Date: Mon, 29 Aug 2011 14:13:25 -0400 From: John Baldwin <jhb@freebsd.org> To: Eric Masson <emss@free.fr> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Doug Barton <dougb@freebsd.org>, src-committers@freebsd.org, Slawa Olhovchenkov <slw@zxy.spb.ru> Subject: Re: svn commit: r225201 - in head/sys: amd64/conf i386/conf Message-ID: <201108291413.26197.jhb@freebsd.org> In-Reply-To: <86obzbi75n.fsf@srvbsdfenssv.interne.associated-bears.org> References: <201108262122.p7QLMZXW071323@svn.freebsd.org> <20110827081103.GB21676@zxy.spb.ru> <86obzbi75n.fsf@srvbsdfenssv.interne.associated-bears.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, August 27, 2011 4:35:16 am Eric Masson wrote: > Slawa Olhovchenkov <slw@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108291413.26197.jhb>