mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
update for acpica-unix-20020404.
This commit is contained in:
parent
a06b809e8a
commit
f01aed2f4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57566
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= acpicatools
|
||||
PORTVERSION= 20020308.0
|
||||
PORTVERSION= 20020404.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://people.FreeBSD.org/~iwasaki/acpi/ \
|
||||
http://developer.intel.com/technology/iapc/acpi/downloads/ \
|
||||
${MASTER_SITE_PORTS_JP}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
acpica-unix-20020308.tar.gz
|
||||
acpica-unix-20020404.tar.gz
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAINTAINER= iwasaki@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (acpica-unix-20020308.tar.gz) = 6b9cb46cbc839461f12e94eb7ea349c2
|
||||
MD5 (acpicatools-20020308.0.tar.gz) = ab280215f5c882a1d83243b126bc3e81
|
||||
MD5 (acpica-unix-20020404.tar.gz) = b1b8b067dd9101579e7dab2bcc063e6f
|
||||
MD5 (acpicatools-20020404.0.tar.gz) = ab280215f5c882a1d83243b126bc3e81
|
||||
|
@ -16,8 +16,18 @@
|
||||
+ACPI_STATUS
|
||||
+AcpiOsGetRootPointer (
|
||||
+ UINT32 Flags,
|
||||
+ ACPI_PHYSICAL_ADDRESS *RsdpPhysicalAddress)
|
||||
+ ACPI_POINTER *RsdpPhysicalAddress)
|
||||
+{
|
||||
+ return (AE_OK);
|
||||
+}
|
||||
|
||||
--- include/platform/acfreebsd.h.orig Fri Apr 5 08:43:53 2002
|
||||
+++ include/platform/acfreebsd.h Thu Apr 11 14:38:34 2002
|
||||
@@ -156,6 +156,7 @@
|
||||
|
||||
#define __cli()
|
||||
#define __sti()
|
||||
+#define ACPI_FLUSH_CPU_CACHE()
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
Loading…
Reference in New Issue
Block a user