From owner-freebsd-acpi@FreeBSD.ORG Thu Oct 20 20:16:03 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5AA16A41F for ; Thu, 20 Oct 2005 20:16:03 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr005.jf.intel.com (fmr20.intel.com [134.134.136.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830B143D62 for ; Thu, 20 Oct 2005 20:16:02 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr101.jf.intel.com (orsfmr101.jf.intel.com [10.7.209.17]) by orsfmr005.jf.intel.com (8.12.10/8.12.10/d: major-outer.mc,v 1.1 2004/09/17 17:50:56 root Exp $) with ESMTP id j9KKG246006530; Thu, 20 Oct 2005 20:16:02 GMT Received: from orsmsxvs040.jf.intel.com (orsmsxvs040.jf.intel.com [192.168.65.206]) by orsfmr101.jf.intel.com (8.12.10/8.12.10/d: major-inner.mc,v 1.2 2004/09/17 18:05:01 root Exp $) with SMTP id j9KKFtmC026975; Thu, 20 Oct 2005 20:16:02 GMT Received: from orsmsx331.amr.corp.intel.com ([192.168.65.56]) by orsmsxvs040.jf.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2005102013160115468 ; Thu, 20 Oct 2005 13:16:01 -0700 Received: from orsmsx403.amr.corp.intel.com ([192.168.65.209]) by orsmsx331.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 20 Oct 2005 13:16:01 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 20 Oct 2005 13:16:00 -0700 Message-ID: <971FCB6690CD0E4898387DBF7552B90E0323D759@orsmsx403.amr.corp.intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ACPI errors on amd64 (sempron) thread-index: AcXVsbl9ZKuQ00ffQ46USltyCwZOzwAALi0g From: "Moore, Robert" To: "Mathieu Prevot" , X-OriginalArrivalTime: 20 Oct 2005 20:16:01.0806 (UTC) FILETIME=[176192E0:01C5D5B3] X-Scanned-By: MIMEDefang 2.52 on 10.7.209.17 Cc: Subject: RE: ACPI errors on amd64 (sempron) X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 20:16:03 -0000 This exception comes from one place: #ifndef ACPI_MISALIGNED_TRANSFERS /* * Hardware does not support non-aligned data transfers, we must verify * the request. */ (void) AcpiUtShortDivide ((ACPI_INTEGER) Address, Length, NULL, &Remainder); if (Remainder !=3D 0) { return_ACPI_STATUS (AE_AML_ALIGNMENT); } #endif I think that ACPI_MISALIGNED_TRANSFERS is not set in the 64-bit case; this may not be necessary for amd64. > -----Original Message----- > From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd- > acpi@freebsd.org] On Behalf Of Mathieu Prevot > Sent: Thursday, October 20, 2005 12:56 PM > To: freebsd-acpi@freebsd.org > Subject: ACPI errors on amd64 (sempron) >=20 > It is probably known but it occurs in 6.0RC1-AMD64-GENERIC >=20 >=20 > Copyright (c) 1992-2005 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 6.0-RC1 #0: Sun Oct 9 20:36:12 UTC 2005 > root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC > ACPI APIC Table: > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: AMD Sempron(tm) Processor 2600+ (1607.40-MHz K8-class CPU) > Origin =3D "AuthenticAMD" Id =3D 0x20fc2 Stepping =3D 2 >=20 > Features=3D0x78bfbff MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> > Features2=3D0x1 > AMD Features=3D0xe2500800,LM,3DNow+,3DNow> > real memory =3D 469696512 (447 MB) > avail memory =3D 441864192 (421 MB) > ioapic0 irqs 0-23 on motherboard > acpi0: on motherboard > acpi0: Power Button (fixed) > ACPI-0501: *** Error: Handler for [SystemMemory] returned > AE_AML_ALIGNMENT > ACPI-1304: *** Error: Method execution failed [\\_SB_.MEM_._CRS] > (Node 0xffffff00000908c0), AE_AML_ALIGNMENT > ACPI-0239: *** Error: Method execution failed [\\_SB_.MEM_._CRS] > (Node 0xffffff00000908c0), AE_AML_ALIGNMENT > can't fetch resources for \\_SB_.MEM_ - AE_AML_ALIGNMENT > ACPI-0501: *** Error: Handler for [SystemMemory] returned > AE_AML_ALIGNMENT > ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0._CRS] > (Node 0xffffff00000905c0), AE_AML_ALIGNMENT > ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0._CRS] > (Node 0xffffff00000905c0), AE_AML_ALIGNMENT > can't fetch resources for \\_SB_.PCI0 - AE_AML_ALIGNMENT > pci_link0: irq 11 on acpi0 > pci_link1: irq 5 on acpi0 > pci_link2: irq 10 on acpi0 > pci_link3: on acpi0 > pci_link4: on acpi0 > pci_link5: on acpi0 > pci_link6: on acpi0 > pci_link7: on acpi0 > pci_link8: irq 0 on acpi0 > pci_link9: irq 0 on acpi0 > pci_link10: irq 0 on acpi0 > pci_link11: irq 0 on acpi0 > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 > cpu0: on acpi0 > acpi_button0: on acpi0 > pcib0: on acpi0 > pci_link9: BIOS IRQ 11 for -2145774744.16.INTA is invalid > pci_link9: BIOS IRQ 5 for -2145774744.16.INTB is invalid > pci_link9: BIOS IRQ 10 for -2145774744.16.INTC is invalid > pci_link10: BIOS IRQ 10 for -2145774744.17.INTC is invalid > pci_link11: BIOS IRQ 11 for -2145774744.18.INTA is invalid > pci0: on pcib0 > agp0: mem 0xe0000000-0xe3ffffff at > device 0.0 on pci0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at device 0.0 (no driver attached) > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd000-0xd00f at device 15.0 on pci0 > ata0: on atapci0 > ata1: on atapci0 > uhci0: port 0xd400-0xd41f irq 21 at > device 16.0 on pci0 > uhci0: [GIANT-LOCKED] > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xd800-0xd81f irq 21 at > device 16.1 on pci0 > uhci1: [GIANT-LOCKED] > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > uhci2: port 0xdc00-0xdc1f irq 21 at > device 16.2 on pci0 > uhci2: [GIANT-LOCKED] > usb2: on uhci2 > usb2: USB revision 1.0 > uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub2: 2 ports with 2 removable, self powered > uhci3: port 0xe000-0xe01f irq 21 at > device 16.3 on pci0 > uhci3: [GIANT-LOCKED] > usb3: on uhci3 > usb3: USB revision 1.0 > uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub3: 2 ports with 2 removable, self powered > ehci0: mem 0xea000000-0xea0000ff irq > 21 at device 16.4 on pci0 > ehci0: [GIANT-LOCKED] > usb4: EHCI version 1.0 > usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 > usb4: on ehci0 > usb4: USB revision 2.0 > uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub4: 8 ports with 8 removable, self powered > isab0: at device 17.0 on pci0 > isa0: on isab0 > pci0: at device 17.5 (no driver attached) > vr0: port 0xe800-0xe8ff mem > 0xea001000-0xea0010ff irq 23 at device 18.0 on pci0 > miibus0: on vr0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > vr0: Ethernet address: 00:14:85:51:39:80 > atkbdc0: port 0x60,0x64 irq 1 on acpi0 > atkbd0: flags 0x1 irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > orm0: at iomem 0xcc000-0xd3fff on isa0 > ppc0: cannot reserve I/O port range > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=3D0x300> > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 8250 or not responding > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on > isa0 > ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/20.00, addr 2, iclass > 3/1 > ums0: 3 buttons and Z dir. > Timecounter "TSC" frequency 1607402061 Hz quality 800 > Timecounters tick every 1.000 msec > ad0: 152626MB at ata0-master UDMA100 > acd0: DVDR at ata1-master UDMA33 > acd1: CDRW at ata1-slave UDMA33 > Trying to mount root from ufs:/dev/ad0s1a > umass0: LEXAR MEDIA JUMPDRIVE SPORT, rev 2.00/20.00, addr 2 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 989MB (2026592 512 byte sectors: 64H 32S/T 989C) >=20 >=20 > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org"