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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"