Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 2004 16:11:37 +0200
From:      Petri Helenius <pete@he.iki.fi>
To:        freebsd-current@freebsd.org, acpi-jp@jp.freebsd.org
Subject:   CSA gigabit ethernet
Message-ID:  <405C5119.5000505@he.iki.fi>

next in thread | raw e-mail | index | archive | help


I have been trying to convince Supermicro support that the CSAB entry 
would need _PRT Method to work properly and have not really got a "go 
away" message but not "weŽll fix it" either.

Obviously this causes problems with the CSA gigabit if device apic is 
enabled and the APIC is enabled in the bios also. (watchdog timeouts, I 
also saw a PR open on the symptom)

Comments? I put the whole dump to http://helenius.fi/p4sctii.asl

The board in question is P4SCT+II. I suspect the problem exists in all 
Supermicro boards with CSA.

Running on 5.2.1-RELEASE or 5.2-CURRENT behave similarly.

Disabling APIC in the BIOS makes the system usable.

Pete

             Device (CSAB)
             {
                 Name (_ADR, 0x00030000)
                 Device (CSAD)
                 {
                     Name (_ADR, 0x00010000)
                     Method (_PRW, 0, NotSerialized)
                     {
                         Return (Package (0x02)
                         {
                             0x0B,
                             0x05
                         })
                     }
                 }
             }




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