diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-06-07 17:30:51 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-06-07 17:30:51 +0000 |
commit | 9e9496df9cc330779898d0e464ca5bb356eef413 (patch) | |
tree | a97d7a33f46b543052d22006691ddd30d603d913 /sys/dev | |
parent | 257009e0acefc04a94d0819b9c0e63e2bea6ca59 (diff) |
Move #if 0 up to include currently unused fixup tables.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index f529e312b95..6afc2d613ec 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,5 +1,5 @@ -/* $OpenBSD: dsdt.c,v 1.118 2008/06/06 09:15:32 marco Exp $ */ +/* $OpenBSD: dsdt.c,v 1.119 2008/06/07 17:30:50 marco Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -1607,6 +1607,7 @@ aml_eisaid(u_int32_t pid) return id; } +#if 0 /* * @@@: Fixup DSDT code */ @@ -1627,7 +1628,6 @@ struct aml_blacklist { { NULL }, }; -#if 0 void aml_fixup_dsdt(u_int8_t *acpi_hdr, u_int8_t *base, int len) { |