Date: Sun, 15 Apr 2012 23:50:13 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r234328 - projects/altix2/sys/ia64/ia64 Message-ID: <201204152350.q3FNoDYk006997@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Sun Apr 15 23:50:13 2012 New Revision: 234328 URL: http://svn.freebsd.org/changeset/base/234328 Log: Forget about the legacy PICs here. Modified: projects/altix2/sys/ia64/ia64/nexus.c Modified: projects/altix2/sys/ia64/ia64/nexus.c ============================================================================== --- projects/altix2/sys/ia64/ia64/nexus.c Sun Apr 15 22:59:56 2012 (r234327) +++ projects/altix2/sys/ia64/ia64/nexus.c Sun Apr 15 23:50:13 2012 (r234328) @@ -65,9 +65,6 @@ #include <dev/acpica/acpivar.h> -#include <isa/isareg.h> -#include <sys/rtprio.h> - #include "clock_if.h" static MALLOC_DEFINE(M_NEXUSDEV, "nexusdev", "Nexus device"); @@ -191,12 +188,6 @@ static int nexus_attach(device_t dev) { - /* - * Mask the legacy PICs - we will use the I/O SAPIC for interrupt. - */ - outb(IO_ICU1+1, 0xff); - outb(IO_ICU2+1, 0xff); - if (acpi_identify() == 0) BUS_ADD_CHILD(dev, 10, "acpi", 0); clock_register(dev, 1000);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204152350.q3FNoDYk006997>