summaryrefslogtreecommitdiff
path: root/sysutils/acpidump/patches/patch-aa
blob: 8fadfe47a6619d10a453f51b8d1e0970c004504b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.1.1.1 2004/02/29 05:57:44 uebayasi Exp $

--- acpi.c.orig	Tue Oct 23 16:36:26 2001
+++ acpi.c
@@ -72,12 +72,12 @@ acpi_print_dsdt_definition(void)
 	strncpy(oemtblid, dsdt_header.oemtblid, 8);
 	oemtblid[8] = '\0';
 
-	printf("DefinitionBlock (
-	\"acpi_dsdt.aml\",	//Output filename
-	\"DSDT\",		//Signature
-	0x%x,			//DSDT Revision
-	\"%s\",			//OEMID
-	\"%s\",			//TABLE ID
+	printf("DefinitionBlock (\n\
+	\"acpi_dsdt.aml\",	//Output filename\n\
+	\"DSDT\",		//Signature\n\
+	0x%x,			//DSDT Revision\n\
+	\"%s\",			//OEMID\n\
+	\"%s\",			//TABLE ID\n\
 	0x%x			//OEM Revision\n)\n",
 	dsdt_header.rev, oemid, oemtblid, dsdt_header.oemrev);
 }