Date: Sat, 21 Nov 2009 11:10:16 GMT From: Chen Neko <epopen@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: amd64/140751: BIOS resource allocation and FreeBSD ACPI in TOSHIBA laptop Message-ID: <200911211110.nALBAGxZ042593@www.freebsd.org> Resent-Message-ID: <200911211120.nALBK2LM007209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140751 >Category: amd64 >Synopsis: BIOS resource allocation and FreeBSD ACPI in TOSHIBA laptop >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 21 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chen Neko >Release: 8.0 Current RC-3 amd64 >Organization: >Environment: FreeBSD 8.0-RC3 #2: Sat Nov 21 17:43:43 JST 2009 root@:/usr/obj/usr/src/sys/EpopenKernel >Description: Hello... FreeBSD team. The problem is on my laptop (TOSHIBA M800 with least newest BIOS). After Google search, The problem look like BIOS?ACPI? to allocated resources for hardware problem. I think ACPI for TOSHIBA kernel code have problem (bug?).... Probably FreeBSD would have to be able to allocate resources on its own. This is a piece of verbose output on my TOSHIBA M800: PS1: GENERIC and my own kernel configure have same problem. PS2: My own kernel configure add "device acpi_toshiba", But have it or not, Always get same problem ================================================================================== mskc0: <Marvell Yukon 88E8040T Fast Ethernet> irq 16 at device 0.0 on pci7 mskc0: 0x4000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff). mskc0: unknown device: id=0xff, rev=0x0f device_attach: mskc0 attach returned 6 ================================================================================== Note: The laptop have Intel 5100 agn wifi adapter, But RC-3 can't recognize and drive it(Add "device iwn" in kernel configure). I had been try under two: 1.Use third party driver code(http://techwires.net/~bschmidt/patches/freebsd/iwn/) in 8.0 RC-2 2.Use Marvell official binary driver package in 7-Stable amd64 But either get same problem under... ================================================================================== iwn0: <Intel(R) PRO/Wireless 5100> irq 17 at device 0.0 on pci8 iwn0: 0x2000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff). iwn0: could not allocate memory resources device_attach: iwn0 attach returned 12 ================================================================================== Two error message look like same, I think all of same problem cause... more verbose and complete output and complete "dmesg -a" output can be found here: http://forums.freebsd.org/showpost.php?p=46261&postcount=41 I had tried disable ACPI... But it is impossible, Because.... 1.TOSHIBA BIOS cmos option haven't any about ACPI option. 2.Remove "device acpi" in kernel configure, But kernel panic because can't recognize hard disk drive. It would be absolutely fantastic if someone could take a look at this issue! I'm always available for testing and providing more information I gauss other(ALL?) TOSHIBA laptop have same problem. If need more and more test or information, Please tell me. Thanks FreeBSD team :D >How-To-Repeat: The problem can be easily reproduced.. 1.First boot after installion. 2.Boot after kernel complier. >Fix: none >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911211110.nALBAGxZ042593>