Date: Fri, 24 Oct 2003 14:01:31 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_clock.c Message-ID: <200310242101.h9OL1VWj023093@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/10/24 14:01:31 PDT FreeBSD src repository Modified files: sys/i386/i386 mp_clock.c Log: - Fail to probe if acpi0 probed ok as this driver basically tries to probe the ACPI timer and we shouldn't do that if ACPI is already around to do that for us. - Set a description and tweak the order of checks in the probe function to more closely match other PCI drivers. This should probably be moved to sys/dev/piix/piix.c at some point and turned on for all i386 kernels rather than just SMP ones. Revision Changes Path 1.18 +12 -7 src/sys/i386/i386/mp_clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310242101.h9OL1VWj023093>