On Tuesday 16 September 2008 04:22:22 pm John Baldwin wrote: > jhb 2008-09-16 20:22:22 UTC > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC > Log: > SVN rev 183101 on 2008-09-16 20:22:22Z by jhb > > Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it, > so the benefit of having acpi.ko as a standalone module is outweighed by > the complications of drivers compiled into the kernel not including ACPI > attachments by default. > > Discussed on: current
I have not disabled the build of the acpi.ko kernel module for now or changed any of the other infrastructure. The bits in the loader to auto-load the acpi.ko module are smart enough to not load it if it is already compiled into the kernel (or at least I haven't had any problems over the last N years I have had 'device acpi' in my i386 kernels). -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
