Date: Thu, 6 May 2004 10:25:23 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <200405061725.i46HPNWr043661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004/05/06 10:25:23 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Rename acpi_cpu to cpu. Change the probe routine to early on reject devices it cannot attach to. This gets rid of extraneous but harmless device_probe_and_attach() errors. While I'm here, make the device description more useful. The !acpi case for cpu is handled by legacy0. Revision Changes Path 1.35 +90 -42 src/sys/dev/acpica/acpi_cpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405061725.i46HPNWr043661>