Date: Mon, 14 Feb 2005 17:40:37 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: freebsd-amd64@FreeBSD.org Subject: Re: [PATCH] Updated quirk-driven R3000Z patches Message-ID: <20050215014037.GA51389@dragon.nuxi.com> In-Reply-To: <200502141722.10259.jhb@FreeBSD.org> References: <200502141722.10259.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 14, 2005 at 05:22:10PM -0500, John Baldwin wrote: > it to work, please let me know and include the FADT header from your acpidump > in your reply, thanks. .. > +# Compaq R3000Z > +name: Compaq_R3000Z > +oem: FADT "NVIDIA" "CK8 " > +oem_rev: FADT = 0x6040000 > +creator: FADT "PTL_" Exactly which parts of 'acpidump -t FADT' are pulled for these entries? Given this output, I'm not sure which one would make an ACPI quirk from if they needed to. /* RSD PTR: OEM=ACPIAM, ACPI_Rev=2.0x (2) XSDT=0x1ff30100, length=33, cksum=204 */ /* XSDT: Length=60, Revision=1, Checksum=93, OEMID=A M I, OEM Table ID=OEMXSDT, OEM Revision=0x10000427, Creator ID=MSFT, Creator Revision=0x97 Entries={ 0x1ff30290, 0x1ff30390, 0x1ff40040 } */ /* FACP: Length=244, Revision=3, Checksum=239, OEMID=A M I, OEM Table ID=OEMFACP, OEM Revision=0x10000427, Creator ID=MSFT, Creator Revision=0x97 FACS=0x1ff40000, DSDT=0x1ff303e0 INT_MODEL=APIC Preferred_PM_Profile=Desktop (1) SCI_INT=9 SMI_CMD=0x82f, ACPI_ENABLE=0xe1, ACPI_DISABLE=0x1e, S4BIOS_REQ=0x0 PSTATE_CNT=0x0 PM1a_EVT_BLK=0x800-0x803 PM1a_CNT_BLK=0x804-0x805 PM_TMR_BLK=0x808-0x80b GPE0_BLK=0x820-0x823 CST_CNT=0xe3 P_LVL2_LAT=101 us, P_LVL3_LAT=1001 us FLUSH_SIZE=1024, FLUSH_STRIDE=16 DUTY_OFFSET=0, DUTY_WIDTH=0 DAY_ALRM=125, MON_ALRM=126, CENTURY=50 IAPC_BOOT_ARCH={LEGACY_DEV,8042} Flags={WBINVD,PROC_C1,SLP_BUTTON,RTC_S4,HEADLESS} X_FACS=0x1ff40000, X_DSDT=0x1ff303e0 X_PM1a_EVT_BLK=0x00:0[32] (IO) X_PM1a_CNT_BLK=0x00:0[16] (IO) X_PM_TMR_BLK=0x00:0[32] (IO) */ /* FACS: Length=64, HwSig=0x00000000, Firm_Wake_Vec=0x00000000 Global_Lock= Flags= Version=1 */ /* DSDT: Length=13756, Revision=1, Checksum=4, OEMID=SK8V_, OEM Table ID=SK8V_033, OEM Revision=0x33, Creator ID=MSFT, Creator Revision=0x100000d */ /* APIC: Length=74, Revision=1, Checksum=116, OEMID=A M I, OEM Table ID=OEMAPIC, OEM Revision=0x10000427, Creator ID=MSFT, Creator Revision=0x97 Local APIC ADDR=0xfee00000 Flags={PC-AT} Type=Local APIC ACPI CPU=1 Flags={ENABLED} APIC ID=0 Type=IO APIC APIC ID=1 INT BASE=0 ADDR=0x00000000fec00000 Type=INT Override BUS=0 IRQ=0 INTR=2 Flags={Polarity=conforming, Trigger=conforming} */ /* OEMB: Length=63, Revision=1, Checksum=215, OEMID=A M I, OEM Table ID=OEMBIOS, OEM Revision=0x10000427, Creator ID=MSFT, Creator Revision=0x97 */ -- -- David (obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050215014037.GA51389>