RE: Award Bios, ACPI, Mouse and PR 55473???

From: John Baldwin (jhb_at_FreeBSD.org)
Date: 12/23/03

  • Next message: Jesse Guardiani: "Re: usb problem with 5.2-RC1"
    Date: Tue, 23 Dec 2003 12:02:37 -0500 (EST)
    To: Brian Black <BlackBsd@Mountain.Net>
    
    

    On 23-Dec-2003 Brian Black wrote:
    > hi,
    > I have been trying to post to different lists looking for a
    > solution. though i have found some advice i have not found the
    > solution. i was recently informed that i should post this question to
    > the -current list(i should of done this earlier). I have a "Soyo Dragon
    > Light" mother board which has this award bios. I have verified that my
    > bios has been flashed with the most up-to date version(Well whatever the
    > motherboard manufacture says).
    > Now am certainly not a kernel hacker but i do understand a little
    > bit of C code. The PR goes on to talk about a "Fix", which involves
    > editing the "/urs/sys/dev/acpica/acpi_pci_link.c". After making the
    > changes i had no luck :-(. Now i have been told that some people with
    > this bios are not affected. Well would'nt that mean the the bios are
    > not the same? I have contacted "Soyo" on this matter. They state on
    > their web site that freebsd is supported, but have not returned my
    > e-mail.
    > How would i be able to determine weather this problem can be fixed
    > by FreeBsd or the manufacture of the mother board? Is This problem
    > being looked at for 5.2R i have not been able to really sink into using
    > the new 5.x series because of this problem(So what i like GUI's a
    > little). ;-)

    Hmm, yes.

    Can you try the patch at
    http://www.FreeBSD.org/~jhb/patches/acpi_link_sta.patch

    Index: acpi_pci_link.c
    ===================================================================
    RCS file: /usr/cvs/src/sys/dev/acpica/acpi_pci_link.c,v
    retrieving revision 1.11
    diff -u -r1.11 acpi_pci_link.c
    --- acpi_pci_link.c 18 Dec 2003 03:25:22 -0000 1.11
    +++ acpi_pci_link.c 23 Dec 2003 16:29:35 -0000
    @@ -489,7 +489,16 @@
                    return_ACPI_STATUS (error);
            }
     
    - if (!(sta & (ACPI_STA_PRESENT | ACPI_STA_FUNCTIONAL))) {
    + /*
    + * We really should not use link devices that aren't enabled,
    + * but if they are marked as either functional or enabled, we
    + * assume they are ok.
    + *
    + * XXX: The PCI bridge code requires that both PRESENT and
    + * ENABLE are set in a separate check.
    + */
    + if ((sta & ACPI_STA_PRESENT) == 0 ||
    + (sta & (ACPI_STA_ENABLE | ACPI_STA_FUNCTIONAL)) == 0) {
                    ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
                        "PCI interrupt link is not functional - %s\n",
                        acpi_name(handle)));

    -- 
    John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
    "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Jesse Guardiani: "Re: usb problem with 5.2-RC1"

    Relevant Pages

    • Award Bios, ACPI, Mouse and PR 55473???
      ... I have been trying to post to different lists looking for a ... Light" mother board which has this award bios. ... by FreeBsd or the manufacture of the mother board? ...
      (freebsd-current)
    • Re: My processor wont run at the right speed.
      ... > my mother board could not work with the new processor. ... A Pentium CPU will *NOT* fit in a board designed to accept an Athlon ... BIOS has nothing whatsoever to do with the operating system. ... It really irks me when people refer to the BIOS as "the CMOS" - the ...
      (microsoft.public.windowsxp.general)
    • Re: Graphics Window Setup
      ... >> and some IBM, Gateway, and Compaq systems and systems using AMI Bios ... >> I could find as of a few days ago and it doesn't fix the problem. ... which is how it all started after the mother board change. ... >> what caused the need for a patch. ...
      (comp.unix.sco.misc)
    • Re: [SLE] Gigabit ethernet on Intel D945GNTLKR mobo
      ... This the first I've seen a hardware topic collision on separate lists. ... >>I always thought a partition had to be made bootable in order to be able ... You'd also note that on any Linux ... There are so many useful things that only the BIOS can do ...
      (SuSE)
    • Re: Are new Harddrives backwards comaptible with old boards?
      ... > my mother board ... I've used IDE disks as big as 250 GB with various motherboards ... likely work even with an old BIOS. ... support SATA. ...
      (comp.sys.ibm.pc.hardware.misc)