Subject: Re: time for INSTALL.ACPI ?
To: None <port-i386@NetBSD.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-i386
Date: 11/22/2006 12:49:05
--qMm9M+Fa2AknHoGS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Nov 22, 2006 at 12:34:40PM +0100, Manuel Bouyer wrote:
> OK; I've built a release with the attached diff and tested on 3 different
here's the diff
BTW, the release built with this is availble from
ftp://ftp-asim.lip6.f/pub/bouyer/i386/
(in case someone wants to test the INSTALL kernel or boot media)
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
NetBSD: 26 ans d'experience feront toujours la difference
--
--qMm9M+Fa2AknHoGS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff
Index: INSTALL
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/conf/INSTALL,v
retrieving revision 1.293
diff -u -r1.293 INSTALL
--- INSTALL 11 Nov 2006 18:47:10 -0000 1.293
+++ INSTALL 22 Nov 2006 11:28:00 -0000
@@ -787,3 +787,35 @@
pseudo-device wsmux # mouse & keyboard multiplexor
#pseudo-device wsfont
+options ACPIVERBOSE
+
+ioapic* at mainbus? apid ?
+
+acpi0 at mainbus0
+
+# ACPI devices
+acpiacad* at acpi? # ACPI AC Adapter
+acpibat* at acpi? # ACPI Battery
+acpibut* at acpi? # ACPI Button
+acpiec* at acpi? # ACPI Embedded Controller
+acpilid* at acpi? # ACPI Lid Switch
+acpitz* at acpi? # ACPI Thermal Zone
+
+# Mainboard devices
+attimer* at acpi? # AT Timer
+com* at acpi? # Serial communications interface
+fdc* at acpi? # Floppy disk controller
+#joy* at acpi? # Joystick/Game port
+#lpt* at acpi? # Parallel port
+#mpu* at acpi? # Roland MPU-401 MIDI UART
+npx* at acpi? # Math coprocessor
+pckbc* at acpi? # PC keyboard controller
+pcppi* at acpi? # AT-style speaker sound
+#wss* at acpi? # NeoMagic 256AV in wss mode
+
+# Sony Vaio jog dial
+#spic* at acpi? # Sony Programmable I/O Controller
+#wsmouse* at spic?
+
+# Sony LCD brightness etc.
+#sony* at acpi? # Sony Miscellaneous Controller
--qMm9M+Fa2AknHoGS--