svn commit: r222980 - in head/sys: amd64/conf i386/conf

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jun 11 14:07:01 UTC 2011


On Sat, Jun 11, 2011 at 03:45:15PM +0200, Luigi Rizzo wrote:
> In my experience, whenever i buy new motherboards it is often the
> case that network cards, audio cards and several usb things
> are not recognised just because a change in the device id.
> Having the driver embedded in the kernel is very annoying in these cases.

Not to mention that it's sometimes required to unload/reload some module so
it can reinitialize its hardware when something breaks.

I've always been recompiling minimal kernel with everything possible (down
to io and mem devices) factored out into modules.  Works perfectly.

./danfe


More information about the svn-src-head mailing list