From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 02:50:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C4721065675 for ; Sun, 14 Sep 2008 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 256378FC1C for ; Sun, 14 Sep 2008 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8E2o1ZF093420 for ; Sun, 14 Sep 2008 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8E2o11G093419; Sun, 14 Sep 2008 02:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 14 Sep 2008 02:50:01 GMT Resent-Message-Id: <200809140250.m8E2o11G093419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1C59106566B for ; Sun, 14 Sep 2008 02:46:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BCCF78FC1F for ; Sun, 14 Sep 2008 02:46:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8E2kE25065365 for ; Sun, 14 Sep 2008 02:46:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8E2kEPO065364; Sun, 14 Sep 2008 02:46:14 GMT (envelope-from nobody) Message-Id: <200809140246.m8E2kEPO065364@www.freebsd.org> Date: Sun, 14 Sep 2008 02:46:14 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/127367: Improve VESA support for Parallels (patch from DragonFlyBSD) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 02:50:01 -0000 >Number: 127367 >Category: i386 >Synopsis: Improve VESA support for Parallels (patch from DragonFlyBSD) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 02:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: >From DragonFlyBSD's (Sascha Wildner) log: http://leaf.dragonflybsd.org/mailarchive/commits/2008-09/msg00126.html Add line width calculations for 15/16 and 24/32 bit modes in case the "Get Scan Line Length" function fails, as it does in Parallels (in Version 2.2, Build 2112 at least). >How-To-Repeat: The patch is untested: I don't have Parallels and this is amd64, but it looks pretty safe. >Fix: --- /sys/i386/isa/vesa.c.orig 2008-09-13 21:30:25.000000000 -0500 +++ /sys/i386/isa/vesa.c 2008-09-13 21:33:41.000000000 -0500 @@ -1111,6 +1111,14 @@ default: /* shouldn't happen */ vesa_adp->va_line_width = info.vi_width; break; + case 15: + case 16: + vesa_adp->va_line_width = info.vi_width*2; + break; + case 24: + case 32: + vesa_adp->va_line_width = info.vi_width*4; + break; } } else { vesa_adp->va_line_width = info.vi_width; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 09:00:15 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACFAE1065689 for ; Sun, 14 Sep 2008 09:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9898D8FC2F for ; Sun, 14 Sep 2008 09:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8E90BDU054952 for ; Sun, 14 Sep 2008 09:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8E90BeH054951; Sun, 14 Sep 2008 09:00:11 GMT (envelope-from gnats) Resent-Date: Sun, 14 Sep 2008 09:00:11 GMT Resent-Message-Id: <200809140900.m8E90BeH054951@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juergen Dankoweit Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 737A31065677 for ; Sun, 14 Sep 2008 08:53:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 718B38FC12 for ; Sun, 14 Sep 2008 08:53:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8E8rAbT062851 for ; Sun, 14 Sep 2008 08:53:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8E8rAHv062850; Sun, 14 Sep 2008 08:53:10 GMT (envelope-from nobody) Message-Id: <200809140853.m8E8rAHv062850@www.freebsd.org> Date: Sun, 14 Sep 2008 08:53:10 GMT From: Juergen Dankoweit To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/127374: Suspend/Resume with Keystroke only once on Thinkpad T43 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 09:00:15 -0000 >Number: 127374 >Category: i386 >Synopsis: Suspend/Resume with Keystroke only once on Thinkpad T43 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 09:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Juergen Dankoweit >Release: FreeBSD 7.1-PRERELEASE #0 >Organization: >Environment: FreeBSD t43.juergendankoweit.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun Sep 14 09:24:44 CEST 2008 juergen@t43.juergendankoweit.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Hello, on my IBM Thinkpad T43 (2668###) suspend works only once, if I use the keys "Fn + F4" for suspend mode. I use the /etc/devd.conf for starting suspend mode: # Suspend fuer IBM Thinkpad T43 notify 10 { match "system" "ACPI"; match "subsystem" "IBM"; match "notify" "0x04"; action "logger -t Fn+F4 && /usr/sbin/acpiconf -s 3"; }; Restarting devd doesn't help, but entering acpiconf -s 3 works without any problems. Here are the configuration files I used: /etc/sysctl.conf: ----------------- # ACPI fuer Thinkpad T43 # hw.acpi.reset_video=1 hw.acpi.lid_switch_state=S3 hw.acpi.sleep_button_state=S3 hw.acpi.power_button_state=S5 hw.acpi.sleep_delay=3 hw.acpi.verbose=1 dev.acpi_ibm.0.events=1 hw.syscons.sc_no_suspend_vtswitch=0 /boot/loader.conf: ------------------ # fuer T43 acpi_ibm_load="YES" # Sound-Modul laden snd_ich_load="YES" # Bluetooth ng_ubt_load="YES" # ATi-Radeon-Module fuer X300 radeon_load="YES" # fuer Mono kern.ipc.semmni=40 kern.ipc.semmns=300 # fuer gamin kern.maxfiles="25000" The used kernel is the GENERIC kernel which was updated Sep 14 2008. >How-To-Repeat: Press FN + F4 and see the it works only once. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 10:07:16 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FB51065678; Sun, 14 Sep 2008 10:07:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id B84AE8FC13; Sun, 14 Sep 2008 10:07:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m8EA78Di037613; Sun, 14 Sep 2008 06:07:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id m8EA78DM003482; Sun, 14 Sep 2008 06:07:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D6FBF73039; Sun, 14 Sep 2008 06:07:07 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080914100707.D6FBF73039@freebsd-current.sentex.ca> Date: Sun, 14 Sep 2008 06:07:07 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 10:07:17 -0000 TB --- 2008-09-14 08:45:22 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-09-14 08:45:22 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-09-14 08:45:22 - cleaning the object tree TB --- 2008-09-14 08:45:52 - cvsupping the source tree TB --- 2008-09-14 08:45:52 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-09-14 08:45:59 - building world (CFLAGS=-O -pipe) TB --- 2008-09-14 08:45:59 - cd /src TB --- 2008-09-14 08:45:59 - /usr/bin/make -B buildworld >>> World build started on Sun Sep 14 08:46:00 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sun Sep 14 09:59:46 UTC 2008 TB --- 2008-09-14 09:59:46 - generating LINT kernel config TB --- 2008-09-14 09:59:46 - cd /src/sys/pc98/conf TB --- 2008-09-14 09:59:46 - /usr/bin/make -B LINT TB --- 2008-09-14 09:59:46 - building LINT kernel (COPTFLAGS=) TB --- 2008-09-14 09:59:46 - cd /src TB --- 2008-09-14 09:59:46 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Sep 14 09:59:46 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/pfil.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/radix.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/radix_mpath.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/raw_cb.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/raw_usrreq.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/route.c /src/sys/net/route.c: In function 'rt_check': /src/sys/net/route.c:1701: error: invalid type argument of '->' *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-09-14 10:07:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-09-14 10:07:07 - ERROR: failed to build lint kernel TB --- 2008-09-14 10:07:07 - tinderbox aborted TB --- 3343.69 user 429.34 system 4905.37 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 10:30:02 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BC3E106568C for ; Sun, 14 Sep 2008 10:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 678278FC3E for ; Sun, 14 Sep 2008 10:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8EAU2va062055 for ; Sun, 14 Sep 2008 10:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8EAU2Ht062052; Sun, 14 Sep 2008 10:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 14 Sep 2008 10:30:02 GMT Resent-Message-Id: <200809141030.m8EAU2Ht062052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DE921065673 for ; Sun, 14 Sep 2008 10:26:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0418FC0A for ; Sun, 14 Sep 2008 10:26:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8EAQJJn032760 for ; Sun, 14 Sep 2008 10:26:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8EAQJ3m032741; Sun, 14 Sep 2008 10:26:19 GMT (envelope-from nobody) Message-Id: <200809141026.m8EAQJ3m032741@www.freebsd.org> Date: Sun, 14 Sep 2008 10:26:19 GMT From: Ruslan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/127375: If vm.kmem_size_max>"1073741823" then write speed to ZFS pool decrease 3-5 times. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 10:30:02 -0000 >Number: 127375 >Category: i386 >Synopsis: If vm.kmem_size_max>"1073741823" then write speed to ZFS pool decrease 3-5 times. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 10:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ruslan >Release: 7.0-RELEASE-p3 >Organization: Home use >Environment: FreeBSD yalur.monolit.ntu-kpi.kiev.ua 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #51: Sun Aug 31 17:42:15 EEST 2008 root@yalur.monolit.ntu-kpi.kiev.ua:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: This problem related only with i386 and was not observed on amd64. I found this problem since FreeBSD 7.0 RC2 have used first time. If I change vm.kmem_size* to vm.kmem_size="1G" or more vm.kmem_size_max="1G" or more KVA_PAGES=512 Write speed is 30-40 Mb/sec. [root@yalur /home/ruslan]# dd if=/dev/zero of=/mnt/Temp/22 bs=1m 963+0 records in 963+0 records out 1008730112 bytes transferred in 29.295576 secs (34432848 bytes/sec) If I chenge vm.kmem_size* to 1G minus 1byte: vm.kmem_size_max="1073741823" vm.kmem_size="1073741823" KVA_PAGES=512 Write speed is 130-140 Mb/sec. [root@yalur /home/ruslan]# dd if=/dev/zero of=/mnt/Temp/22 bs=1m 963+0 records in 963+0 records out 1008730112 bytes transferred in 7.550406 secs (133567341 bytes/sec) Zpool status: [root@yalur /home/ruslan]# zpool status pool: data state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM data ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad6 ONLINE 0 0 0 ad4 ONLINE 0 0 0 ad9 ONLINE 0 0 0 ad12 ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad11 ONLINE 0 0 0 ad10 ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad16 ONLINE 0 0 0 errors: No known data errors This problem not related whith hardware. I observed this problem on motherboards: Asus M2N-SLI Deluxe and Sapphire PC-AM2RD790. Alsow I used different HDDs - resault is the same. [root@yalur /home/ruslan]# dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-RELEASE-p3 #51: Sun Aug 31 17:42:15 EEST 2008 root@yalur.monolit.ntu-kpi.kiev.ua:/usr/src/sys/i386/compile/MYKERNEL Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (2760.21-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x60fb2 Stepping = 2 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x11f Cores per package: 2 real memory = 3489529856 (3327 MB) avail memory = 3411312640 (3253 MB) ACPI APIC Table: AP #1 (PHY# 1) failed! panic y/n? [y] FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard bktr_mem: memory holder loaded kbd1 at kbdmux0 kqemu version 0x00010300 kqemu: KQEMU installed, max_locked_mem=1699484kB. acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) ACPI Error (uteval-0322): No object was returned from [\\_SB_.PCI0.SMB0._CRS] (Node 0x8649d860), AE_NOT_EXIST can't fetch resources for \\_SB_.PCI0.SMB0 - AE_NOT_EXIST acpi0: reservation of 0, cffe0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 cpu0: on acpi0 powernow0: on cpu0 cpu1: on acpi0 powernow1: on cpu1 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci1: on pcib1 vgapci0: port 0xbe00-0xbeff mem 0xd0000000-0xdfffffff,0xfddf0000-0xfddfffff irq 18 at device 0.0 on pci1 vgapci1: mem 0xfdde0000-0xfddeffff at device 0.1 on pci1 pcib2: at device 4.0 on pci0 pci2: on pcib2 mskc0: port 0xae00-0xaeff mem 0xfdcfc000-0xfdcfffff irq 16 at device 0.0 on pci2 msk0: on mskc0 msk0: Ethernet address: 00:1b:11:79:46:b7 miibus0: on msk0 e1000phy0: PHY 0 on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto mskc0: [FILTER] pcib3: at device 7.0 on pci0 pci3: on pcib3 mykc0: port 0xee00-0xeeff mem 0xfdafc000-0xfdafffff irq 19 at device 0.0 on pci3 myk0 on mykc0 myk0: Ethernet address: 00:01:29:a3:a6:df mykc0: [ITHREAD] pcib4: at device 9.0 on pci0 pci4: on pcib4 mykc1: port 0xde00-0xdeff mem 0xfd8fc000-0xfd8fffff irq 17 at device 0.0 on pci4 myk1 on mykc1 myk1: Ethernet address: 00:01:29:a3:a7:11 mykc1: [ITHREAD] pcib5: at device 10.0 on pci0 pci5: on pcib5 atapci0: port 0xcf00-0xcf7f mem 0xfd6ff000-0xfd6ff07f,0xfd6f8000-0xfd6fbfff irq 18 at device 0.0 on pci5 atapci0: [ITHREAD] ata2: on atapci0 ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] atapci1: port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 0xfdfff000-0xfdfff3ff irq 22 at device 18.0 on pci0 atapci1: [ITHREAD] ata4: on atapci1 ata4: [ITHREAD] ata5: on atapci1 ata5: [ITHREAD] ohci0: mem 0xfdffe000-0xfdffefff irq 16 at device 19.0 on pci0 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered ohci1: mem 0xfdffd000-0xfdffdfff irq 17 at device 19.1 on pci0 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered ohci2: mem 0xfdffc000-0xfdffcfff irq 18 at device 19.2 on pci0 ohci2: [GIANT-LOCKED] ohci2: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ohci3: mem 0xfdffb000-0xfdffbfff irq 17 at device 19.3 on pci0 ohci3: [GIANT-LOCKED] ohci3: [ITHREAD] usb3: OHCI version 1.0, legacy support usb3: SMM does not respond, resetting usb3: on ohci3 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ohci4: mem 0xfdffa000-0xfdffafff irq 18 at device 19.4 on pci0 ohci4: [GIANT-LOCKED] ohci4: [ITHREAD] usb4: OHCI version 1.0, legacy support usb4: SMM does not respond, resetting usb4: on ohci4 usb4: USB revision 1.0 uhub4: on usb4 uhub4: 2 ports with 2 removable, self powered ehci0: mem 0xfdff9000-0xfdff90ff irq 19 at device 19.5 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb5: EHCI version 1.0 usb5: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4 usb5: on ehci0 usb5: USB revision 2.0 uhub5: on usb5 uhub5: 10 ports with 10 removable, self powered pci0: at device 20.0 (no driver attached) atapci2: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf900-0xf90f at device 20.1 on pci0 ata0: on atapci2 ata0: [ITHREAD] isab0: at device 20.3 on pci0 isa0: on isab0 pcib6: at device 20.4 on pci0 pci6: on pcib6 atapci3: port 0x9f00-0x9f7f,0x9a00-0x9aff mem 0xfd5ff000-0xfd5fffff,0xfd5c0000-0xfd5dffff irq 20 at device 5.0 on pci6 atapci3: [ITHREAD] atapci3: [ITHREAD] ata6: on atapci3 ata6: [ITHREAD] ata7: on atapci3 ata7: [ITHREAD] ata8: on atapci3 ata8: [ITHREAD] ata9: on atapci3 ata9: [ITHREAD] bktr0: mem 0xfd4ff000-0xfd4fffff irq 21 at device 6.0 on pci6 bktr0: [GIANT-LOCKED] bktr0: [ITHREAD] bktr0: AVer Media TV/FM, Philips FR1216 PAL FM tuner. pci6: at device 6.1 (no driver attached) pcm0: port 0x9e00-0x9e3f irq 22 at device 7.0 on pci6 pcm0: pcm0: [ITHREAD] fwohci0: <1394 Open Host Controller Interface> mem 0xfd5fe000-0xfd5fe7ff,0xfd5f8000-0xfd5fbfff irq 23 at device 7.2 on pci6 fwohci0: [FILTER] fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3c:01:01:04:70:b1 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:02:3c:04:70:b1 fwe0: Ethernet address: 02:02:3c:04:70:b1 fwip0: on firewire0 fwip0: Firewire address: 00:02:3c:01:01:04:70:b1 @ 0xfffe00000000, S400, maxrec 2048 sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode fwohci1: port 0x9c00-0x9c7f mem 0xfd5fd000-0xfd5fd7ff irq 23 at device 8.0 on pci6 fwohci1: [FILTER] fwohci1: OHCI version 1.10 (ROM=1) fwohci1: No. of Isochronous channels is 4. fwohci1: EUI64 00:01:29:20:00:06:cc:52 fwohci1: Phy 1394a available S400, 2 ports. fwohci1: Link S400, max_rec 2048 bytes. firewire1: on fwohci1 fwe1: on firewire1 if_fwe1: Fake Ethernet address: 02:01:29:06:cc:52 fwe1: Ethernet address: 02:01:29:06:cc:52 fwip1: on firewire1 fwip1: Firewire address: 00:01:29:20:00:06:cc:52 @ 0xfffe00000000, S400, maxrec 2048 sbp1: on firewire1 fwohci1: Initiate bus reset fwohci1: BUS reset fwohci1: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode acpi_tz0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 pmtimer0 on isa0 orm0: at iomem 0xd9800-0xdd7ff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled uhub0: device problem (TIMEOUT), disabling port 1 WARNING: ZFS is considered to be an experimental feature in FreeBSD. Timecounters tick every 1.000 msec ipfw2 initialized, divert enabled, rule-based forwarding disabled, default to deny, logging limited to 10 packets/entry by default firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) firewire1: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire1: bus manager 0 (me) ZFS filesystem version 6 ZFS storage pool version 6 acd0: CDRW at ata0-master UDMA33 acd1: DVDR at ata0-slave UDMA33 ad4: 476940MB at ata2-master SATA300 ad6: 476940MB at ata3-master SATA300 ad8: 305245MB at ata4-master UDMA33 ad9: 476940MB at ata4-slave UDMA33 ad10: 305245MB at ata5-master UDMA33 ad11: 305245MB at ata5-slave UDMA33 ad12: 476940MB at ata6-master SATA300 ad14: 76319MB at ata7-master SATA300 ad16: 305245MB at ata8-master SATA300 ad18: 76319MB at ata9-master SATA300 GEOM_MIRROR: Device mirror/gm0 launched (2/2). cd0 at ata0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present cd1 at ata0 bus 0 target 1 lun 0 cd1: <_NEC DVD_RW ND-4571A 1-01> Removable CD-ROM SCSI-0 device cd1: 33.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/mirror/gm0s2a internet0: link up home1: link up fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 ums0: on uhub1 ums0: 7 buttons and Z dir. tap0: Ethernet address: 00:bd:d1:f6:16:00 tap1: Ethernet address: 00:bd:5d:89:17:01 home1: link down 2 Pair Downshift detectedhome1: link up home1: link down home1: link up home1: link down home1: link up home1: link down home1: link up >How-To-Repeat: Use i386 FreeBSD 7.0 p1,p2,p3. Change vm.kmem_size* to 1G. check (KVA_PAGES=512): dd if=/dev/zero of=/zfs_pool/file1 bs=1m. Then chenge vm.kmem_size* to 1G minus 1byte (KVA_PAGES=512) and check dd if=/dev/zero of=/zfs_pool/file2 bs=1m. >Fix: No. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 20:00:11 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 847881065686 for ; Sun, 14 Sep 2008 20:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC7C8FC13 for ; Sun, 14 Sep 2008 20:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8EK0BkI006783 for ; Sun, 14 Sep 2008 20:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8EK0BYE006782; Sun, 14 Sep 2008 20:00:11 GMT (envelope-from gnats) Resent-Date: Sun, 14 Sep 2008 20:00:11 GMT Resent-Message-Id: <200809142000.m8EK0BYE006782@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Mallon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E3E1065679 for ; Sun, 14 Sep 2008 19:56:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A090D8FC19 for ; Sun, 14 Sep 2008 19:56:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8EJugOg068064 for ; Sun, 14 Sep 2008 19:56:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8EJug2W068063; Sun, 14 Sep 2008 19:56:42 GMT (envelope-from nobody) Message-Id: <200809141956.m8EJug2W068063@www.freebsd.org> Date: Sun, 14 Sep 2008 19:56:42 GMT From: Christoph Mallon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/127387: Inline assembler in x86 _start() in crt1.c only works by chance X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 20:00:11 -0000 >Number: 127387 >Category: i386 >Synopsis: Inline assembler in x86 _start() in crt1.c only works by chance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 20:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: n/a >Organization: >Environment: n/a >Description: Disassembling _start() of a common binary shows this[0]: 08048450 <_start>: 8048450: 55 push %ebp 8048451: 89 e5 mov %esp,%ebp 8048453: 57 push %edi 8048454: 56 push %esi 8048455: 53 push %ebx 8048456: 83 ec 0c sub $0xc,%esp 8048459: 83 e4 f0 and $0xfffffff0,%esp 804845c: 8b 5d 04 mov 0x4(%ebp),%ebx 804845f: 89 d7 mov %edx,%edi [...] The last instruction shown is generated via inline assembler in src/lib/csu/i386-elf/crt1.c. It copies the rtld "cleanup" function pointer from %edx into a different register[1]. Just before the only declared parameter ist loaded from stack into %ebx. In the source file this instruction is below the inline assembler to load "cleanup", but of course the compiler is free to shuffle things around. Now the problematic part: The compiler chose %ebx as destination register. It could have chosen %edx, because nobody told him that there is a precious value in there. In fact there is no safe way to ensure that %edx is not destroyed before it is read in this function. I present a replacement, which does the ugly handling[2] in a small global asm block. [0] objdump -d $SOME_UNSTRIPPED_BINARY | $PAGER or just objdump -d /usr/lib/crt1.o | $PAGER [1] The used inline assembler statement is unnecessarily complicated, but that's another story. Simpler is asm("" : "=d" (cleanup));. [2] Other parts like fetching argc from the stack and aligning the stack via inline assembler are far beyond legal C, too. >How-To-Repeat: >Fix: See attachment. Patch attached with submission follows: Index: crt1.c =================================================================== --- crt1.c (Revision 183012) +++ crt1.c (Arbeitskopie) @@ -38,8 +38,6 @@ extern int _DYNAMIC; #pragma weak _DYNAMIC -typedef void (*fptr)(void); - extern void _fini(void); extern void _init(void); extern int main(int, char **, char **); @@ -55,35 +53,16 @@ char **environ; const char *__progname = ""; -static __inline fptr -get_rtld_cleanup(void) -{ - fptr retval; - -#ifdef __GNUC__ - __asm__("movl %%edx,%0" : "=rm"(retval)); -#else - retval = (fptr)0; /* XXXX Fix this for other compilers */ -#endif - return(retval); -} - /* The entry function. */ -void -_start(char *ap, ...) +static void +#ifdef __GNUC__ +__attribute__((regparm(3), noreturn, used)) +#endif +internal_start(int argc, void (*cleanup)(void), char *argv[]) { - fptr cleanup; - int argc; - char **argv; char **env; const char *s; -#ifdef __GNUC__ - __asm__("and $0xfffffff0,%esp"); -#endif - cleanup = get_rtld_cleanup(); - argv = ≈ - argc = *(long *)(void *)(argv - 1); env = argv + argc + 1; environ = env; if (argc > 0 && argv[0] != NULL) { @@ -110,4 +89,22 @@ exit( main(argc, argv, env) ); } -__asm__(".ident\t\"$FreeBSD$\""); +#ifdef __GNUC__ +__asm__( + ".text \n\t" + ".p2align 4,,15 \n" + ".globl _start \n\t" + ".type _start, @function\n" + "_start: \n\t" + "pushl %ebp \n\t" + "movl %esp, %ebp\n\t" + "andl $0xFFFFFFF0, %esp\n\t" // align stack + "movl 4(%ebp), %eax\n\t" // argc + /* edx already contains rtld cleanup */ + "leal 8(%ebp), %ecx\n\t" // argv + "call internal_start \n\t" + ".size _start, . - _start" +); +#endif + +__asm__(".ident\t\"$FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.15 2005/10/07 22:13:17 bde Exp $\""); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 21:30:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E07241065685 for ; Sun, 14 Sep 2008 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B1DBB8FC1F for ; Sun, 14 Sep 2008 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8ELU1tL013931 for ; Sun, 14 Sep 2008 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8ELU1Qe013930; Sun, 14 Sep 2008 21:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 14 Sep 2008 21:30:01 GMT Resent-Message-Id: <200809142130.m8ELU1Qe013930@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Satz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F08C1065673 for ; Sun, 14 Sep 2008 21:29:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 636B38FC0C for ; Sun, 14 Sep 2008 21:29:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8ELT4Mw011303 for ; Sun, 14 Sep 2008 21:29:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8ELT4LE011302; Sun, 14 Sep 2008 21:29:04 GMT (envelope-from nobody) Message-Id: <200809142129.m8ELT4LE011302@www.freebsd.org> Date: Sun, 14 Sep 2008 21:29:04 GMT From: Greg Satz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/127391: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 21:30:02 -0000 >Number: 127391 >Category: i386 >Synopsis: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 21:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Greg Satz >Release: 6.3 >Organization: iranger.com >Environment: FreeBSD fnu.iranger.com 6.1-RELEASE-p19 FreeBSD 6.1-RELEASE-p19 #5: Fri Sep 7 23:59:42 MDT 2007 satz@fnu.iranger.com:/usr/src/sys/i386/compile/FNU i386 >Description: I am using 6.1 on a Dell PowerEdge 750 machine with an Intel 6300ESB SATA150 controller. 6.1 works fine. 6.3 fails to boot due to its not initializing ata1 where my sata disk is located as ad2. ata0 is initialized just fine which has the cdrom. Consequently 6.3 cannot find root nor boot. >How-To-Repeat: Try to boot 6.3 on a Dell Poweredge 750. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 22:10:04 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323E0106566C for ; Sun, 14 Sep 2008 22:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE108FC1F for ; Sun, 14 Sep 2008 22:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8EMA3X9016592 for ; Sun, 14 Sep 2008 22:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8EMA3Io016584; Sun, 14 Sep 2008 22:10:03 GMT (envelope-from gnats) Date: Sun, 14 Sep 2008 22:10:03 GMT Message-Id: <200809142210.m8EMA3Io016584@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Greg Satz Cc: Subject: Re: i386/127391: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Satz List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 22:10:04 -0000 The following reply was made to PR i386/127391; it has been noted by GNATS. From: Greg Satz To: bug-followup@FreeBSD.org, Greg Satz Cc: Subject: Re: i386/127391: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 Date: Sun, 14 Sep 2008 15:39:45 -0600 Working 6.1 boot verbose output: set module_path=3D"/boot/kernel6.1;/boot/modules" OK OK unload unload OK OK load /boot/kernel6.1/kernel load /boot/kernel6.1/kernel |=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/boot/= kernel6.1/kernel =20 text=3D0x229e54 /=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08= |=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08= -=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08= -=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08= -=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08data=3D= 0x2e714+0x25c38 |=08/=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08syms=3D[0x4+0x32750/=08-=08\=08|=08/=08-=08\=08|=08= /=08-=08\=08|=08/=08+0x4+0x40da5-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08] OK OK boo=08 =08=08 =08=08 =08set boot_verbose=3D"1" set boot_verbose=3D"1" OK OK boot boot -=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08= /=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/boot/kernel6.1/acpi.ko = text=3D0x42e34 /=08-=08\=08|=08/=08-=08=20 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08data=3D0x2280+0x10f0 = -=08syms=3D[0x4+0x7ad0\=08|=08+0x4=20 +0xa709/=08-=08\=08] |=08/=08-=08\=08|=08/=08-=08SMAP type=3D01 base=3D0000000000000000 = len=3D00000000000a0000 SMAP type=3D01 base=3D0000000000100000 len=3D000000007fec0000 SMAP type=3D02 base=3D000000007ffcfc00 len=3D0000000000000400 SMAP type=3D03 base=3D000000007ffc0000 len=3D000000000000fc00 SMAP type=3D02 base=3D000000007ffd0000 len=3D0000000000020000 SMAP type=3D02 base=3D000000007fff0000 len=3D000000000000f000 SMAP type=3D02 base=3D00000000fed20000 len=3D000000000006ffff SMAP type=3D02 base=3D00000000fec00000 len=3D0000000000090000 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000010000 SMAP type=3D02 base=3D00000000ffb00000 len=3D0000000000500000 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights = reserved. FreeBSD 6.1-RELEASE-p19 #5: Fri Sep 7 23:59:42 MDT 2007 satz@fnu.iranger.com:/usr/src/sys/i386/compile/FNU Preloaded elf kernel "/boot/kernel6.1/kernel" at 0xc074d000. Preloaded elf module "/boot/kernel6.1/acpi.ko" at 0xc074d1a0. MP Configuration Table version 1.4 found at 0xc00f0000 Table 'FACP' at 0xfdc84 Table 'APIC' at 0xfdcf8 MADT: Found table at 0xfdcf8 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled MADT: Found CPU APIC ID 1 ACPI ID 2: enabled ACPI APIC Table: Calibrating clock(s) ... i8254 clock: 1193160 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 3200125332 Hz CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf29 Stepping =3D 9 =20 Features=3D0xbfebfbff Features2=3D0x4400> Logical CPUs per core: 2 real memory =3D 2147221504 (2047 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009ffff, 651264 bytes (159 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000825000 - 0x000000007db88fff, 2100707328 bytes (512868 pages) avail memory =3D 2100703232 (2003 MB) bios32: Found BIOS32 Service Directory header at 0xc00ffe80 bios32: Entry =3D 0xffe90 (c00ffe90) Rev =3D 0 Len =3D 1 pcibios: PCI BIOS entry at 0xf0000+0xc9de pnpbios: Found PnP BIOS data at 0xc00fe2d0 pnpbios: Entry =3D f0000:e2f4 Rev =3D 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 1 MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 2 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) ioapic0: intpin 16 -> PCI IRQ 16 (level, low) ioapic0: intpin 17 -> PCI IRQ 17 (level, low) ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Found IO APIC ID 3, Interrupt 24 at 0xfec10000 ioapic1: Changing APIC ID to 3 ioapic1: intpin 0 -> PCI IRQ 24 (level, low) ioapic1: intpin 1 -> PCI IRQ 25 (level, low) ioapic1: intpin 2 -> PCI IRQ 26 (level, low) ioapic1: intpin 3 -> PCI IRQ 27 (level, low) ioapic1: intpin 4 -> PCI IRQ 28 (level, low) ioapic1: intpin 5 -> PCI IRQ 29 (level, low) ioapic1: intpin 6 -> PCI IRQ 30 (level, low) ioapic1: intpin 7 -> PCI IRQ 31 (level, low) ioapic1: intpin 8 -> PCI IRQ 32 (level, low) ioapic1: intpin 9 -> PCI IRQ 33 (level, low) ioapic1: intpin 10 -> PCI IRQ 34 (level, low) ioapic1: intpin 11 -> PCI IRQ 35 (level, low) ioapic1: intpin 12 -> PCI IRQ 36 (level, low) ioapic1: intpin 13 -> PCI IRQ 37 (level, low) ioapic1: intpin 14 -> PCI IRQ 38 (level, low) ioapic1: intpin 15 -> PCI IRQ 39 (level, low) ioapic1: intpin 16 -> PCI IRQ 40 (level, low) ioapic1: intpin 17 -> PCI IRQ 41 (level, low) ioapic1: intpin 18 -> PCI IRQ 42 (level, low) ioapic1: intpin 19 -> PCI IRQ 43 (level, low) ioapic1: intpin 20 -> PCI IRQ 44 (level, low) ioapic1: intpin 21 -> PCI IRQ 45 (level, low) ioapic1: intpin 22 -> PCI IRQ 46 (level, low) ioapic1: intpin 23 -> PCI IRQ 47 (level, low) lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high lapic1: Routing NMI -> LINT1 lapic1: LINT1 trigger: edge lapic1: LINT1 polarity: high MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 io: nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: random: npx0: INT 16 interface acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x8000ec2c pci_open(1a): mode1res=3D0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=3D060000] [hdr=3D00] is there = (id=3D25788086) pcibios: BIOS version 2.10 Found $PIR table, 7 entries at 0xc00fc570 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 31 B 0x61 3 4 5 6 7 10 11 embedded 0 29 A 0x60 3 4 5 6 7 10 11 embedded 0 29 B 0x63 3 4 5 6 7 10 11 embedded 0 29 D 0x6b 3 4 5 6 7 10 11 embedded 1 1 A 0x62 3 4 5 6 7 10 11 embedded 3 2 A 0x69 3 4 5 6 7 10 11 slot 1 3 3 A 0x6a 3 4 5 6 7 10 11 slot 1 3 3 B 0x69 3 4 5 6 7 10 11 slot 1 3 3 C 0x6a 3 4 5 6 7 10 11 slot 1 3 3 D 0x69 3 4 5 6 7 10 11 slot 2 2 1 A 0x6a 3 4 5 6 7 10 11 slot 2 2 1 B 0x6a 3 4 5 6 7 10 11 slot 2 2 1 C 0x6a 3 4 5 6 7 10 11 slot 2 2 1 D 0x6a 3 4 5 6 7 10 11 slot 3 2 2 A 0x6a 3 4 5 6 7 10 11 slot 3 2 2 B 0x6a 3 4 5 6 7 10 11 AcpiOsDerivePciId: bus 0 dev 31 func 0 AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 7 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 7 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 7 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 7 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=3D0 found-> vendor=3D0x8086, dev=3D0x2578, revid=3D0x02 bus=3D0, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x2090, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) map[10]: type 3, range 32, base fe400000, size 22, enabled found-> vendor=3D0x8086, dev=3D0x257b, revid=3D0x02 bus=3D0, slot=3D3, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x00a0, cachelnsz=3D0 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x06 (1500 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x25ae, revid=3D0x02 bus=3D0, slot=3D28, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0030, cachelnsz=3D16 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x07 (1750 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x25a9, revid=3D0x02 bus=3D0, slot=3D29, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D11 map[20]: type 4, range 32, base 0000cce0, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x25aa, revid=3D0x02 bus=3D0, slot=3D29, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D10 map[20]: type 4, range 32, base 0000ccc0, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x25ab, revid=3D0x02 bus=3D0, slot=3D29, func=3D4 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0002, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x25ac, revid=3D0x02 bus=3D0, slot=3D29, func=3D5 class=3D08-00-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x25ad, revid=3D0x02 bus=3D0, slot=3D29, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D7 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fe300000, size 10, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x244e, revid=3D0x0a bus=3D0, slot=3D30, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0080, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x0b (2750 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x25a1, revid=3D0x02 bus=3D0, slot=3D31, func=3D0 class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x014f, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x25a3, revid=3D0x02 bus=3D0, slot=3D31, func=3D2 class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x02a8, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D255 map[20]: type 4, range 32, base 0000fea0, size 4, enabled found-> vendor=3D0x8086, dev=3D0x25a4, revid=3D0x02 bus=3D0, slot=3D31, func=3D3 class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0001, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D5 map[20]: type 4, range 32, base 000008c0, size 5, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 17 pcib1: at device 3.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xe000-0xefff pcib1: memory decode 0xfe100000-0xfe2fffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=3D1 found-> vendor=3D0x8086, dev=3D0x1075, revid=3D0x00 bus=3D1, slot=3D1, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0238, cachelnsz=3D16 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0xff (63750 ns), maxlat=3D0x00 = (0 ns) intpin=3Da, irq=3D11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fe1e0000, size 17, enabled pcib1: (null) requested memory range 0xfe1e0000-0xfe1fffff: good map[18]: type 4, range 32, base 0000ece0, size 5, enabled pcib1: (null) requested I/O range 0xece0-0xecff: in range pcib1: matched entry for 1.1.INTA pcib1: slot 1 INTA hardwired to IRQ 18 em0: port =20 0xece0-0xecff mem 0xfe1e0000-0xfe1fffff irq 18 at device 1.0 on pci1 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfe1e0000 em0: Reserved 0x20 bytes for rid 0x18 type 4 at 0xece0 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 49 em0: [MPSAFE] em0: bpf attached em0: Ethernet address: 00:c0:9f:3a:f1:98 em0: Speed:N/A Duplex:N/A pcib2: at device 28.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xf000-0xfff pcib2: memory decode 0xfff00000-0xfffff pcib2: prefetched decode 0xfff00000-0xfffff pci2: on pcib2 pci2: physical bus=3D2 uhci0: port 0xcce0-0xccff irq 16 at =20 device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcce0 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 50 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xccc0-0xccdf irq 19 at =20 device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xccc0 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 51 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 29.4 (no driver attached) pci0: at device 29.5 (no =20 driver attached) pci0: at device 29.7 (no driver attached) pcib3: at device 30.0 on pci0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0xd000-0xdfff pcib3: memory decode 0xfc000000-0xfdffffff pcib3: prefetched decode 0xfe800000-0xfe8fffff pcib3: Subtractively decoded bridge. pci3: on pcib3 pci3: physical bus=3D3 found-> vendor=3D0x8086, dev=3D0x1076, revid=3D0x00 bus=3D3, slot=3D2, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0117, statreg=3D0x0230, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0xff (63750 ns), maxlat=3D0x00 = (0 ns) intpin=3Da, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fdee0000, size 17, enabled pcib3: (null) requested memory range 0xfdee0000-0xfdefffff: good map[18]: type 4, range 32, base 0000dcc0, size 6, enabled pcib3: (null) requested I/O range 0xdcc0-0xdcff: in range pcib3: matched entry for 3.2.INTA pcib3: slot 2 INTA hardwired to IRQ 21 found-> vendor=3D0x1028, dev=3D0x000c, revid=3D0x00 bus=3D3, slot=3D3, func=3D0 class=3Dff-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D7 powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base fe8ff000, size 12, enabled pcib3: (null) requested memory range 0xfe8ff000-0xfe8fffff: good map[14]: type 4, range 32, base 0000dcb8, size 3, enabled pcib3: (null) requested I/O range 0xdcb8-0xdcbf: in range map[18]: type 4, range 32, base 0000dca8, size 3, enabled pcib3: (null) requested I/O range 0xdca8-0xdcaf: in range pcib3: matched entry for 3.3.INTA pcib3: slot 3 INTA hardwired to IRQ 22 found-> vendor=3D0x1028, dev=3D0x0008, revid=3D0x00 bus=3D3, slot=3D3, func=3D1 class=3Dff-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0103, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fdedf000, size 12, enabled pcib3: (null) requested memory range 0xfdedf000-0xfdedffff: good map[14]: type 4, range 32, base 0000dc40, size 6, enabled pcib3: (null) requested I/O range 0xdc40-0xdc7f: in range map[18]: type 3, range 32, base fe800000, size 19, enabled pcib3: (null) requested memory range 0xfe800000-0xfe87ffff: good pcib3: matched entry for 3.3.INTB pcib3: slot 3 INTB hardwired to IRQ 21 found-> vendor=3D0x1028, dev=3D0x000d, revid=3D0x00 bus=3D3, slot=3D3, func=3D2 class=3Dff-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0103, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D7 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000dcb4, size 2, enabled pcib3: (null) requested I/O range 0xdcb4-0xdcb7: in range pcib3: matched entry for 3.3.INTC pcib3: slot 3 INTC hardwired to IRQ 22 found-> vendor=3D0x1002, dev=3D0x4752, revid=3D0x27 bus=3D3, slot=3D14, func=3D0 class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x00a7, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x08 (2000 ns), maxlat=3D0x00 = (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base fc000000, size 24, enabled pcib3: (null) requested memory range 0xfc000000-0xfcffffff: good map[14]: type 4, range 32, base 0000d800, size 8, enabled pcib3: (null) requested I/O range 0xd800-0xd8ff: in range map[18]: type 1, range 32, base fdede000, size 12, enabled pcib3: (null) requested memory range 0xfdede000-0xfdedefff: good em1: port =20 0xdcc0-0xdcff mem 0xfdee0000-0xfdefffff irq 21 at device 2.0 on pci3 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfdee0000 em1: Reserved 0x40 bytes for rid 0x18 type 4 at 0xdcc0 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 em1: [MPSAFE] em1: bpf attached em1: Ethernet address: 00:c0:9f:3a:f1:99 em1: Speed:N/A Duplex:N/A pci3: at device 3.0 (no driver attached) pci3: at device 3.1 (no driver attached) pci3: at device 3.2 (no driver attached) pci3: at device 14.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port =20 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfea0-0xfeaf at device 31.2 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfea0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D00 ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata0: stat1=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00 ata0: reset tp2 stat0=3D00 stat1=3D00 devices=3D0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D00 ata1: stat0=3D0xd0 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata1: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata1: stat1=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata1: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1 ioapic0: routing intpin 15 (ISA IRQ 15) to vector 54 ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on =20= acpi0 fdc0: ic_type 90 part_id 73 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 55 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 56 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 1a 03 c8 psm: status 00 03 64 psm: status 00 03 64 psm: data 08 00 00 psm: status 10 00 64 psm: status 1a 03 c8 psm: status 00 02 64 psm0: irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to vector 57 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 sio0: irq maps: 0xca1 0xcb1 0xca1 0xca1 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 =20 on acpi0 sio0: type 16550A, console ioapic0: routing intpin 4 (ISA IRQ 4) to vector 58 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,=20 0xc9000-0xc9fff,0xec000-0xeffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: irq maps: 0xca1 0xca9 0xca1 0xca1 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ioapic0: routing intpin 3 (ISA IRQ 3) to vector 59 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on =20 isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 134612 -> 100000 procfs registered lapic: Divisor 2, Frequency 100003753 hz Timecounter "TSC" frequency 3200125332 Hz quality 800 Timecounters tick every 1.000 msec lo0: bpf attached ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire acd0: CDROM drive at ata0 as master acd0: read 4134KB/s (4134KB/s), 128KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, packet acd0: Writes: acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc ata1-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA133 cable=3D40 wire ad2: 38146MB at ata1-master SATA150 ad2: 78125000 sectors [77504C/16H/63S] 16 sectors/interrupt 1 depth =20 queue ad2: Intel check1 failed ad2: Adaptec check1 failed ad2: LSI (v3) check1 failed ad2: LSI (v2) check1 failed ad2: FreeBSD check1 failed ATA PseudoRAID loaded GEOM: new disk ad2 Trying to mount root from ufs:/dev/ad2s2a start_init: trying /sbin/init Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart. swapon: adding /dev/ad2s2b as swap device Starting file system checks: /dev/ad2s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad2s2a: clean, 86792 free (2176 frags, 10577 blocks, 1.7% =20 fragmentation) /dev/ad2s2e: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad2s2e: clean, 126816 free (24 frags, 15849 blocks, 0.0% =20 fragmentation) /dev/ad2s2f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad2s2f: clean, 10947148 free (166404 frags, 1347593 blocks, 1.0% =20= fragmentation) /dev/ad2s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad2s2d: clean, 81198 free (862 frags, 10042 blocks, 0.7% =20 fragmentation) From owner-freebsd-i386@FreeBSD.ORG Sun Sep 14 22:10:06 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47BFB106566C for ; Sun, 14 Sep 2008 22:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 24A1A8FC0C for ; Sun, 14 Sep 2008 22:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8EMA6H0016605 for ; Sun, 14 Sep 2008 22:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8EMA6ov016604; Sun, 14 Sep 2008 22:10:06 GMT (envelope-from gnats) Date: Sun, 14 Sep 2008 22:10:06 GMT Message-Id: <200809142210.m8EMA6ov016604@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Greg Satz Cc: Subject: Re: i386/127391: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Satz List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 22:10:06 -0000 The following reply was made to PR i386/127391; it has been noted by GNATS. From: Greg Satz To: bug-followup@FreeBSD.org, Greg Satz Cc: Subject: Re: i386/127391: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 Date: Sun, 14 Sep 2008 15:39:14 -0600 6.3 boot verbose output: OK show show LINES=3D24 acpi_load=3DYES autoboot_delay=3DNO bootfile=3Dkernel comconsole_speed=3D9600 console=3Dcomconsole currdev=3Ddisk1s2a: hint.acpi.0.oem=3DDELL hint.acpi.0.revision=3D1 hint.acpi.0.rsdt=3D0x000fdc54 hint.adv.0.at=3Disa hint.adv.0.disabled=3D1 hint.aha.0.at=3Disa hint.aha.0.disabled=3D1 hint.aic.0.at=3Disa hint.aic.0.disabled=3D1 hint.apm.0.disabled=3D1 hint.apm.0.flags=3D0x20 hint.ata.0.at=3Disa hint.ata.0.irq=3D14 hint.ata.0.port=3D0x1F0 hint.ata.1.at=3Disa hint.ata.1.irq=3D15 --more-- page down line down quit hint.ata.1.port=3D0x170 --more-- page down line down quit hint.atkbd.0.at=3Datkbdc hint.atkbd.0.irq=3D1 hint.atkbdc.0.at=3Disa hint.atkbdc.0.port=3D0x060 hint.bt.0.at=3Disa hint.bt.0.disabled=3D1 hint.cs.0.at=3Disa hint.cs.0.disabled=3D1 hint.cs.0.port=3D0x300 hint.ed.0.at=3Disa hint.ed.0.disabled=3D1 hint.ed.0.irq=3D10 hint.ed.0.maddr=3D0xd8000 hint.ed.0.port=3D0x280 hint.fd.0.at=3Dfdc0 hint.fd.0.drive=3D0 hint.fd.1.at=3Dfdc0 hint.fd.1.drive=3D1 hint.fdc.0.at=3Disa hint.fdc.0.drq=3D2 hint.fdc.0.irq=3D6 hint.fdc.0.port=3D0x3F0 hint.fe.0.at=3Disa --more-- page down line down quit hint.fe.0.disabled=3D1 --more-- page down line down quit hint.fe.0.port=3D0x300 hint.ie.0.at=3Disa hint.ie.0.disabled=3D1 hint.ie.0.irq=3D10 hint.ie.0.maddr=3D0xd0000 hint.ie.0.port=3D0x300 hint.lnc.0.at=3Disa hint.lnc.0.disabled=3D1 hint.lnc.0.drq=3D0 hint.lnc.0.irq=3D10 hint.lnc.0.port=3D0x280 hint.ppc.0.at=3Disa hint.ppc.0.irq=3D7 hint.psm.0.at=3Datkbdc hint.psm.0.irq=3D12 hint.sc.0.at=3Disa hint.sc.0.flags=3D0x100 hint.sio.0.at=3Disa hint.sio.0.flags=3D0x10 hint.sio.0.irq=3D4 hint.sio.0.port=3D0x3F8 hint.sio.1.at=3Disa hint.sio.1.irq=3D3 --more-- page down line down quit hint.sio.1.port=3D0x2F8 --more-- page down line down quit hint.sio.2.at=3Disa hint.sio.2.disabled=3D1 hint.sio.2.irq=3D5 hint.sio.2.port=3D0x3E8 hint.sio.3.at=3Disa hint.sio.3.disabled=3D1 hint.sio.3.irq=3D9 hint.sio.3.port=3D0x2E8 hint.sn.0.at=3Disa hint.sn.0.disabled=3D1 hint.sn.0.irq=3D10 hint.sn.0.port=3D0x300 hint.vga.0.at=3Disa hint.vt.0.at=3Disa hint.vt.0.disabled=3D1 interpret=3DOK kernel=3Dkernel kernel_options=3D kernelname=3D/boot/kernel/kernel loaddev=3Ddisk1s2a: mac_ifoff=3DNO module_path=3D/boot/kernel;/boot/modules prompt=3D${interpret} --more-- page down line down quit OK set boot_verbose=3D"1" set boot_verbose=3D"1" OK OK boot boot |=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08= \=08|=08/=08-=08\=08|=08/boot/kernel/=20 acpi.ko text=3D0x4495c /=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08= -=08\=08|=08/=08-=08data=3D0x24c0=20 +0x1b8c \=08syms=3D[0x4+0x7d50|=08/=08+0x4+0xaae0-=08\=08] |=08/=08-=08\=08|=08/=08-=08SMAP type=3D01 base=3D0000000000000000 = len=3D00000000000a0000 SMAP type=3D01 base=3D0000000000100000 len=3D000000007fec0000 SMAP type=3D02 base=3D000000007ffcfc00 len=3D0000000000000400 SMAP type=3D03 base=3D000000007ffc0000 len=3D000000000000fc00 SMAP type=3D02 base=3D000000007ffd0000 len=3D0000000000020000 SMAP type=3D02 base=3D000000007fff0000 len=3D000000000000f000 SMAP type=3D02 base=3D00000000fed20000 len=3D000000000006ffff SMAP type=3D02 base=3D00000000fec00000 len=3D0000000000090000 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000010000 SMAP type=3D02 base=3D00000000ffb00000 len=3D0000000000500000 Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights = reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.3-RELEASE-p4 #8: Fri Sep 12 14:10:45 MDT 2008 satz@fnu.iranger.com:/usr/src/sys/i386/compile/FNU Preloaded elf kernel "/boot/kernel/kernel" at 0xc0787000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc078719c. MP Configuration Table version 1.4 found at 0xc00f0000 Table 'FACP' at 0xfdc84 Table 'APIC' at 0xfdcf8 MADT: Found table at 0xfdcf8 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled MADT: Found CPU APIC ID 1 ACPI ID 2: enabled ACPI APIC Table: Calibrating clock(s) ... i8254 clock: 1193163 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 3200126180 Hz CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf29 Stepping =3D 9 =20 Features=3D0xbfebfbff Features2=3D0x4400 Logical CPUs per core: 2 real memory =3D 2147221504 (2047 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009ffff, 651264 bytes (159 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000825000 - 0x000000007db70fff, 2100609024 bytes (512844 pages) avail memory =3D 2100592640 (2003 MB) bios32: Found BIOS32 Service Directory header at 0xc00ffe80 bios32: Entry =3D 0xffe90 (c00ffe90) Rev =3D 0 Len =3D 1 pcibios: PCI BIOS entry at 0xf0000+0xc9de pnpbios: Found PnP BIOS data at 0xc00fe2d0 pnpbios: Entry =3D f0000:e2f4 Rev =3D 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 1 MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 2 ioapic0: Routing external 8259A's -> intpin 0 MADT: Found IO APIC ID 3, Interrupt 24 at 0xfec10000 ioapic1: Changing APIC ID to 3 lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high lapic1: Routing NMI -> LINT1 lapic1: LINT1 trigger: edge lapic1: LINT1 polarity: high MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 kbd: new array size 4 kbd1 at kbdmux0 random: mem: Pentium Pro MTRR support enabled io: null: nfslock: pseudo-device npx0: INT 16 interface acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x8000ec2c pci_open(1a): mode1res=3D0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=3D060000] [hdr=3D00] is there = (id=3D25788086) pcibios: BIOS version 2.10 AcpiOsDerivePciId: \_SB_.PCI0.ISA_.P40C -> bus 0 dev 31 func 0 AcpiOsDerivePciId: \_SB_.PCI0.ISA_.P41C -> bus 0 dev 31 func 0 acpi0: Power Button (fixed) acpi0: wakeup code va 0xd9f75000 pa 0x9e000 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12 Validation 0 11 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 7 10 11 12 Validation 0 5 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12 Validation 0 11 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 7 10 11 12 Validation 0 10 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 7 10 11 12 Validation 0 10 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 5 6 7 10 11 12 Validation 0 7 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 5 6 7 10 11 12 Validation 0 7 N 0 3 4 5 6 7 10 11 12 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 cpu0: on acpi0 cpu0: switching to generic Cx mode pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=3D0 found-> vendor=3D0x8086, dev=3D0x2578, revid=3D0x02 bus=3D0, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x2090, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) map[10]: type 3, range 32, base fe400000, size 22, enabled found-> vendor=3D0x8086, dev=3D0x257b, revid=3D0x02 bus=3D0, slot=3D3, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x00a0, cachelnsz=3D0 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x06 (1500 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x25ae, revid=3D0x02 bus=3D0, slot=3D28, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0030, cachelnsz=3D16 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x07 (1750 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x25a9, revid=3D0x02 bus=3D0, slot=3D29, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D11 map[20]: type 4, range 32, base 0000cce0, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x25aa, revid=3D0x02 bus=3D0, slot=3D29, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D10 map[20]: type 4, range 32, base 0000ccc0, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x25ab, revid=3D0x02 bus=3D0, slot=3D29, func=3D4 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0002, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) map[10]: type 1, range 32, base fe300400, size 4, enabled found-> vendor=3D0x8086, dev=3D0x25ac, revid=3D0x02 bus=3D0, slot=3D29, func=3D5 class=3D08-00-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x25ad, revid=3D0x02 bus=3D0, slot=3D29, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D7 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fe300000, size 10, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x244e, revid=3D0x0a bus=3D0, slot=3D30, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0080, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x0b (2750 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x25a1, revid=3D0x02 bus=3D0, slot=3D31, func=3D0 class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x014f, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x25a3, revid=3D0x02 bus=3D0, slot=3D31, func=3D2 class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x02a8, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D255 map[20]: type 4, range 32, base 0000fea0, size 4, enabled found-> vendor=3D0x8086, dev=3D0x25a4, revid=3D0x02 bus=3D0, slot=3D31, func=3D3 class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0001, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D5 map[20]: type 4, range 32, base 000008c0, size 5, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 17 pcib1: at device 3.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xe000-0xefff pcib1: memory decode 0xfe100000-0xfe2fffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=3D1 found-> vendor=3D0x8086, dev=3D0x1075, revid=3D0x00 bus=3D1, slot=3D1, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0238, cachelnsz=3D16 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0xff (63750 ns), maxlat=3D0x00 = (0 ns) intpin=3Da, irq=3D11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fe1e0000, size 17, enabled pcib1: requested memory range 0xfe1e0000-0xfe1fffff: good map[18]: type 4, range 32, base 0000ece0, size 5, enabled pcib1: requested I/O range 0xece0-0xecff: in range pcib1: matched entry for 1.1.INTA pcib1: slot 1 INTA hardwired to IRQ 18 em0: port =20 0xece0-0xecff mem 0xfe1e0000-0xfe1fffff irq 18 at device 1.0 on pci1 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfe1e0000 em0: Reserved 0x20 bytes for rid 0x18 type 4 at 0xece0 em0: bpf attached em0: Ethernet address: 00:c0:9f:3a:f1:98 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 49 em0: [MPSAFE] pcib2: at device 28.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xf000-0xfff pcib2: memory decode 0xfff00000-0xfffff pcib2: prefetched decode 0xfff00000-0xfffff pci2: on pcib2 pci2: physical bus=3D2 uhci0: port 0xcce0-0xccff irq 16 at =20 device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcce0 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 50 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xccc0-0xccdf irq 19 at =20 device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xccc0 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 51 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 29.4 (no driver attached) pci0: at device 29.7 (no driver attached) pcib3: at device 30.0 on pci0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0xd000-0xdfff pcib3: memory decode 0xfc000000-0xfdffffff pcib3: prefetched decode 0xfe800000-0xfe8fffff pcib3: Subtractively decoded bridge. pci3: on pcib3 pci3: physical bus=3D3 found-> vendor=3D0x8086, dev=3D0x1076, revid=3D0x00 bus=3D3, slot=3D2, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0117, statreg=3D0x0230, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0xff (63750 ns), maxlat=3D0x00 = (0 ns) intpin=3Da, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fdee0000, size 17, enabled pcib3: requested memory range 0xfdee0000-0xfdefffff: good map[18]: type 4, range 32, base 0000dcc0, size 6, enabled pcib3: requested I/O range 0xdcc0-0xdcff: in range pcib3: matched entry for 3.2.INTA pcib3: slot 2 INTA hardwired to IRQ 21 found-> vendor=3D0x1028, dev=3D0x000c, revid=3D0x00 bus=3D3, slot=3D3, func=3D0 class=3Dff-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D7 powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base fe8ff000, size 12, enabled pcib3: requested memory range 0xfe8ff000-0xfe8fffff: good map[14]: type 4, range 32, base 0000dcb8, size 3, enabled pcib3: requested I/O range 0xdcb8-0xdcbf: in range map[18]: type 4, range 32, base 0000dca8, size 3, enabled pcib3: requested I/O range 0xdca8-0xdcaf: in range pcib3: matched entry for 3.3.INTA pcib3: slot 3 INTA hardwired to IRQ 22 found-> vendor=3D0x1028, dev=3D0x0008, revid=3D0x00 bus=3D3, slot=3D3, func=3D1 class=3Dff-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0103, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fdedf000, size 12, enabled pcib3: requested memory range 0xfdedf000-0xfdedffff: good map[14]: type 4, range 32, base 0000dc40, size 6, enabled pcib3: requested I/O range 0xdc40-0xdc7f: in range map[18]: type 3, range 32, base fe800000, size 19, enabled pcib3: requested memory range 0xfe800000-0xfe87ffff: good pcib3: matched entry for 3.3.INTB pcib3: slot 3 INTB hardwired to IRQ 21 found-> vendor=3D0x1028, dev=3D0x000d, revid=3D0x00 bus=3D3, slot=3D3, func=3D2 class=3Dff-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0103, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D7 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000dcb4, size 2, enabled pcib3: requested I/O range 0xdcb4-0xdcb7: in range pcib3: matched entry for 3.3.INTC pcib3: slot 3 INTC hardwired to IRQ 22 found-> vendor=3D0x1002, dev=3D0x4752, revid=3D0x27 bus=3D3, slot=3D14, func=3D0 class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x00a7, statreg=3D0x0290, cachelnsz=3D16 (dwords) lattimer=3D0x20 (960 ns), mingnt=3D0x08 (2000 ns), maxlat=3D0x00 = (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base fc000000, size 24, enabled pcib3: requested memory range 0xfc000000-0xfcffffff: good map[14]: type 4, range 32, base 0000d800, size 8, enabled pcib3: requested I/O range 0xd800-0xd8ff: in range map[18]: type 1, range 32, base fdede000, size 12, enabled pcib3: requested memory range 0xfdede000-0xfdedefff: good em1: port =20 0xdcc0-0xdcff mem 0xfdee0000-0xfdefffff irq 21 at device 2.0 on pci3 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfdee0000 em1: Reserved 0x40 bytes for rid 0x18 type 4 at 0xdcc0 em1: bpf attached em1: Ethernet address: 00:c0:9f:3a:f1:99 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 em1: [MPSAFE] pci3: at device 3.0 (no driver attached) pci3: at device 3.1 (no driver attached) pci3: at device 3.2 (no driver attached) pci3: at device 14.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port =20 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfea0-0xfeaf at device 31.2 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfea0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D00 ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata0: stat1=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00 ata0: reset tp2 stat0=3D00 stat1=3D00 devices=3D0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=3D03 ostat0=3D80 ostat1=3D80 ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: stat0=3D0x80 err=3D0xff lsb=3D0xff msb=3D0xff ata1: reset tp2 stat0=3D80 stat1=3D80 devices=3D0x0 ioapic0: routing intpin 15 (ISA IRQ 15) to vector 54 ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on =20= acpi0 fdc0: ic_type 90 part_id 73 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 55 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 56 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 1a 03 c8 psm: status 00 03 64 psm: status 00 03 64 psm: data 08 00 00 psm: status 10 00 64 psm: status 1a 03 c8 psm: status 00 02 64 psm0: irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to vector 57 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 sio0: irq maps: 0xca1 0xcb1 0xca1 0xca1 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 =20 on acpi0 sio0: type 16550A, console ioapic0: routing intpin 4 (ISA IRQ 4) to vector 58 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,=20 0xc9000-0xc9fff,0xec000-0xeffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: irq maps: 0xca1 0xca9 0xca1 0xca1 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ioapic0: routing intpin 3 (ISA IRQ 3) to vector 59 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on =20 isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 134606 -> 100000 procfs registered lapic: Divisor 2, Frequency 100003957 hz Timecounter "TSC" frequency 3200126180 Hz quality 800 Timecounters tick every 1em0: Link is up 1000 Mbps Full Duplex em1: Link is up 100 Mbps Half Duplex .000 msec lo0: bpf attached em0: link state changed to UP em1: link state changed to UP ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire acd0: CDROM drive at ata0 as master acd0: read 4134KB/s (4134KB/s), 128KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, packet acd0: Writes: acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc ATA PseudoRAID loaded Trying to mount root from ufs:/dev/ad2s2a Manual root filesystem specification: : Mount using filesystem eg. ufs:da0s1a ? List valid disk boot devices Abort manual input mountroot> panic: Root mount failed, startup aborted. Uptime: 5s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. From owner-freebsd-i386@FreeBSD.ORG Mon Sep 15 01:00:56 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 340CF1065676; Mon, 15 Sep 2008 01:00:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA06B8FC1D; Mon, 15 Sep 2008 01:00:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8F10tJf033328; Mon, 15 Sep 2008 01:00:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8F10tZO033324; Mon, 15 Sep 2008 01:00:55 GMT (envelope-from linimon) Date: Mon, 15 Sep 2008 01:00:55 GMT Message-Id: <200809150100.m8F10tZO033324@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/127391: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 01:00:56 -0000 Old Synopsis: Intel 6300ESB SATA150 cannot find disk and boot under 6.3 New Synopsis: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression] Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 15 01:00:06 UTC 2008 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=127391 From owner-freebsd-i386@FreeBSD.ORG Mon Sep 15 01:04:16 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2051065680; Mon, 15 Sep 2008 01:04:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F07378FC21; Mon, 15 Sep 2008 01:04:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8F14FQm033434; Mon, 15 Sep 2008 01:04:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8F14FgH033430; Mon, 15 Sep 2008 01:04:15 GMT (envelope-from linimon) Date: Mon, 15 Sep 2008 01:04:15 GMT Message-Id: <200809150104.m8F14FgH033430@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-kern@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/127375: [zfs] If vm.kmem_size_max>"1073741823" then write speed to ZFS pool decrease 3-5 times. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 01:04:16 -0000 Old Synopsis: If vm.kmem_size_max>"1073741823" then write speed to ZFS pool decrease 3-5 times. New Synopsis: [zfs] If vm.kmem_size_max>"1073741823" then write speed to ZFS pool decrease 3-5 times. Responsible-Changed-From-To: freebsd-i386->freebsd-kern Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 15 01:02:28 UTC 2008 Responsible-Changed-Why: reclassify as a ZFS problem. Although this problem seems particular to i386, it is probably not an "i386 internals" problem as we use the category for. http://www.freebsd.org/cgi/query-pr.cgi?pr=127375 From owner-freebsd-i386@FreeBSD.ORG Mon Sep 15 06:24:07 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EFE11065680; Mon, 15 Sep 2008 06:24:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C04FB8FC3B; Mon, 15 Sep 2008 06:24:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m8F6O2Zs002673; Mon, 15 Sep 2008 02:24:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id m8F6O2dQ035258; Mon, 15 Sep 2008 02:24:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 91DD173039; Mon, 15 Sep 2008 02:24:02 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080915062402.91DD173039@freebsd-current.sentex.ca> Date: Mon, 15 Sep 2008 02:24:02 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 06:24:07 -0000 TB --- 2008-09-15 05:02:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-09-15 05:02:11 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-09-15 05:02:11 - cleaning the object tree TB --- 2008-09-15 05:02:44 - cvsupping the source tree TB --- 2008-09-15 05:02:44 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-09-15 05:02:56 - building world (CFLAGS=-O -pipe) TB --- 2008-09-15 05:02:56 - cd /src TB --- 2008-09-15 05:02:56 - /usr/bin/make -B buildworld >>> World build started on Mon Sep 15 05:02:58 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Mon Sep 15 06:16:28 UTC 2008 TB --- 2008-09-15 06:16:28 - generating LINT kernel config TB --- 2008-09-15 06:16:28 - cd /src/sys/pc98/conf TB --- 2008-09-15 06:16:28 - /usr/bin/make -B LINT TB --- 2008-09-15 06:16:28 - building LINT kernel (COPTFLAGS=) TB --- 2008-09-15 06:16:28 - cd /src TB --- 2008-09-15 06:16:28 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Sep 15 06:16:28 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/pfil.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/radix.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/radix_mpath.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/raw_cb.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/raw_usrreq.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/route.c /src/sys/net/route.c: In function 'rt_check': /src/sys/net/route.c:1719: error: invalid type argument of '->' *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-09-15 06:24:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-09-15 06:24:02 - ERROR: failed to build lint kernel TB --- 2008-09-15 06:24:02 - tinderbox aborted TB --- 3342.54 user 428.63 system 4910.77 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Mon Sep 15 15:18:49 2008 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EFA6106567F for ; Mon, 15 Sep 2008 15:18:49 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F13658FC16 for ; Mon, 15 Sep 2008 15:18:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8FFImOj018893 for ; Mon, 15 Sep 2008 15:18:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8FFIm7G018889 for freebsd-i386@FreeBSD.org; Mon, 15 Sep 2008 15:18:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Sep 2008 15:18:48 GMT Message-Id: <200809151518.m8FFIm7G018889@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-i386@FreeBSD.org X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 15:18:49 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/127387 i386 [i386] [patch] Inline assembler in x86 _start() in crt o i386/127374 i386 Suspend/Resume with Keystroke only once on Thinkpad T4 o i386/127367 i386 [vesa] [patch] Improve VESA support for Parallels (pat o i386/127343 i386 [hang] System locks -- simular to PR 123729 o i386/127337 i386 [boot] FreeBSD 7.1/i386 BTX boot problem on Pavilion d o i386/126666 i386 [boot] boot failure for nForce 630i / GeForce 7100 mai o i386/126162 i386 [acpi] ACPI autoload failed : loading required module f i386/125880 i386 [cardbus] Cardbus cards Don't function on TI PCIxx12 C o i386/125843 i386 [boot] 'load' followed by 'boot' of missing file cause o i386/125592 i386 [hang] FreeBSD 7 server in hang o i386/125383 i386 [k8temp] [request] please enable k8temp on i386 o i386/125011 i386 precision of constants for long double o i386/124902 i386 [i386] [patch] patch to fix VESA modes and allow 8bit o i386/124633 i386 [boot] [panic] 7.0 does not boot from CD o i386/124317 i386 [boot] CD with BTX 1.02 fails at "mountroot" and 1.01 o i386/124124 i386 [boot] Page fault while booting livefs iso of FreeBSD o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o i386/123981 i386 [pxeboot] You can't usefully PXEBOOT the 7.0-RELEASE-i o i386/123814 i386 [boot] cannot boot freebsd kernel on sony vaio VGN-NR2 o i386/123768 i386 [panic] [vm] 7.0-STABLE locking issue on Soekris net48 o i386/123462 i386 clock is too fast a i386/122887 i386 [panic] [atkbdc] 7.0-RELEASE on IBM HS20 panics immed f i386/122644 i386 [panic] on-boot mount /tmp kernel dump o i386/122623 i386 [build] [patch] bsd.cpu.mk doesn't handle opteron/athl o i386/122602 i386 [build] i386/conf/PAE does not compile on RELENG_7 o i386/122148 i386 [irq] interrupt storm on 7.0 [regression] f i386/122008 i386 [ata] Fdisk fails. Cannot install 7.0 Release on P5VD2 o i386/121903 i386 [ips] [boot] can't boot on IBM x235 ServeRaid 6M [regr o i386/121699 i386 [boot] can't boot on MSI K9N Ultra o i386/121675 i386 [ata] incorrect fallback to udma33 with CF memory inst o i386/121549 i386 [nfe]: nfe interface locks up during rc.conf initializ o i386/121258 i386 [boot] FreeBSD 6.3 / 7.0 boot problem [regression] o i386/121115 i386 [ata] READ_DMA failure after 6.3 security upgrade [reg o i386/120933 i386 [boot] 6.x and 7.x do not boot from CD on IBM HS20 883 o i386/119946 i386 [est] sysctl dev.cpu.0.freq on 75 Hz, cannot be change o i386/119574 i386 [i386] 7.0-RC1 times out in calibrate_clocks() [regres o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() o i386/118656 i386 [panic] Init dies in single user mode and box get kern o i386/118350 i386 [boot] [hang] BTX loader hangs on PC Engines WRAP o i386/118285 i386 [i386] Segmentation fault in reloc_non_plt. o i386/117297 i386 [hang] System hangs up every day o i386/116844 i386 [boot] cannot boot from cd when using Dell Vostro 200 o i386/116347 i386 [apm] [patch] APM does not suspend USB devices o i386/116100 i386 [panic] Fatal trap 12 right after reboot (da0s1error = o i386/115947 i386 [hang] Dell poweredge 860 hangs when stressed and ACPI o i386/115854 i386 [boot] [install] Install FreeBSD with USB CDROM causes o i386/115285 i386 [panic] fatal trap 1 on freebsd 6.2 install boot up on o i386/114535 i386 Toshiba Satellite 105A: "no driver attached" for vario o i386/114208 i386 [boot] Problem booting the FreeBSD CD ISO image o i386/114192 i386 Fail to boot with "error issuing ATA_IDENTIFY command" o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC o i386/112700 i386 SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 o i386/112635 i386 [hang] [loader] Hang during boot installation o i386/112580 i386 [boot] BTX Halted on HP DV6255 Notebook o i386/112487 i386 [sio] kernel panic on swi0:sio o i386/112036 i386 [ata] TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA o i386/110218 i386 kmem_malloc(4096): kmem_map too small: 335544320 total o i386/110214 i386 [hang] FreeBSD 6.2 freezes on SSH activitiy caused by o i386/109610 i386 [panic] Fatal trap 12: page fault while in kernel mode o i386/109568 i386 [panic] Reboot server with "Fatal trap 12" o i386/109423 i386 [ichsmb] ICH5 smb interface problems s i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o i386/108185 i386 [panic] freebsd 6.2 fatal kernel trap o i386/107564 i386 [install] fatal trap 19 during installation on a Dell o i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 o i386/106850 i386 [powerd] powernow0 attach returned 6 o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no o i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server o i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works o i386/104719 i386 [ata] Seagate ST3802110A errors/delays when using PIO4 o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o i386/104473 i386 [boot] boot loader reboots before loading kernel on Al o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o i386/103063 i386 [install] Can not install on Dell XPS 700 o i386/102562 i386 [em] no traffic pass through a em card after approx. a o i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze o i386/101667 i386 [ata] ATA problems when power management is on o i386/101616 i386 [hang] FreeBSD freeze on bootup, Compaq Proliant (lega o i386/101062 i386 [hang] Freeze on detect Intel 900 VGA on boot with ACP o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o i386/100420 i386 [boot] boot1/boot2 lba error o i386/100204 i386 FreeBSD reports raid as broken - but it is not o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o i386/98765 i386 [ata] timeouts on sata drive (Asus a7n8x-e) o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o i386/98215 i386 [geode] [regression] FreeBSD can no longer boot Geode o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o i386/97025 i386 [vmware] fbsd (2 cd) dont install in vmware 5.5.0 - re o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o i386/96225 i386 [boot] Toshiba M70-CL3 Hangs Up During Booting o i386/96014 i386 [install] HP Pavilion zv5000(Intel) reboot installatio o i386/95106 i386 [install] cannot install freebsd, Nvidia nForce 2 base o i386/95087 i386 [hang] System freeze irrespective of load on Promise F o i386/94911 i386 [ata] [regression] ata regression with DOM-IDE o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. o i386/94364 i386 [keyboard] Unable to boot on NX9110 laptop o i386/93989 i386 [install] Can't install FreeBSD from IEEE1394 DVD-RW o o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o i386/93793 i386 [keyboard] Keyboard stops working after a shutdown -p o i386/93787 i386 [hang] freebsd 6.0 hangs on atkbd0 on Proliant 1850r s o i386/93762 i386 [hang] [loader] Machine lockup at boot loader countdow o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/93615 i386 [install] Operating system wont install. Problem with o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o i386/92193 i386 [boot] Can't boot from 6.0 Installation CD: BTX halted o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o i386/91745 i386 [smp] Second processor not detected on Proliant ML530 o i386/91282 i386 [install] 6.0R install CD crashes on Promise PDC20267 o i386/88929 i386 [ata] FreeBSD 6.0 install CD fails to find disks on So s i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re s i386/88491 i386 [install] Panic when boot installation CD1 (Acer Trave s i386/88139 i386 [i386] [request] 53C875 Chipset HP 5064-6016 doesn't w o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod o i386/85417 i386 [i386] [npx] [patch] Possible bug in ia32 floating-poi s i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset p i386/81111 i386 [build] /boot/loader causes reboot due to CFLAGS+= -ms o i386/80268 i386 [crash] System with Transmeta Efficeon cpu crashes whi o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc o i386/79840 i386 [sysinstall] Partitioning and formating a new disk fai s i386/79169 i386 [hang] freeze with striped USB Drives under high load o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o i386/74008 i386 [boot] IBM eServer x225 cannot boot any v5.x - endless o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o i386/72960 i386 [boot] BTX halted with Promise Tx2000 Raid o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o i386/70525 i386 [boot] boot0cfg: -o packet not effective 144 problems total. From owner-freebsd-i386@FreeBSD.ORG Tue Sep 16 08:40:03 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33FF1106564A for ; Tue, 16 Sep 2008 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B3228FC14 for ; Tue, 16 Sep 2008 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8G8e2VM069966 for ; Tue, 16 Sep 2008 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8G8e2V2069965; Tue, 16 Sep 2008 08:40:02 GMT (envelope-from gnats) Date: Tue, 16 Sep 2008 08:40:02 GMT Message-Id: <200809160840.m8G8e2V2069965@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Chris Cc: Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 08:40:03 -0000 The following reply was made to PR i386/125592; it has been noted by GNATS. From: Chris To: bug-followup@FreeBSD.org, gpbuono@gmail.com Cc: Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang Date: Tue, 16 Sep 2008 11:40:40 +0300 When the server hangs, as I said I can't ssh or visit any website hosted on this server, but I can use nmap and see that port 22,25,53,80 are all open. From owner-freebsd-i386@FreeBSD.ORG Tue Sep 16 09:00:11 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A175106566B for ; Tue, 16 Sep 2008 09:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB0128FC15 for ; Tue, 16 Sep 2008 09:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8G90AeQ070345 for ; Tue, 16 Sep 2008 09:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8G90AhY070344; Tue, 16 Sep 2008 09:00:10 GMT (envelope-from gnats) Date: Tue, 16 Sep 2008 09:00:10 GMT Message-Id: <200809160900.m8G90AhY070344@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Chris Cc: Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 09:00:11 -0000 The following reply was made to PR i386/125592; it has been noted by GNATS. From: Chris To: remko@elvandar.org Cc: bug-followup@FreeBSD.org Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang Date: Tue, 16 Sep 2008 11:51:29 +0300 I upgrade 10 hours ago to the 7.1-PRERELEASE and the hangs start more often. From owner-freebsd-i386@FreeBSD.ORG Tue Sep 16 09:40:04 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4421065682 for ; Tue, 16 Sep 2008 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF9988FC2E for ; Tue, 16 Sep 2008 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8G9e35V074475 for ; Tue, 16 Sep 2008 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8G9e3fm074474; Tue, 16 Sep 2008 09:40:03 GMT (envelope-from gnats) Date: Tue, 16 Sep 2008 09:40:03 GMT Message-Id: <200809160940.m8G9e3fm074474@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Remko Lodder" Cc: Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remko Lodder List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 09:40:04 -0000 The following reply was made to PR i386/125592; it has been noted by GNATS. From: "Remko Lodder" To: "Chris" Cc: bug-followup@FreeBSD.org Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang Date: Tue, 16 Sep 2008 10:46:30 +0200 (CEST) On Tue, September 16, 2008 10:40 am, Chris wrote: > The following reply was made to PR i386/125592; it has been noted by > GNATS. > > From: Chris > To: bug-followup@FreeBSD.org, gpbuono@gmail.com > Cc: > Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang > Date: Tue, 16 Sep 2008 11:40:40 +0300 > > When the server hangs, as I said I can't ssh or visit any website hosted > on this server, but I can use nmap and see that port 22,25,53,80 are all > open. > So it seems the machine is still able to proces at least something, but that it magically hangs. As we discussed on IRC, it would be helpful if you can update to the latest 7-STABLE version so that we can see whether the -RELEASE would also have this problem and potentially see where this resides. Cheers, remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-i386@FreeBSD.ORG Tue Sep 16 16:20:08 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8792F1065683 for ; Tue, 16 Sep 2008 16:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD788FC27 for ; Tue, 16 Sep 2008 16:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8GGK79c007940 for ; Tue, 16 Sep 2008 16:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8GGK7UT007939; Tue, 16 Sep 2008 16:20:07 GMT (envelope-from gnats) Date: Tue, 16 Sep 2008 16:20:07 GMT Message-Id: <200809161620.m8GGK7UT007939@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Support Cc: Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Support List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:20:08 -0000 The following reply was made to PR i386/125592; it has been noted by GNATS. From: Support To: bug-followup@FreeBSD.org, gpbuono@gmail.com Cc: Subject: Re: i386/125592: [hang] FreeBSD 7 server in hang Date: Tue, 16 Sep 2008 19:02:31 +0300 Some more details: The 4 servers (yes I had the same problem on 4 different servers, all AMD) hang lots of times before I could close all services but bind (so I could csup) and then the hangs disappeared (or at least from what I can tell in the 2 hours it took me to downgrade the kernel to 7.0-RELEASE patch 4) for each server. The same servers had an uptime of 3 months before they start hanging. From owner-freebsd-i386@FreeBSD.ORG Sat Sep 20 22:51:07 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0439B106564A; Sat, 20 Sep 2008 22:51:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C02BB8FC18; Sat, 20 Sep 2008 22:51:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m8KMp3us071596; Sat, 20 Sep 2008 18:51:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id m8KMp3vU025215; Sat, 20 Sep 2008 18:51:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A75E273039; Sat, 20 Sep 2008 18:51:03 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080920225103.A75E273039@freebsd-current.sentex.ca> Date: Sat, 20 Sep 2008 18:51:03 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 22:51:07 -0000 TB --- 2008-09-20 22:49:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-09-20 22:49:46 - starting HEAD tinderbox run for i386/i386 TB --- 2008-09-20 22:49:46 - cleaning the object tree TB --- 2008-09-20 22:50:24 - cvsupping the source tree TB --- 2008-09-20 22:50:24 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-09-20 22:50:32 - building world (CFLAGS=-O -pipe) TB --- 2008-09-20 22:50:32 - cd /src TB --- 2008-09-20 22:50:32 - /usr/bin/make -B buildworld >>> World build started on Sat Sep 20 22:50:34 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /src/usr.bin/ar/acpyacc.y:505: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y: In function 'arscp_mlist2argv': /src/usr.bin/ar/acpyacc.y:621: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y:622: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y: In function 'arscp_free_argv': /src/usr.bin/ar/acpyacc.y:631: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y:632: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y:634: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/usr.bin/ar. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-09-20 22:51:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-09-20 22:51:03 - ERROR: failed to build world TB --- 2008-09-20 22:51:03 - tinderbox aborted TB --- 18.22 user 6.34 system 77.20 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Sat Sep 20 22:52:17 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F17A1065676; Sat, 20 Sep 2008 22:52:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 56A278FC13; Sat, 20 Sep 2008 22:52:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m8KMqFZI071631; Sat, 20 Sep 2008 18:52:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.3/8.14.3) with ESMTP id m8KMqFQ3029016; Sat, 20 Sep 2008 18:52:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3220F73039; Sat, 20 Sep 2008 18:52:15 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080920225215.3220F73039@freebsd-current.sentex.ca> Date: Sat, 20 Sep 2008 18:52:15 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 22:52:17 -0000 TB --- 2008-09-20 22:51:03 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-09-20 22:51:03 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-09-20 22:51:03 - cleaning the object tree TB --- 2008-09-20 22:51:40 - cvsupping the source tree TB --- 2008-09-20 22:51:40 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-09-20 22:51:46 - building world (CFLAGS=-O -pipe) TB --- 2008-09-20 22:51:46 - cd /src TB --- 2008-09-20 22:51:46 - /usr/bin/make -B buildworld >>> World build started on Sat Sep 20 22:51:48 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] /src/usr.bin/ar/acpyacc.y:505: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y: In function 'arscp_mlist2argv': /src/usr.bin/ar/acpyacc.y:621: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y:622: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y: In function 'arscp_free_argv': /src/usr.bin/ar/acpyacc.y:631: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y:632: error: dereferencing pointer to incomplete type /src/usr.bin/ar/acpyacc.y:634: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/usr.bin/ar. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-09-20 22:52:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-09-20 22:52:15 - ERROR: failed to build world TB --- 2008-09-20 22:52:15 - tinderbox aborted TB --- 17.96 user 6.21 system 71.38 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full