Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2007 17:49:31 +0000
From:      Sergio Lenzi <lenzi.sergio@gmail.com>
To:        freebsd-acpi@FreeBSD.org
Subject:   Re: [Call for Testers] ACPI-CA 20071114
Message-ID:  <1195321771.2219.1.camel@localhost>
In-Reply-To: <200711161844.27009.jkim@FreeBSD.org>
References:  <200711161338.54270.jkim@FreeBSD.org> <200711161823.17730.jkim@FreeBSD.org> <20071116232830.GB7943@bunrab.catwhisker.org> <200711161844.27009.jkim@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
this works on my laptop...
it is an ACER 5060 model 3284...

In my laptop (FreBSD 7.0 cvsup every day...)
almost everything worked sound, ac-line, lid, batery,
usb, but not the atheros wireless....

the acpi does not show the correct register map to
the pci bus, so the ath driver complains with:
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413,
RF5413)
ath0: <Atheros 5424/2424> mem 0xc0200000-0xc020ffff irq 16 at device 0.0
on pci2
ath0: cannot map register space

the atheros stuff says it is an acpi problem.... that
gives to pci code no information about registers for that device/slot.
====================================================
using your new acpidump, and iasl, it produces
a good DSDT.aml file (after some fixes...)
the acpudump in 6.2 produces wrong code.

now on the boot... it shows...
=============================================================
FreeBSD 7.0-BETA3 #7: Sat Nov 17 10:42:03 UTC 2007
    lzt@lenzinote70.cwb.casa:/usr/src/sys/i386/compile/notebook
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Turion(tm) 64 Mobile Technology MK-38 (2199.99-MHz 686-class
CPU)
  Origin = "AuthenticAMD"  Id = 0x40fc2  Stepping = 2

Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
  Features2=0x2001<SSE3,CX16>
  AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!
  AMD Features2=0x1d<LAHF,SVM,ExtAPIC,CR8>
real memory  = 938016768 (894 MB)
avail memory = 908550144 (866 MB)
ACPI APIC Table: <PTLTD          APIC  >
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0 <Version 2.1> irqs 0-23 on motherboard
acpi0: <PTLTD   RSDT> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
unknown: I/O range not supported           <<<<<<<<<<<<<< PROBLEM?????
acpi0: reservation of 0, 1000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x14> port 0x62,0x66 on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
vgapci0: <VGA-compatible display> port 0x9000-0x90ff mem
0xc8000000-0xcfffffff,0xc0100000-0xc010ffff irq 17 at device 5.0 on pci1


===============================================
thanks for any comments...
I have the disassembled code from the acpidump avaiable...

Sergio





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