Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2001 13:00:17 -0400 (EDT)
From:      Mike Heffner <mheffner@vt.edu>
To:        "Alexander N. Kabaev" <ak03@gte.com>
Cc:        current@FreeBSD.ORG
Subject:   RE: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS
Message-ID:  <XFMail.20010830130017.mheffner@vt.edu>
In-Reply-To: <XFMail.20010830105830.ak03@gte.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format
--_=XFMail.1.5.0.FreeBSD:20010830130017:733=_
Content-Type: text/plain; charset=us-ascii


On 30-Aug-2001 Alexander N. Kabaev wrote:
| Freshly cvsuped kernel fails to build trying to find acpi_isa.c file, which
| does not exist anymore. 

The following patch I sent to Mike allows the kernel to build.


Index: modules/acpica/Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/acpica/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- modules/acpica/Makefile     2001/07/20 06:07:34     1.11
+++ modules/acpica/Makefile     2001/08/30 16:46:46
@@ -28,7 +28,7 @@
 
 # OSD layer
 SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
-SRCS+= acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_powerprofile.c
+SRCS+= acpi_ec.c acpi_lid.c acpi_pcib.c acpi_powerprofile.c
 SRCS+= acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c
 SRCS+= acpi_wakecode.h acpi_wakeup.c
 SRCS+=  OsdDebug.c 
Index: conf/files
===================================================================
RCS file: /home/ncvs/src/sys/conf/files,v
retrieving revision 1.559
diff -u -r1.559 files
--- conf/files  2001/08/23 23:58:49     1.559
+++ conf/files  2001/08/30 16:46:53
@@ -201,7 +201,6 @@
 dev/acpica/acpi_cmbat.c                optional acpica
 dev/acpica/acpi_cpu.c          optional acpica
 dev/acpica/acpi_ec.c           optional acpica
-dev/acpica/acpi_isa.c          optional acpica isa
 dev/acpica/acpi_lid.c          optional acpica
 dev/acpica/acpi_pcib.c         optional acpica pci
 dev/acpica/acpi_powerres.c     optional acpica


Mike

-- 
  Mike Heffner     <mheffner@[acm.]vt.edu>
  Blacksburg, VA       <mikeh@FreeBSD.org>


--_=XFMail.1.5.0.FreeBSD:20010830130017:733=_
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE7jnEhFokZQs3sv5kRAgGjAJ9okhMbSAobM3OGpvVkcdy9kA7OVACglHtj
x7AHDsYEZdOb2z35n9isLXw=
=OZmm
-----END PGP SIGNATURE-----

--_=XFMail.1.5.0.FreeBSD:20010830130017:733=_--
End of MIME message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20010830130017.mheffner>