diff --git a/src/mainboard/jetway/nf81-t56n-lf/acpi/superio.asl b/src/mainboard/jetway/nf81-t56n-lf/acpi/superio.asl index e042553bee..6dcb877202 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/acpi/superio.asl +++ b/src/mainboard/jetway/nf81-t56n-lf/acpi/superio.asl @@ -1,6 +1,10 @@ /* + * Super I/O devices + * * This file is part of the coreboot project. * + * Copyright (C) 2014 Edward O'Callaghan + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. @@ -15,4 +19,4 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -/* No Super I/O device or functionality yet */ +#include "../../../../drivers/pc80/ps2_controller.asl" diff --git a/src/mainboard/jetway/nf81-t56n-lf/dsdt.asl b/src/mainboard/jetway/nf81-t56n-lf/dsdt.asl index f7c7bb2de3..85813d0d99 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/dsdt.asl +++ b/src/mainboard/jetway/nf81-t56n-lf/dsdt.asl @@ -59,5 +59,6 @@ DefinitionBlock ( #include "acpi/gpe.asl" #include #include "acpi/thermal.asl" + #include "acpi/superio.asl" } /* End of ASL file */