FBSD 5.1b2 Inst. Results on Dell i8500
Stijn Hoop
stijn at win.tue.nl
Thu May 22 13:48:22 PDT 2003
On Thu, May 22, 2003 at 10:35:11PM +0200, Mark Santcroos wrote:
> On Thu, May 22, 2003 at 10:30:24PM +0200, Stijn Hoop wrote:
> > OK, will try next. I was about to send a success email using a diff
> > inspired by the Linux ACPI project (htttp://acpi.sf.net/) -- the
> > Inspiron 8100 ASL files, both original and patched are downloadable
> > there. Attached is the diff I produced for my Inspiron 4150 based
> > on that diff. However using the Linux diff some other resources
> > go awry, see attached dmesg.
>
> That patch is incorrect. I also posted that one at some point, it might be
> that they used it even, don't know how old it is :)
>
> However, that was just a patch to point out where the problem was, it was
> not a fix.
OK, good to know. Your extra line made the battery status work, but there are
still minor problems:
- I get the same AML warnings as with the Linux patch -- can this be due
to an older version of the iasl compiler wrt the current ACPI drop?
I noticed that the distfile for the current acpicatools port had
disappeared from the intel website. Anyway, fdc still gets detected
later on, although I don't even have the floppy bay installed
right now, so I haven't done any floppy tests. I'll try to see if
the warnings break things next.
(see the attached dmesg for the AML warnings by the way)
- The battery time is indicated as '00:00:00' when the laptop is on AC
power. Minor nit, maybe this is expected behaviour?
Thanks for the guidance.
--Stijn
--
"Diane, 2:15 in the afternoon, November 14. Entering town of Twin Peaks.
Five miles south of the Canadian border, twelve miles west of the state
line. Never seen so many trees in my life. As W.C. Fields would say, I'd
rather be here than Philadelphia."
-- Special Agent Dale Cooper, "Twin Peaks"
-------------- next part --------------
--- insp4150.dsl.orig Thu May 22 22:35:10 2003
+++ insp4150.dsl Thu May 22 22:35:51 2003
@@ -140,9 +140,9 @@
Method (SXX8, 2, NotSerialized)
{
- If (LLess (Arg1, SizeOf (Arg0)))
+ If (LLess (Arg1, SizeOf (DerefOf(Arg0))))
{
- CreateByteField (Arg0, Arg1, SX20)
+ CreateByteField (DerefOf(Arg0), Arg1, SX20)
Store (SXX6 (0x7D, 0x00), SX20)
}
}
@@ -153,7 +153,7 @@
While (LLess (Local0, SXX3))
{
Add (SXX2, Local0, Local1)
- SXX8 (SXX0, Local1)
+ SXX8 (RefOf(SXX0), Local1)
Increment (Local0)
}
}
-------------- next part --------------
Preloaded acpi_dsdt "/boot/acpi_dsdt.aml" at 0xc04d91cc.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04d9214.
Features=0xbfebf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
ACPI: DSDT was overridden.
ACPI-0375: *** Info: Table [DSDT] replaced by host OS
acpi0: <DELL CPi R > on motherboard
Timecounter "ACPI-fast" frequency 3579545 Hz
can't fetch resources for \\_SB_.PCI0.ISAB.FDC0 - AE_AML_INVALID_RESOURCE_TYPE
can't fetch resources for \\_SB_.PCI0.ISAB.UAR1 - AE_AML_INVALID_RESOURCE_TYPE
can't fetch resources for \\_SB_.PCI0.ISAB.IRDA - AE_AML_INVALID_RESOURCE_TYPE
can't fetch resources for \\_SB_.PCI0.ISAB.ECP_ - AE_AML_INVALID_RESOURCE_TYPE
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_cpu0: <CPU> port 0x530-0x537 on acpi0
acpi_tz0: <thermal zone> port 0x530-0x537 on acpi0
acpi_acad0: <AC adapter> on acpi0
acpi_cmbat0: <Control method Battery> on acpi0
acpi_cmbat1: <Control method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep 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
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci2: <ACPI PCI bus> on pcib2
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
ppc0 port 0x378-0x37f on acpi0
acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030522/ed516957/attachment.bin
More information about the freebsd-current
mailing list