From owner-freebsd-current@FreeBSD.ORG Sat Mar 20 06:11:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCF416A4CE for ; Sat, 20 Mar 2004 06:11:46 -0800 (PST) Received: from rms04.rommon.net (rms04.rommon.net [212.54.2.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E3D43D1F for ; Sat, 20 Mar 2004 06:11:45 -0800 (PST) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h81.vuokselantie10.fi [193.64.42.129]) by rms04.rommon.net (8.12.9p1/8.12.9) with ESMTP id i2KEBecM020782; Sat, 20 Mar 2004 16:11:40 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <405C5119.5000505@he.iki.fi> Date: Sat, 20 Mar 2004 16:11:37 +0200 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org, acpi-jp@jp.freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 21 Mar 2004 05:08:36 -0800 Subject: CSA gigabit ethernet X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 14:11:46 -0000 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 }) } } }