diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2012-07-10 15:57:42 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2012-07-10 15:57:42 +0000 |
commit | ff87dbfb5b00b28dc42e8f2cefc4233f207a3065 (patch) | |
tree | d5bcc40b066ce6039cf68cd5b475620c11a27a46 /sys | |
parent | c0c0b30743a08a824c6d3ec2ea48590975aca611 (diff) |
Ooops. A debug printf sneaked in. Sorry about that.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index fc44ece685d..7efe0a1fd56 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.195 2012/07/10 15:49:25 pirofti Exp $ */ +/* $OpenBSD: dsdt.c,v 1.196 2012/07/10 15:57:41 pirofti Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -2337,7 +2337,6 @@ aml_rwfield(struct aml_value *fld, int bpos, int blen, struct aml_value *val, aml_rwfield(ref1, fld->v_field.bitpos, fld->v_field.bitlen, val, mode); } else if (fld->v_field.type == AMLOP_BANKFIELD) { - printf("BANKFIELD\n"); _aml_setvalue(&tmp, AML_OBJTYPE_INTEGER, fld->v_field.ref3, 0); aml_rwfield(ref2, 0, aml_intlen, &tmp, ACPI_IOWRITE); aml_rwgas(ref1, fld->v_field.bitpos, fld->v_field.bitlen, |