From owner-freebsd-mips@FreeBSD.ORG Mon Jan 20 11:06:48 2014 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6CD1A38 for ; Mon, 20 Jan 2014 11:06:48 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B22D31D6D for ; Mon, 20 Jan 2014 11:06:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0KB6mEf088392 for ; Mon, 20 Jan 2014 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0KB6mYR088390 for freebsd-mips@FreeBSD.org; Mon, 20 Jan 2014 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Jan 2014 11:06:48 GMT Message-Id: <201401201106.s0KB6mYR088390@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-mips@FreeBSD.org Subject: Current problem reports assigned to freebsd-mips@FreeBSD.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 11:06:48 -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 kern/177876 mips [mips] kernel stack overflow panic on mips64, EdgeRout o kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC 2 problems total. From owner-freebsd-mips@FreeBSD.ORG Mon Jan 20 11:34:01 2014 Return-Path: Delivered-To: Freebsd-MIPS@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB20F930 for ; Mon, 20 Jan 2014 11:34:00 +0000 (UTC) Received: from Prakkezator.VEHosting.nl (Prakkezator6.VEHosting.nl [IPv6:2001:1af8:2100:b020::142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0E01198 for ; Mon, 20 Jan 2014 11:33:57 +0000 (UTC) Received: from [192.168.72.13] (124-54.bbned.dsl.internl.net [92.254.54.124]) (authenticated bits=0) by Prakkezator.VEHosting.nl (8.14.2/8.14.2) with ESMTP id s0KBXHV6011260 for ; Mon, 20 Jan 2014 12:33:17 +0100 (CET) (envelope-from Daan@vitsch.nl) From: Daan Vreeken Organization: Daan - Vitsch Electronics To: Freebsd-MIPS@freebsd.org Subject: AR724x register definition bug Date: Mon, 20 Jan 2014 12:33:51 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_fmQ3Shp8wllm7GZ" Message-Id: <201401201233.51239.Daan@vitsch.nl> x-ve-auth-version: mi-1.1.7 2011-02-21 - Copyright (c) 2008, 2011 - Daan Vreeken - VEHosting x-ve-auth: authenticated as 'pa4dan' on Prakkezator.VEHosting.nl X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 11:34:01 -0000 --Boundary-00=_fmQ3Shp8wllm7GZ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi MIPS hackers, At this moment I am working to get FreeBSD to boot on the RB711-2HnD. While digging through the code, I noticed a bug in ar724xreg.h . The bitmask of a number of bits is spelled in the wrong order. Attached is a patch to fix this. In case the patch gets cut-off, it can also be found here : http://www.vitsch.nl/pub_diffs/ Could anyone take a look at the patch and commit it? Thanks, -- Ing. Daan Vreeken Vitsch Electronics http://Vitsch.nl/ http://VitschVPN.nl/ tel: +31-(0)40-7113051 KvK nr: 17174380 -- Machines en netwerken op afstand beheren? Vitsch VPN oplossing! Kijk voor meer informatie op: http://www.VitschVPN.nl/ --Boundary-00=_fmQ3Shp8wllm7GZ Content-Type: text/plain; charset="us-ascii"; name="patch_ar724xreg_2014_01_20.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch_ar724xreg_2014_01_20.diff" Index: sys/mips/atheros/ar724xreg.h =================================================================== --- sys/mips/atheros/ar724xreg.h (revision 260504) +++ sys/mips/atheros/ar724xreg.h (working copy) @@ -87,22 +87,22 @@ #define AR724X_PCI_INTR_MASK 0x180f0050 #define AR724X_PCI_INTR_DEV0 (1 << 14) -#define AR724X_GPIO_FUNC_GE0_MII_CLK_EN (1 >> 19) -#define AR724X_GPIO_FUNC_SPI_EN (1 >> 18) -#define AR724X_GPIO_FUNC_SPI_CS_EN2 (1 >> 14) -#define AR724X_GPIO_FUNC_SPI_CS_EN1 (1 >> 13) -#define AR724X_GPIO_FUNC_CLK_OBS5_EN (1 >> 12) -#define AR724X_GPIO_FUNC_CLK_OBS4_EN (1 >> 11) -#define AR724X_GPIO_FUNC_CLK_OBS3_EN (1 >> 10) -#define AR724X_GPIO_FUNC_CLK_OBS2_EN (1 >> 9) -#define AR724X_GPIO_FUNC_CLK_OBS1_EN (1 >> 8) -#define AR724X_GPIO_FUNC_ETH_SWITCH_LED4_EN (1 >> 7) -#define AR724X_GPIO_FUNC_ETH_SWITCH_LED3_EN (1 >> 6) -#define AR724X_GPIO_FUNC_ETH_SWITCH_LED2_EN (1 >> 5) -#define AR724X_GPIO_FUNC_ETH_SWITCH_LED1_EN (1 >> 4) -#define AR724X_GPIO_FUNC_ETH_SWITCH_LED0_EN (1 >> 3) -#define AR724X_GPIO_FUNC_UART_RTS_CTS_EN (1 >> 2) -#define AR724X_GPIO_FUNC_UART_EN (1 >> 1) -#define AR724X_GPIO_FUNC_JTAG_DISABLE (1 >> 0) +#define AR724X_GPIO_FUNC_GE0_MII_CLK_EN (1 << 19) +#define AR724X_GPIO_FUNC_SPI_EN (1 << 18) +#define AR724X_GPIO_FUNC_SPI_CS_EN2 (1 << 14) +#define AR724X_GPIO_FUNC_SPI_CS_EN1 (1 << 13) +#define AR724X_GPIO_FUNC_CLK_OBS5_EN (1 << 12) +#define AR724X_GPIO_FUNC_CLK_OBS4_EN (1 << 11) +#define AR724X_GPIO_FUNC_CLK_OBS3_EN (1 << 10) +#define AR724X_GPIO_FUNC_CLK_OBS2_EN (1 << 9) +#define AR724X_GPIO_FUNC_CLK_OBS1_EN (1 << 8) +#define AR724X_GPIO_FUNC_ETH_SWITCH_LED4_EN (1 << 7) +#define AR724X_GPIO_FUNC_ETH_SWITCH_LED3_EN (1 << 6) +#define AR724X_GPIO_FUNC_ETH_SWITCH_LED2_EN (1 << 5) +#define AR724X_GPIO_FUNC_ETH_SWITCH_LED1_EN (1 << 4) +#define AR724X_GPIO_FUNC_ETH_SWITCH_LED0_EN (1 << 3) +#define AR724X_GPIO_FUNC_UART_RTS_CTS_EN (1 << 2) +#define AR724X_GPIO_FUNC_UART_EN (1 << 1) +#define AR724X_GPIO_FUNC_JTAG_DISABLE (1 << 0) #endif --Boundary-00=_fmQ3Shp8wllm7GZ-- From owner-freebsd-mips@FreeBSD.ORG Mon Jan 20 13:22:36 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A73217B7; Mon, 20 Jan 2014 13:22:36 +0000 (UTC) Received: from mail.lhr1.as41113.net (mail.lhr1.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 69C871FA3; Mon, 20 Jan 2014 13:22:35 +0000 (UTC) Received: from [10.16.240.11] (unknown [212.9.98.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by mail.lhr1.as41113.net (Postfix) with ESMTPSA id 3f7D7l646kz7vbc; Mon, 20 Jan 2014 13:22:27 +0000 (UTC) Message-ID: <52DD2312.5070605@rewt.org.uk> Date: Mon, 20 Jan 2014 13:22:26 +0000 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Mikrotik CRS125 References: <52D94DFA.1090002@rewt.org.uk> <20140117113957.ad3166f3f267a182ee344316@FreeBSD.org> <65734554-982B-4E5E-8662-3775A2FB76B9@bsdimp.com> <52D9C946.1080301@rewt.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 13:22:36 -0000 You wouldn't happen to know what I need to prod to make the switch work do you? arswitch1: on mdio1 arswitch1: ar9340_hw_global_setup: MII arswitch1: ar9340_hw_global_setup: PHY4 - Local arswitch1: attaching PHY 0 failed arswitch1: attaching PHY 1 failed arswitch1: attaching PHY 2 failed arswitch1: attaching PHY 3 failed device_attach: arswitch1 attach returned 6 Theres a bigger switch connected to arge0 afaics, arge1 sees no traffic so might just be for control... On 18/01/2014 02:12, Adrian Chadd wrote: > Something is oddly broken there. I've not seen this on the mips32 > boards but i haven't tried recently. I'll go spin up one later > tonight. > > -a > > > On 17 January 2014 16:22, Joe Holden wrote: >> On 17/01/2014 23:10, Warner Losh wrote: >>> >>> >>> On Jan 17, 2014, at 12:39 PM, Stanislav Sedov wrote: >>> >>>> On Fri, 17 Jan 2014 15:36:26 +0000 >>>> Joe Holden mentioned: >>>> >>>>> So, thought I'd have a crack at booting FreeBSD on it, got it booting >>>>> from nfs, but: >>>>> >>>>> Jan 1 00:06:13 crs125 getty[888]: tcsetattr /dev/ttyu0: Invalid >>>>> argument >>>>> Jan 1 00:06:13 crs125 getty[889]: tcsetattr /dev/ttyu0: Invalid >>>>> argument >>>>> Jan 1 00:06:13 crs125 getty[890]: tcsetattr /dev/ttyu0: Invalid >>>>> argument >>>>> Jan 1 00:06:13 crs125 getty[891]: tcsetattr /dev/ttyu0: Invalid >>>>> argument >>>>> Jan 1 00:06:14 crs125 getty[892]: tcsetattr /dev/ttyu0: Invalid >>>>> argument >>>>> Jan 1 00:06:14 crs125 init: getty repeating too quickly on port >>>>> /dev/ttyu0, sleeping 30 secs >>>>> >>>> >>>> This sounds like the kernel and world are inconsistent. Are you >>>> sure you're not booting 10x world on HEAD kernel or vice versa? I >>>> saw something similar once when I had unmatching world and kernel. >>> >>> >>> What does ls /dev/tty* tell you? >>> >>> Warner >>> >> What is expected really: >> >> root@crs125:~ # ls -la /dev/tty* >> crw------- 1 root wheel 0x18 Jan 1 00:00 /dev/ttyu0 >> crw------- 1 root wheel 0x19 Jan 1 00:00 /dev/ttyu0.init >> crw------- 1 root wheel 0x1a Jan 1 00:00 /dev/ttyu0.lock >> >> _______________________________________________ >> freebsd-mips@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" From owner-freebsd-mips@FreeBSD.ORG Mon Jan 20 13:40:49 2014 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E8C4C2A; Mon, 20 Jan 2014 13:40:49 +0000 (UTC) Received: from worker01.tb.des.no (worker01.tb.des.no [41.154.2.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4EC9112F; Mon, 20 Jan 2014 13:40:48 +0000 (UTC) Received: from worker01.tb.des.no (localhost [127.0.0.1]) by worker01.tb.des.no (8.14.5/8.14.5) with ESMTP id s0KDeiV2002181; Mon, 20 Jan 2014 15:40:44 +0200 (SAST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by worker01.tb.des.no (8.14.5/8.14.5/Submit) id s0KDei2u001978; Mon, 20 Jan 2014 13:40:44 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 20 Jan 2014 13:40:44 GMT Message-Id: <201401201340.s0KDei2u001978@worker01.tb.des.no> X-Authentication-Warning: worker01.tb.des.no: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [releng_10 tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 13:40:49 -0000 TB --- 2014-01-20 12:10:42 - tinderbox 2.20 running on worker01.tb.des.no TB --- 2014-01-20 12:10:42 - FreeBSD worker01.tb.des.no 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-01-20 12:10:42 - starting RELENG_10 tinderbox run for mips/mips TB --- 2014-01-20 12:10:42 - cleaning the object tree TB --- 2014-01-20 12:10:42 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-01-20 12:11:34 - At svn revision 260904 TB --- 2014-01-20 12:11:35 - building world TB --- 2014-01-20 12:11:35 - CROSS_BUILD_TESTING=YES TB --- 2014-01-20 12:11:35 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-20 12:11:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-20 12:11:35 - SRCCONF=/dev/null TB --- 2014-01-20 12:11:35 - TARGET=mips TB --- 2014-01-20 12:11:35 - TARGET_ARCH=mips TB --- 2014-01-20 12:11:35 - TZ=UTC TB --- 2014-01-20 12:11:35 - __MAKE_CONF=/dev/null TB --- 2014-01-20 12:11:35 - cd /src TB --- 2014-01-20 12:11:35 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Mon Jan 20 12:11:45 UTC 2014 >>> 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 Jan 20 13:35:50 UTC 2014 TB --- 2014-01-20 13:35:50 - cd /src/sys/mips/conf TB --- 2014-01-20 13:35:50 - /usr/sbin/config -m ADM5120 TB --- 2014-01-20 13:35:50 - skipping ADM5120 kernel TB --- 2014-01-20 13:35:50 - cd /src/sys/mips/conf TB --- 2014-01-20 13:35:50 - /usr/sbin/config -m ALCHEMY TB --- 2014-01-20 13:35:50 - skipping ALCHEMY kernel TB --- 2014-01-20 13:35:50 - cd /src/sys/mips/conf TB --- 2014-01-20 13:35:50 - /usr/sbin/config -m AP121 TB --- 2014-01-20 13:35:50 - building AP121 kernel TB --- 2014-01-20 13:35:50 - CROSS_BUILD_TESTING=YES TB --- 2014-01-20 13:35:50 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-20 13:35:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-20 13:35:50 - SRCCONF=/dev/null TB --- 2014-01-20 13:35:50 - TARGET=mips TB --- 2014-01-20 13:35:50 - TARGET_ARCH=mips TB --- 2014-01-20 13:35:50 - TZ=UTC TB --- 2014-01-20 13:35:50 - __MAKE_CONF=/dev/null TB --- 2014-01-20 13:35:50 - cd /src TB --- 2014-01-20 13:35:50 - /usr/bin/make -B buildkernel KERNCONF=AP121 >>> Kernel build for AP121 started on Mon Jan 20 13:35:50 UTC 2014 >>> 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 >>> Kernel build for AP121 completed on Mon Jan 20 13:40:34 UTC 2014 TB --- 2014-01-20 13:40:34 - cd /src/sys/mips/conf TB --- 2014-01-20 13:40:34 - /usr/sbin/config -m AP91 TB --- 2014-01-20 13:40:34 - building AP91 kernel TB --- 2014-01-20 13:40:34 - CROSS_BUILD_TESTING=YES TB --- 2014-01-20 13:40:34 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-20 13:40:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-20 13:40:34 - SRCCONF=/dev/null TB --- 2014-01-20 13:40:34 - TARGET=mips TB --- 2014-01-20 13:40:34 - TARGET_ARCH=mips TB --- 2014-01-20 13:40:34 - TZ=UTC TB --- 2014-01-20 13:40:34 - __MAKE_CONF=/dev/null TB --- 2014-01-20 13:40:34 - cd /src TB --- 2014-01-20 13:40:34 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Mon Jan 20 13:40:35 UTC 2014 >>> 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 [...] cd /src/sys/modules/aic7xxx/aicasm; PATH=/obj/mips.mips/src/tmp/legacy/usr/sbin:/obj/mips.mips/src/tmp/legacy/usr/bin:/obj/mips.mips/src/tmp/legacy/usr/games:/obj/mips.mips/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin MAKEOBJDIRPREFIX=/obj/mips.mips/src/sys/AP91/modules /obj/src/make.amd64/bmake SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD all cc -O2 -pipe -I. -I/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c cc -O2 -pipe -I. -I/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function 'symtable_dump': /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c:461: internal compiler error: in var_ann, at tree-flow-inline.h:127 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop. bmake[1]: stopped in /src/sys/modules/aic7xxx/aicasm *** Error code 1 Stop. bmake: stopped in /src *** [buildkernel] Error code 1 Stop in /src. TB --- 2014-01-20 13:40:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2014-01-20 13:40:43 - ERROR: failed to build AP91 kernel TB --- 2014-01-20 13:40:43 - 3794.27 user 1852.80 system 5400.42 real http://tinderbox.des.no/tinderbox-freebsd10-build-RELENG_10-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Tue Jan 21 06:56:35 2014 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CEF02BB; Tue, 21 Jan 2014 06:56:35 +0000 (UTC) Received: from worker01.tb.des.no (worker01.tb.des.no [41.154.2.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05F8C1898; Tue, 21 Jan 2014 06:56:33 +0000 (UTC) Received: from worker01.tb.des.no (localhost [127.0.0.1]) by worker01.tb.des.no (8.14.5/8.14.5) with ESMTP id s0L6uNYX032617; Tue, 21 Jan 2014 08:56:23 +0200 (SAST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by worker01.tb.des.no (8.14.5/8.14.5/Submit) id s0L6uNtW032554; Tue, 21 Jan 2014 06:56:23 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 21 Jan 2014 06:56:23 GMT Message-Id: <201401210656.s0L6uNtW032554@worker01.tb.des.no> X-Authentication-Warning: worker01.tb.des.no: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [releng_10 tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 06:56:35 -0000 TB --- 2014-01-21 03:10:33 - tinderbox 2.20 running on worker01.tb.des.no TB --- 2014-01-21 03:10:33 - FreeBSD worker01.tb.des.no 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-01-21 03:10:33 - starting RELENG_10 tinderbox run for mips/mips TB --- 2014-01-21 03:10:33 - cleaning the object tree TB --- 2014-01-21 03:10:33 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-01-21 03:11:30 - At svn revision 260972 TB --- 2014-01-21 03:11:31 - building world TB --- 2014-01-21 03:11:31 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 03:11:31 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 03:11:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 03:11:31 - SRCCONF=/dev/null TB --- 2014-01-21 03:11:31 - TARGET=mips TB --- 2014-01-21 03:11:31 - TARGET_ARCH=mips TB --- 2014-01-21 03:11:31 - TZ=UTC TB --- 2014-01-21 03:11:31 - __MAKE_CONF=/dev/null TB --- 2014-01-21 03:11:31 - cd /src TB --- 2014-01-21 03:11:31 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Jan 21 03:11:41 UTC 2014 >>> 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 Tue Jan 21 04:35:30 UTC 2014 TB --- 2014-01-21 04:35:30 - cd /src/sys/mips/conf TB --- 2014-01-21 04:35:30 - /usr/sbin/config -m ADM5120 TB --- 2014-01-21 04:35:30 - skipping ADM5120 kernel TB --- 2014-01-21 04:35:30 - cd /src/sys/mips/conf TB --- 2014-01-21 04:35:30 - /usr/sbin/config -m ALCHEMY TB --- 2014-01-21 04:35:30 - skipping ALCHEMY kernel TB --- 2014-01-21 04:35:30 - cd /src/sys/mips/conf TB --- 2014-01-21 04:35:30 - /usr/sbin/config -m AP121 TB --- 2014-01-21 04:35:30 - building AP121 kernel TB --- 2014-01-21 04:35:30 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 04:35:30 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 04:35:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 04:35:30 - SRCCONF=/dev/null TB --- 2014-01-21 04:35:30 - TARGET=mips TB --- 2014-01-21 04:35:30 - TARGET_ARCH=mips TB --- 2014-01-21 04:35:30 - TZ=UTC TB --- 2014-01-21 04:35:30 - __MAKE_CONF=/dev/null TB --- 2014-01-21 04:35:30 - cd /src TB --- 2014-01-21 04:35:30 - /usr/bin/make -B buildkernel KERNCONF=AP121 >>> Kernel build for AP121 started on Tue Jan 21 04:35:30 UTC 2014 >>> 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 >>> Kernel build for AP121 completed on Tue Jan 21 04:40:13 UTC 2014 TB --- 2014-01-21 04:40:13 - cd /src/sys/mips/conf TB --- 2014-01-21 04:40:13 - /usr/sbin/config -m AP91 TB --- 2014-01-21 04:40:13 - building AP91 kernel TB --- 2014-01-21 04:40:13 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 04:40:13 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 04:40:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 04:40:13 - SRCCONF=/dev/null TB --- 2014-01-21 04:40:13 - TARGET=mips TB --- 2014-01-21 04:40:13 - TARGET_ARCH=mips TB --- 2014-01-21 04:40:13 - TZ=UTC TB --- 2014-01-21 04:40:13 - __MAKE_CONF=/dev/null TB --- 2014-01-21 04:40:13 - cd /src TB --- 2014-01-21 04:40:13 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Tue Jan 21 04:40:13 UTC 2014 >>> 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 >>> Kernel build for AP91 completed on Tue Jan 21 04:47:17 UTC 2014 TB --- 2014-01-21 04:47:17 - cd /src/sys/mips/conf TB --- 2014-01-21 04:47:17 - /usr/sbin/config -m AP93 TB --- 2014-01-21 04:47:17 - building AP93 kernel TB --- 2014-01-21 04:47:17 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 04:47:17 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 04:47:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 04:47:17 - SRCCONF=/dev/null TB --- 2014-01-21 04:47:17 - TARGET=mips TB --- 2014-01-21 04:47:17 - TARGET_ARCH=mips TB --- 2014-01-21 04:47:17 - TZ=UTC TB --- 2014-01-21 04:47:17 - __MAKE_CONF=/dev/null TB --- 2014-01-21 04:47:17 - cd /src TB --- 2014-01-21 04:47:17 - /usr/bin/make -B buildkernel KERNCONF=AP93 >>> Kernel build for AP93 started on Tue Jan 21 04:47:17 UTC 2014 >>> 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 >>> Kernel build for AP93 completed on Tue Jan 21 04:54:34 UTC 2014 TB --- 2014-01-21 04:54:34 - cd /src/sys/mips/conf TB --- 2014-01-21 04:54:34 - /usr/sbin/config -m AP94 TB --- 2014-01-21 04:54:34 - building AP94 kernel TB --- 2014-01-21 04:54:34 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 04:54:34 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 04:54:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 04:54:34 - SRCCONF=/dev/null TB --- 2014-01-21 04:54:34 - TARGET=mips TB --- 2014-01-21 04:54:34 - TARGET_ARCH=mips TB --- 2014-01-21 04:54:34 - TZ=UTC TB --- 2014-01-21 04:54:34 - __MAKE_CONF=/dev/null TB --- 2014-01-21 04:54:34 - cd /src TB --- 2014-01-21 04:54:34 - /usr/bin/make -B buildkernel KERNCONF=AP94 >>> Kernel build for AP94 started on Tue Jan 21 04:54:34 UTC 2014 >>> 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 >>> Kernel build for AP94 completed on Tue Jan 21 05:03:22 UTC 2014 TB --- 2014-01-21 05:03:22 - cd /src/sys/mips/conf TB --- 2014-01-21 05:03:22 - /usr/sbin/config -m AP96 TB --- 2014-01-21 05:03:22 - building AP96 kernel TB --- 2014-01-21 05:03:22 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:03:22 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:03:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:03:22 - SRCCONF=/dev/null TB --- 2014-01-21 05:03:22 - TARGET=mips TB --- 2014-01-21 05:03:22 - TARGET_ARCH=mips TB --- 2014-01-21 05:03:22 - TZ=UTC TB --- 2014-01-21 05:03:22 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:03:22 - cd /src TB --- 2014-01-21 05:03:22 - /usr/bin/make -B buildkernel KERNCONF=AP96 >>> Kernel build for AP96 started on Tue Jan 21 05:03:23 UTC 2014 >>> 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 >>> Kernel build for AP96 completed on Tue Jan 21 05:11:50 UTC 2014 TB --- 2014-01-21 05:11:50 - cd /src/sys/mips/conf TB --- 2014-01-21 05:11:50 - /usr/sbin/config -m AR71XX_BASE TB --- 2014-01-21 05:11:50 - building AR71XX_BASE kernel TB --- 2014-01-21 05:11:50 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:11:50 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:11:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:11:50 - SRCCONF=/dev/null TB --- 2014-01-21 05:11:50 - TARGET=mips TB --- 2014-01-21 05:11:50 - TARGET_ARCH=mips TB --- 2014-01-21 05:11:50 - TZ=UTC TB --- 2014-01-21 05:11:50 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:11:50 - cd /src TB --- 2014-01-21 05:11:50 - /usr/bin/make -B buildkernel KERNCONF=AR71XX_BASE >>> Kernel build for AR71XX_BASE started on Tue Jan 21 05:11:50 UTC 2014 >>> 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 >>> Kernel build for AR71XX_BASE completed on Tue Jan 21 05:19:21 UTC 2014 TB --- 2014-01-21 05:19:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:19:21 - /usr/sbin/config -m AR724X_BASE TB --- 2014-01-21 05:19:21 - building AR724X_BASE kernel TB --- 2014-01-21 05:19:21 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:19:21 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:19:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:19:21 - SRCCONF=/dev/null TB --- 2014-01-21 05:19:21 - TARGET=mips TB --- 2014-01-21 05:19:21 - TARGET_ARCH=mips TB --- 2014-01-21 05:19:21 - TZ=UTC TB --- 2014-01-21 05:19:21 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:19:21 - cd /src TB --- 2014-01-21 05:19:21 - /usr/bin/make -B buildkernel KERNCONF=AR724X_BASE >>> Kernel build for AR724X_BASE started on Tue Jan 21 05:19:21 UTC 2014 >>> 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 >>> Kernel build for AR724X_BASE completed on Tue Jan 21 05:25:06 UTC 2014 TB --- 2014-01-21 05:25:06 - cd /src/sys/mips/conf TB --- 2014-01-21 05:25:06 - /usr/sbin/config -m AR91XX_BASE TB --- 2014-01-21 05:25:06 - building AR91XX_BASE kernel TB --- 2014-01-21 05:25:06 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:25:06 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:25:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:25:06 - SRCCONF=/dev/null TB --- 2014-01-21 05:25:06 - TARGET=mips TB --- 2014-01-21 05:25:06 - TARGET_ARCH=mips TB --- 2014-01-21 05:25:06 - TZ=UTC TB --- 2014-01-21 05:25:06 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:25:06 - cd /src TB --- 2014-01-21 05:25:06 - /usr/bin/make -B buildkernel KERNCONF=AR91XX_BASE >>> Kernel build for AR91XX_BASE started on Tue Jan 21 05:25:06 UTC 2014 >>> 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 >>> Kernel build for AR91XX_BASE completed on Tue Jan 21 05:31:48 UTC 2014 TB --- 2014-01-21 05:31:48 - cd /src/sys/mips/conf TB --- 2014-01-21 05:31:48 - /usr/sbin/config -m AR933X_BASE TB --- 2014-01-21 05:31:48 - building AR933X_BASE kernel TB --- 2014-01-21 05:31:48 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:31:48 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:31:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:31:48 - SRCCONF=/dev/null TB --- 2014-01-21 05:31:48 - TARGET=mips TB --- 2014-01-21 05:31:48 - TARGET_ARCH=mips TB --- 2014-01-21 05:31:48 - TZ=UTC TB --- 2014-01-21 05:31:48 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:31:48 - cd /src TB --- 2014-01-21 05:31:48 - /usr/bin/make -B buildkernel KERNCONF=AR933X_BASE >>> Kernel build for AR933X_BASE started on Tue Jan 21 05:31:48 UTC 2014 >>> 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 >>> Kernel build for AR933X_BASE completed on Tue Jan 21 05:35:34 UTC 2014 TB --- 2014-01-21 05:35:34 - cd /src/sys/mips/conf TB --- 2014-01-21 05:35:34 - /usr/sbin/config -m AR934X_BASE TB --- 2014-01-21 05:35:34 - building AR934X_BASE kernel TB --- 2014-01-21 05:35:34 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:35:34 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:35:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:35:34 - SRCCONF=/dev/null TB --- 2014-01-21 05:35:34 - TARGET=mips TB --- 2014-01-21 05:35:34 - TARGET_ARCH=mips TB --- 2014-01-21 05:35:34 - TZ=UTC TB --- 2014-01-21 05:35:34 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:35:34 - cd /src TB --- 2014-01-21 05:35:34 - /usr/bin/make -B buildkernel KERNCONF=AR934X_BASE >>> Kernel build for AR934X_BASE started on Tue Jan 21 05:35:34 UTC 2014 >>> 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 >>> Kernel build for AR934X_BASE completed on Tue Jan 21 05:39:21 UTC 2014 TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_DE4_BASE TB --- 2014-01-21 05:39:21 - skipping BERI_DE4_BASE kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_DE4_MDROOT TB --- 2014-01-21 05:39:21 - skipping BERI_DE4_MDROOT kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_DE4_SDROOT TB --- 2014-01-21 05:39:21 - skipping BERI_DE4_SDROOT kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_NETFPGA_MDROOT TB --- 2014-01-21 05:39:21 - skipping BERI_NETFPGA_MDROOT kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_SIM_BASE TB --- 2014-01-21 05:39:21 - skipping BERI_SIM_BASE kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_SIM_MDROOT TB --- 2014-01-21 05:39:21 - skipping BERI_SIM_MDROOT kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_SIM_SDROOT TB --- 2014-01-21 05:39:21 - skipping BERI_SIM_SDROOT kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m BERI_TEMPLATE TB --- 2014-01-21 05:39:21 - skipping BERI_TEMPLATE kernel TB --- 2014-01-21 05:39:21 - cd /src/sys/mips/conf TB --- 2014-01-21 05:39:21 - /usr/sbin/config -m CARAMBOLA2 TB --- 2014-01-21 05:39:21 - building CARAMBOLA2 kernel TB --- 2014-01-21 05:39:21 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:39:21 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:39:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:39:21 - SRCCONF=/dev/null TB --- 2014-01-21 05:39:21 - TARGET=mips TB --- 2014-01-21 05:39:21 - TARGET_ARCH=mips TB --- 2014-01-21 05:39:21 - TZ=UTC TB --- 2014-01-21 05:39:21 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:39:21 - cd /src TB --- 2014-01-21 05:39:21 - /usr/bin/make -B buildkernel KERNCONF=CARAMBOLA2 >>> Kernel build for CARAMBOLA2 started on Tue Jan 21 05:39:21 UTC 2014 >>> 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 >>> Kernel build for CARAMBOLA2 completed on Tue Jan 21 05:43:09 UTC 2014 TB --- 2014-01-21 05:43:09 - cd /src/sys/mips/conf TB --- 2014-01-21 05:43:09 - /usr/sbin/config -m DB120 TB --- 2014-01-21 05:43:09 - building DB120 kernel TB --- 2014-01-21 05:43:09 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:43:09 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:43:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:43:09 - SRCCONF=/dev/null TB --- 2014-01-21 05:43:09 - TARGET=mips TB --- 2014-01-21 05:43:09 - TARGET_ARCH=mips TB --- 2014-01-21 05:43:09 - TZ=UTC TB --- 2014-01-21 05:43:09 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:43:09 - cd /src TB --- 2014-01-21 05:43:09 - /usr/bin/make -B buildkernel KERNCONF=DB120 >>> Kernel build for DB120 started on Tue Jan 21 05:43:09 UTC 2014 >>> 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 >>> Kernel build for DB120 completed on Tue Jan 21 05:46:58 UTC 2014 TB --- 2014-01-21 05:46:58 - cd /src/sys/mips/conf TB --- 2014-01-21 05:46:58 - /usr/sbin/config -m DIR-825 TB --- 2014-01-21 05:46:58 - building DIR-825 kernel TB --- 2014-01-21 05:46:58 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:46:58 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:46:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:46:58 - SRCCONF=/dev/null TB --- 2014-01-21 05:46:58 - TARGET=mips TB --- 2014-01-21 05:46:58 - TARGET_ARCH=mips TB --- 2014-01-21 05:46:58 - TZ=UTC TB --- 2014-01-21 05:46:58 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:46:58 - cd /src TB --- 2014-01-21 05:46:58 - /usr/bin/make -B buildkernel KERNCONF=DIR-825 >>> Kernel build for DIR-825 started on Tue Jan 21 05:46:58 UTC 2014 >>> 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 >>> Kernel build for DIR-825 completed on Tue Jan 21 05:52:36 UTC 2014 TB --- 2014-01-21 05:52:36 - cd /src/sys/mips/conf TB --- 2014-01-21 05:52:36 - /usr/sbin/config -m ENH200 TB --- 2014-01-21 05:52:36 - building ENH200 kernel TB --- 2014-01-21 05:52:36 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:52:36 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:52:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:52:36 - SRCCONF=/dev/null TB --- 2014-01-21 05:52:36 - TARGET=mips TB --- 2014-01-21 05:52:36 - TARGET_ARCH=mips TB --- 2014-01-21 05:52:36 - TZ=UTC TB --- 2014-01-21 05:52:36 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:52:36 - cd /src TB --- 2014-01-21 05:52:36 - /usr/bin/make -B buildkernel KERNCONF=ENH200 >>> Kernel build for ENH200 started on Tue Jan 21 05:52:36 UTC 2014 >>> 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 >>> Kernel build for ENH200 completed on Tue Jan 21 05:58:50 UTC 2014 TB --- 2014-01-21 05:58:50 - cd /src/sys/mips/conf TB --- 2014-01-21 05:58:50 - /usr/sbin/config -m GXEMUL TB --- 2014-01-21 05:58:50 - skipping GXEMUL kernel TB --- 2014-01-21 05:58:50 - cd /src/sys/mips/conf TB --- 2014-01-21 05:58:50 - /usr/sbin/config -m GXEMUL32 TB --- 2014-01-21 05:58:50 - building GXEMUL32 kernel TB --- 2014-01-21 05:58:50 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 05:58:50 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 05:58:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 05:58:50 - SRCCONF=/dev/null TB --- 2014-01-21 05:58:50 - TARGET=mips TB --- 2014-01-21 05:58:50 - TARGET_ARCH=mips TB --- 2014-01-21 05:58:50 - TZ=UTC TB --- 2014-01-21 05:58:50 - __MAKE_CONF=/dev/null TB --- 2014-01-21 05:58:50 - cd /src TB --- 2014-01-21 05:58:50 - /usr/bin/make -B buildkernel KERNCONF=GXEMUL32 >>> Kernel build for GXEMUL32 started on Tue Jan 21 05:58:50 UTC 2014 >>> 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 >>> Kernel build for GXEMUL32 completed on Tue Jan 21 06:01:55 UTC 2014 TB --- 2014-01-21 06:01:55 - cd /src/sys/mips/conf TB --- 2014-01-21 06:01:55 - /usr/sbin/config -m IDT TB --- 2014-01-21 06:01:55 - skipping IDT kernel TB --- 2014-01-21 06:01:55 - cd /src/sys/mips/conf TB --- 2014-01-21 06:01:55 - /usr/sbin/config -m MALTA TB --- 2014-01-21 06:01:55 - skipping MALTA kernel TB --- 2014-01-21 06:01:55 - cd /src/sys/mips/conf TB --- 2014-01-21 06:01:55 - /usr/sbin/config -m MALTA64 TB --- 2014-01-21 06:01:55 - skipping MALTA64 kernel TB --- 2014-01-21 06:01:55 - cd /src/sys/mips/conf TB --- 2014-01-21 06:01:55 - /usr/sbin/config -m OCTEON1 TB --- 2014-01-21 06:01:55 - skipping OCTEON1 kernel TB --- 2014-01-21 06:01:55 - cd /src/sys/mips/conf TB --- 2014-01-21 06:01:55 - /usr/sbin/config -m PB47 TB --- 2014-01-21 06:01:55 - building PB47 kernel TB --- 2014-01-21 06:01:55 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:01:55 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:01:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:01:55 - SRCCONF=/dev/null TB --- 2014-01-21 06:01:55 - TARGET=mips TB --- 2014-01-21 06:01:55 - TARGET_ARCH=mips TB --- 2014-01-21 06:01:55 - TZ=UTC TB --- 2014-01-21 06:01:55 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:01:55 - cd /src TB --- 2014-01-21 06:01:55 - /usr/bin/make -B buildkernel KERNCONF=PB47 >>> Kernel build for PB47 started on Tue Jan 21 06:01:55 UTC 2014 >>> 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 >>> Kernel build for PB47 completed on Tue Jan 21 06:10:16 UTC 2014 TB --- 2014-01-21 06:10:16 - cd /src/sys/mips/conf TB --- 2014-01-21 06:10:16 - /usr/sbin/config -m PB92 TB --- 2014-01-21 06:10:16 - building PB92 kernel TB --- 2014-01-21 06:10:16 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:10:16 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:10:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:10:16 - SRCCONF=/dev/null TB --- 2014-01-21 06:10:16 - TARGET=mips TB --- 2014-01-21 06:10:16 - TARGET_ARCH=mips TB --- 2014-01-21 06:10:16 - TZ=UTC TB --- 2014-01-21 06:10:16 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:10:16 - cd /src TB --- 2014-01-21 06:10:16 - /usr/bin/make -B buildkernel KERNCONF=PB92 >>> Kernel build for PB92 started on Tue Jan 21 06:10:16 UTC 2014 >>> 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 >>> Kernel build for PB92 completed on Tue Jan 21 06:16:33 UTC 2014 TB --- 2014-01-21 06:16:33 - cd /src/sys/mips/conf TB --- 2014-01-21 06:16:33 - /usr/sbin/config -m PICOSTATION_M2HP TB --- 2014-01-21 06:16:33 - building PICOSTATION_M2HP kernel TB --- 2014-01-21 06:16:33 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:16:33 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:16:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:16:33 - SRCCONF=/dev/null TB --- 2014-01-21 06:16:33 - TARGET=mips TB --- 2014-01-21 06:16:33 - TARGET_ARCH=mips TB --- 2014-01-21 06:16:33 - TZ=UTC TB --- 2014-01-21 06:16:33 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:16:33 - cd /src TB --- 2014-01-21 06:16:33 - /usr/bin/make -B buildkernel KERNCONF=PICOSTATION_M2HP >>> Kernel build for PICOSTATION_M2HP started on Tue Jan 21 06:16:33 UTC 2014 >>> 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 >>> Kernel build for PICOSTATION_M2HP completed on Tue Jan 21 06:23:13 UTC 2014 TB --- 2014-01-21 06:23:13 - cd /src/sys/mips/conf TB --- 2014-01-21 06:23:13 - /usr/sbin/config -m QEMU TB --- 2014-01-21 06:23:13 - skipping QEMU kernel TB --- 2014-01-21 06:23:13 - cd /src/sys/mips/conf TB --- 2014-01-21 06:23:13 - /usr/sbin/config -m ROUTERSTATION TB --- 2014-01-21 06:23:13 - building ROUTERSTATION kernel TB --- 2014-01-21 06:23:13 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:23:13 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:23:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:23:13 - SRCCONF=/dev/null TB --- 2014-01-21 06:23:13 - TARGET=mips TB --- 2014-01-21 06:23:13 - TARGET_ARCH=mips TB --- 2014-01-21 06:23:13 - TZ=UTC TB --- 2014-01-21 06:23:13 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:23:13 - cd /src TB --- 2014-01-21 06:23:13 - /usr/bin/make -B buildkernel KERNCONF=ROUTERSTATION >>> Kernel build for ROUTERSTATION started on Tue Jan 21 06:23:13 UTC 2014 >>> 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 >>> Kernel build for ROUTERSTATION completed on Tue Jan 21 06:31:17 UTC 2014 TB --- 2014-01-21 06:31:17 - cd /src/sys/mips/conf TB --- 2014-01-21 06:31:17 - /usr/sbin/config -m ROUTERSTATION_MFS TB --- 2014-01-21 06:31:17 - building ROUTERSTATION_MFS kernel TB --- 2014-01-21 06:31:17 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:31:17 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:31:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:31:17 - SRCCONF=/dev/null TB --- 2014-01-21 06:31:17 - TARGET=mips TB --- 2014-01-21 06:31:17 - TARGET_ARCH=mips TB --- 2014-01-21 06:31:17 - TZ=UTC TB --- 2014-01-21 06:31:17 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:31:17 - cd /src TB --- 2014-01-21 06:31:17 - /usr/bin/make -B buildkernel KERNCONF=ROUTERSTATION_MFS >>> Kernel build for ROUTERSTATION_MFS started on Tue Jan 21 06:31:17 UTC 2014 >>> 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 >>> Kernel build for ROUTERSTATION_MFS completed on Tue Jan 21 06:39:22 UTC 2014 TB --- 2014-01-21 06:39:22 - cd /src/sys/mips/conf TB --- 2014-01-21 06:39:22 - /usr/sbin/config -m RSPRO TB --- 2014-01-21 06:39:22 - building RSPRO kernel TB --- 2014-01-21 06:39:22 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:39:22 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:39:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:39:22 - SRCCONF=/dev/null TB --- 2014-01-21 06:39:22 - TARGET=mips TB --- 2014-01-21 06:39:22 - TARGET_ARCH=mips TB --- 2014-01-21 06:39:22 - TZ=UTC TB --- 2014-01-21 06:39:22 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:39:22 - cd /src TB --- 2014-01-21 06:39:22 - /usr/bin/make -B buildkernel KERNCONF=RSPRO >>> Kernel build for RSPRO started on Tue Jan 21 06:39:22 UTC 2014 >>> 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 >>> Kernel build for RSPRO completed on Tue Jan 21 06:47:46 UTC 2014 TB --- 2014-01-21 06:47:46 - cd /src/sys/mips/conf TB --- 2014-01-21 06:47:46 - /usr/sbin/config -m RSPRO_MFS TB --- 2014-01-21 06:47:46 - building RSPRO_MFS kernel TB --- 2014-01-21 06:47:46 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:47:46 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:47:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:47:46 - SRCCONF=/dev/null TB --- 2014-01-21 06:47:46 - TARGET=mips TB --- 2014-01-21 06:47:46 - TARGET_ARCH=mips TB --- 2014-01-21 06:47:46 - TZ=UTC TB --- 2014-01-21 06:47:46 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:47:46 - cd /src TB --- 2014-01-21 06:47:46 - /usr/bin/make -B buildkernel KERNCONF=RSPRO_MFS >>> Kernel build for RSPRO_MFS started on Tue Jan 21 06:47:46 UTC 2014 >>> 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 >>> Kernel build for RSPRO_MFS completed on Tue Jan 21 06:56:16 UTC 2014 TB --- 2014-01-21 06:56:16 - cd /src/sys/mips/conf TB --- 2014-01-21 06:56:16 - /usr/sbin/config -m RSPRO_STANDALONE TB --- 2014-01-21 06:56:16 - building RSPRO_STANDALONE kernel TB --- 2014-01-21 06:56:16 - CROSS_BUILD_TESTING=YES TB --- 2014-01-21 06:56:16 - MAKEOBJDIRPREFIX=/obj TB --- 2014-01-21 06:56:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-01-21 06:56:16 - SRCCONF=/dev/null TB --- 2014-01-21 06:56:16 - TARGET=mips TB --- 2014-01-21 06:56:16 - TARGET_ARCH=mips TB --- 2014-01-21 06:56:16 - TZ=UTC TB --- 2014-01-21 06:56:16 - __MAKE_CONF=/dev/null TB --- 2014-01-21 06:56:16 - cd /src TB --- 2014-01-21 06:56:16 - /usr/bin/make -B buildkernel KERNCONF=RSPRO_STANDALONE >>> Kernel build for RSPRO_STANDALONE started on Tue Jan 21 06:56:16 UTC 2014 >>> 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 [...] cd /src/sys/modules/aic7xxx/aicasm; PATH=/obj/mips.mips/src/tmp/legacy/usr/sbin:/obj/mips.mips/src/tmp/legacy/usr/bin:/obj/mips.mips/src/tmp/legacy/usr/games:/obj/mips.mips/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin MAKEOBJDIRPREFIX=/obj/mips.mips/src/sys/RSPRO_STANDALONE/modules /obj/src/make.amd64/bmake SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD all cc -O2 -pipe -I. -I/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c cc -O2 -pipe -I. -I/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function 'symtable_dump': /src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c:461: internal compiler error: in var_ann, at tree-flow-inline.h:127 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop. bmake[1]: stopped in /src/sys/modules/aic7xxx/aicasm *** Error code 1 Stop. bmake: stopped in /src *** [buildkernel] Error code 1 Stop in /src. TB --- 2014-01-21 06:56:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2014-01-21 06:56:22 - ERROR: failed to build RSPRO_STANDALONE kernel TB --- 2014-01-21 06:56:22 - 9427.60 user 4796.64 system 13548.46 real http://tinderbox.des.no/tinderbox-freebsd10-build-RELENG_10-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Wed Jan 22 08:02:20 2014 Return-Path: Delivered-To: Freebsd-MIPS@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FA58F76 for ; Wed, 22 Jan 2014 08:02:20 +0000 (UTC) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 008211AFE for ; Wed, 22 Jan 2014 08:02:19 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id w7so51287qcr.0 for ; Wed, 22 Jan 2014 00:02:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=yMpVpnVen9xUROkDRpAa48jgEZ34nDSq4v7ii6NsPFE=; b=Ngag3841b+c7gChYXL+lvT6++8XRBbu8cqHpaGHwA/x8UDuWvvsdIeLCKbHaIawY0W vxWEGoz1dKj/PBKBc+i5rSWMc/Och4ytB+Ouw7PPhv6J44aGTi52zl92tu6lIV789ckg HmvtqyO+RGfO8EQlis0nIczuvLyaZ1hFSz6PBa3GMPazyg2Hy9swL6eR6K8E9OI73eef R/18WNnYgK2gcL7p5UcQg956Qau8pUryk42lhxyUO526a6ZbEIY905CRNo4TDaD41VFH xX6ZKGhMB5orsG/r0swnE7Z+/ARk94u87WyhEGEHuwzFBa5v+gwD/4edL7lDIPaCMG4D 1i7Q== MIME-Version: 1.0 X-Received: by 10.224.46.8 with SMTP id h8mr57138qaf.49.1390377739138; Wed, 22 Jan 2014 00:02:19 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Wed, 22 Jan 2014 00:02:19 -0800 (PST) In-Reply-To: <201401201233.51239.Daan@vitsch.nl> References: <201401201233.51239.Daan@vitsch.nl> Date: Wed, 22 Jan 2014 00:02:19 -0800 X-Google-Sender-Auth: V0lUim4D3qdIDBnQF5AOtT5s41c Message-ID: Subject: Re: AR724x register definition bug From: Adrian Chadd To: Daan Vreeken Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 08:02:20 -0000 Hi! Fixed in r261006. Thanks! -a On 20 January 2014 03:33, Daan Vreeken wrote: > Hi MIPS hackers, > > At this moment I am working to get FreeBSD to boot on the RB711-2HnD. While > digging through the code, I noticed a bug in ar724xreg.h . The bitmask of a > number of bits is spelled in the wrong order. Attached is a patch to fix > this. > In case the patch gets cut-off, it can also be found here : > http://www.vitsch.nl/pub_diffs/ > > Could anyone take a look at the patch and commit it? > > > Thanks, > -- > Ing. Daan Vreeken > Vitsch Electronics > http://Vitsch.nl/ > http://VitschVPN.nl/ > tel: +31-(0)40-7113051 > KvK nr: 17174380 > -- > Machines en netwerken op afstand beheren? Vitsch VPN oplossing! > Kijk voor meer informatie op: http://www.VitschVPN.nl/ > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" From owner-freebsd-mips@FreeBSD.ORG Wed Jan 22 08:02:56 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90C70FE8; Wed, 22 Jan 2014 08:02:56 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0CC1B07; Wed, 22 Jan 2014 08:02:56 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id o15so45108qap.30 for ; Wed, 22 Jan 2014 00:02:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=LE2w2+ybLPslDESHSUaGyjv7gJr01hs/II72Im2NxJw=; b=a0BRj07FvCmb34CCu4+A+EOtlQy4q9E13SDkM+xmk2fBVryvMkZcBUlMbhenXvHa/7 DU+tHOUiNjObLaB5uSQl8R4VqyH8d4HaPglojVWBHsIiMEKBP8t07RP5G1+cVyegAZVt IazhMUqIWs4fWFvWy3oEjWg8Mm9gkDyzoMfEZheqyMJvvC9LlrFA76zeFYKIWlDTtjWa G6391rWdl7sbzHLClPUbwQDdbACNVOuMUkcNFpWSUyA3LektF2VgCgJXGpnhas7sGJro Gmtw3CrHQQRh9l8zkCV/oPCe+9mQNio4Hef//18NK4cGwul60us669GE6Peuj4xAN84N YsfQ== MIME-Version: 1.0 X-Received: by 10.140.108.74 with SMTP id i68mr18699qgf.87.1390377775335; Wed, 22 Jan 2014 00:02:55 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Wed, 22 Jan 2014 00:02:55 -0800 (PST) In-Reply-To: <52DD2312.5070605@rewt.org.uk> References: <52D94DFA.1090002@rewt.org.uk> <20140117113957.ad3166f3f267a182ee344316@FreeBSD.org> <65734554-982B-4E5E-8662-3775A2FB76B9@bsdimp.com> <52D9C946.1080301@rewt.org.uk> <52DD2312.5070605@rewt.org.uk> Date: Wed, 22 Jan 2014 00:02:55 -0800 X-Google-Sender-Auth: Cin-580WElFyjWmyEoG8546KyaU Message-ID: Subject: Re: Mikrotik CRS125 From: Adrian Chadd To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 08:02:56 -0000 I don't; sorry. Not besides what's in the DB120 configuration file. -a On 20 January 2014 05:22, Joe Holden wrote: > You wouldn't happen to know what I need to prod to make the switch work do > you? > > arswitch1: on mdio1 > arswitch1: ar9340_hw_global_setup: MII > arswitch1: ar9340_hw_global_setup: PHY4 - Local > arswitch1: attaching PHY 0 failed > arswitch1: attaching PHY 1 failed > arswitch1: attaching PHY 2 failed > arswitch1: attaching PHY 3 failed > device_attach: arswitch1 attach returned 6 > > Theres a bigger switch connected to arge0 afaics, arge1 sees no traffic so > might just be for control... > > > On 18/01/2014 02:12, Adrian Chadd wrote: >> >> Something is oddly broken there. I've not seen this on the mips32 >> boards but i haven't tried recently. I'll go spin up one later >> tonight. >> >> -a >> >> >> On 17 January 2014 16:22, Joe Holden wrote: >>> >>> On 17/01/2014 23:10, Warner Losh wrote: >>>> >>>> >>>> >>>> On Jan 17, 2014, at 12:39 PM, Stanislav Sedov wrote: >>>> >>>>> On Fri, 17 Jan 2014 15:36:26 +0000 >>>>> Joe Holden mentioned: >>>>> >>>>>> So, thought I'd have a crack at booting FreeBSD on it, got it booting >>>>>> from nfs, but: >>>>>> >>>>>> Jan 1 00:06:13 crs125 getty[888]: tcsetattr /dev/ttyu0: Invalid >>>>>> argument >>>>>> Jan 1 00:06:13 crs125 getty[889]: tcsetattr /dev/ttyu0: Invalid >>>>>> argument >>>>>> Jan 1 00:06:13 crs125 getty[890]: tcsetattr /dev/ttyu0: Invalid >>>>>> argument >>>>>> Jan 1 00:06:13 crs125 getty[891]: tcsetattr /dev/ttyu0: Invalid >>>>>> argument >>>>>> Jan 1 00:06:14 crs125 getty[892]: tcsetattr /dev/ttyu0: Invalid >>>>>> argument >>>>>> Jan 1 00:06:14 crs125 init: getty repeating too quickly on port >>>>>> /dev/ttyu0, sleeping 30 secs >>>>>> >>>>> >>>>> This sounds like the kernel and world are inconsistent. Are you >>>>> sure you're not booting 10x world on HEAD kernel or vice versa? I >>>>> saw something similar once when I had unmatching world and kernel. >>>> >>>> >>>> >>>> What does ls /dev/tty* tell you? >>>> >>>> Warner >>>> >>> What is expected really: >>> >>> root@crs125:~ # ls -la /dev/tty* >>> crw------- 1 root wheel 0x18 Jan 1 00:00 /dev/ttyu0 >>> crw------- 1 root wheel 0x19 Jan 1 00:00 /dev/ttyu0.init >>> crw------- 1 root wheel 0x1a Jan 1 00:00 /dev/ttyu0.lock >>> >>> _______________________________________________ >>> freebsd-mips@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >>> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > > From owner-freebsd-mips@FreeBSD.ORG Thu Jan 23 13:25:21 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B282B9EB; Thu, 23 Jan 2014 13:25:21 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61D8A1E6A; Thu, 23 Jan 2014 13:25:21 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id gq1so1997071obb.35 for ; Thu, 23 Jan 2014 05:25:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xln7fDdi5WfOH9OElbdVAsrby3YkQxc78HCDw8nHcAk=; b=ECsmGnSzgakvc3mleuffyqhmE/Oky8KrPc2PUxohS6qnRGj+7KLOvCyTVozZx2UYMc umwnKM1GHa1jyTS7XbR9Yhii1k+1R8NE7PGLvTf8ea3Fue7oVOcPx7O6gfnCIwO1BWnt Gej9X2pZSfF7ft5TsVnsuwuzR+DvFNGMUBvP0Qm1pd98aXo0GwzZDn30fSnFiAGTMRlp 6kI973Bm6zDUmKhh1wvMEgJC/tDz8rfMWHvmoT3qoiSv8Ew2lf2IfLYx7t+9otpJK5uM CJhlzXz23IuQi7j+jYfj3lzIGViA7fxZSnq6De3doAGoljqeY1T/X917twI+IuprH5kh A+4g== MIME-Version: 1.0 X-Received: by 10.182.153.41 with SMTP id vd9mr46247obb.87.1390483520708; Thu, 23 Jan 2014 05:25:20 -0800 (PST) Received: by 10.76.153.2 with HTTP; Thu, 23 Jan 2014 05:25:20 -0800 (PST) In-Reply-To: References: <1388404360.131024714@f310.i.mail.ru> <1388826328.503909163@f428.i.mail.ru> <1388917050.228853059@f25.i.mail.ru> Date: Thu, 23 Jan 2014 11:25:20 -0200 Message-ID: Subject: Re: Re[6]: RB450G compiling the kernel From: Luiz Otavio O Souza To: Adrian Chadd Content-Type: multipart/mixed; boundary=089e013a10465180f504f0a32cea Cc: "\\\\\\freebsd-mips@freebsd.org\\\\\\" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 13:25:21 -0000 --089e013a10465180f504f0a32cea Content-Type: text/plain; charset=ISO-8859-1 On 5 January 2014 23:41, Adrian Chadd wrote: > On 5 January 2014 02:17, Anton wrote: >> Hi Adrian, >> >> I can post my kernel configs after a week. If it's needed. Sorry for jump in so late. I've a working kernel and hints for RB450G. Please try the attached files (and apply the two patches). Let me know if it works for you. RB450G dmesg: http://pastebin.ca/2577635 Luiz --089e013a10465180f504f0a32cea Content-Type: text/plain; charset=US-ASCII; name="if_arge-invert-units.diff" Content-Disposition: attachment; filename="if_arge-invert-units.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hqs1uibx0 SW5kZXg6IHN5cy9taXBzL2F0aGVyb3MvaWZfYXJnZS5jCj09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIHN5cy9taXBz L2F0aGVyb3MvaWZfYXJnZS5jCShyZXZpc2lvbiAyNTQ5NzYpCisrKyBzeXMvbWlwcy9hdGhlcm9z L2lmX2FyZ2UuYwkod29ya2luZyBjb3B5KQpAQCAtMzcyLDYgKzM3Miw3IEBACiAJbG9uZwkJCWVl cHJvbV9tYWNfYWRkciA9IDA7CiAJaW50CQkJbWlpY2ZnID0gMDsKIAlpbnQJCQlyZWFkYXNjaWkg PSAwOworCWludAkJCWludmVydHVuaXRzOwogCiAJc2MgPSBkZXZpY2VfZ2V0X3NvZnRjKGRldik7 CiAJc2MtPmFyZ2VfZGV2ID0gZGV2OwpAQCAtNTQ2LDggKzU0NywxMSBAQAogCQlzYy0+YXJnZV9l YWRkcls0XSA9IChybmQgPj4gMTYpICYgMHhmZjsKIAkJc2MtPmFyZ2VfZWFkZHJbNV0gPSAocm5k ID4+IDgpICYgMHhmZjsKIAl9Ci0JaWYgKHNjLT5hcmdlX21hY191bml0ICE9IDApCi0JCXNjLT5h cmdlX2VhZGRyWzVdICs9ICBzYy0+YXJnZV9tYWNfdW5pdDsKKwlpZiAocmVzb3VyY2VfaW50X3Zh bHVlKGRldmljZV9nZXRfbmFtZShkZXYpLCAwLCAiaW52ZXJ0dW5pdHMiLAorCSAgICAmaW52ZXJ0 dW5pdHMpID09IDApCisJCXNjLT5hcmdlX2VhZGRyWzVdICs9ICFzYy0+YXJnZV9tYWNfdW5pdDsK KwllbHNlCisJCXNjLT5hcmdlX2VhZGRyWzVdICs9IHNjLT5hcmdlX21hY191bml0OwogCiAJaWYg KGFyZ2VfZG1hX2FsbG9jKHNjKSAhPSAwKSB7CiAJCWVycm9yID0gRU5YSU87Cg== --089e013a10465180f504f0a32cea Content-Type: application/octet-stream; name=RB450G Content-Disposition: attachment; filename=RB450G Content-Transfer-Encoding: base64 X-Attachment-Id: f_hqs1uijr1 IwojIFJCNDUwRyAtIE1pa3JvdGlrIHJvdXRlcmJvYXJkIDQ1MEcgaW5jbHVkZXM6CiMKIyAqIEFS NzE2MSBTb0MKIyAqIDY4ME1oeiBDUFUKIyAqIDI1Nk1CIFJBTQojICogNTEyTUIgbmFuZAojICog bW1jc2QgY2FyZCBzbG90CiMgKiBBUjgzMTYgZ2lnYWJpdCBldGhlcm5ldCBzd2l0Y2gKIwojICRG cmVlQlNEJAojCgppbmNsdWRlCQkiQVI3MVhYX0JBU0UiCmlkZW50CQkiUkI0NTBHIgpoaW50cwkJ IlJCNDUwRy5oaW50cyIKCiMgUkI0NTBbR10gZG9lc24ndCBoYXZlIGFueSBtaW5pcGNpIHNsb3Rz LCBmbGFzaCBhbmQgdXNiIHBvcnRzCm5vZGV2aWNlCXBjaQpub2RldmljZQlhcjcxeHhfcGNpCm5v ZGV2aWNlCW14MjVsCm5vZGV2aWNlCXVzYgpub2RldmljZQllaGNpCm5vZGV2aWNlCXVtYXNzCgoj IFJvdXRlckJvYXJkIFJCNFhYIHN1cHBvcnQKI2RldmljZQkJcmI0eHgKI2RldmljZQkJbmFuZAoK IyBNTUMvU0QgU1BJIHNsb3QKI2RldmljZQkJbW1jCiNkZXZpY2UJCW1tY3NkCiNkZXZpY2UJCW1t Y3NwaQoKIyBGb3IgRE9TCm9wdGlvbnMJCU1TRE9TRlMKCiMgUm91dGVyQm9vdCBzdXBwb3J0Cm9w dGlvbnMJCUFSNzFYWF9FTlZfUk9VVEVSQk9PVAoKIyBGb3IgZXRoZXJzd2l0Y2ggc3VwcG9ydApv cHRpb25zCQlBUkdFX01ESU8KZGV2aWNlCQltaWlwcm94eQpkZXZpY2UJCWV0aGVyc3dpdGNoCmRl dmljZQkJYXJzd2l0Y2gKCmRldmljZQkJdmxhbgoKIyBCb290IG9mZiBmcm9tIE5BTkQKI29wdGlv bnMJCVJPT1RERVZOQU1FPVwidWZzOnJlZGJvb3Qvcm9vdGZzLnV6aXBcIgojIFhYWCAtIE5GUyBy b290IGZvciBub3cKb3B0aW9ucwkJTkZTQ0wKb3B0aW9ucwkJTkZTX1JPT1QKb3B0aW9ucyAgICAg ICAgIEJPT1RQCm9wdGlvbnMgICAgICAgICBCT09UUF9ORlNST09UCm9wdGlvbnMgICAgICAgICBC T09UUF9ORlNWMwpvcHRpb25zICAgICAgICAgQk9PVFBfV0lSRURfVE89YXJnZTEKb3B0aW9ucyAg ICAgICAgIEJPT1RQX0NPTVBBVAoK --089e013a10465180f504f0a32cea Content-Type: application/octet-stream; name="RB450G.hints" Content-Disposition: attachment; filename="RB450G.hints" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hqs1uijy2 IyAkRnJlZUJTRCQKCiMgYXJnZTAgbWRpbyBidXMKaGludC5hcmdlbWRpby4wLmF0PSJuZXh1czAi CmhpbnQuYXJnZW1kaW8uMC5tYWRkcj0weDE5MDAwMDAwCmhpbnQuYXJnZW1kaW8uMC5tc2l6ZT0w eDEwMDAKaGludC5hcmdlbWRpby4wLm9yZGVyPTAKCiMgYXJnZTA6IG5haWwgdG8gMTAwMC9mdWxs LCBSR01JSSAtIGNvbm5lY3RlZCB0byB0aGUgc3dpdGNoCmhpbnQuYXJnZS4wLm1lZGlhPTEwMDAJ CSMgTWFwIHRvIDEwMDAvZnVsbApoaW50LmFyZ2UuMC5mZHVwbGV4PTEJCSMKaGludC5hcmdlLjAu bWlpbW9kZT0zCQkjIFJHTUlJCmhpbnQuYXJnZS4wLnBoeW1hc2s9MHgwCQkjIG5vIGRpcmVjdGx5 IG1hcHBlZCBQSFlzCmhpbnQuYXJnZS4wLmludmVydHVuaXRzPTEJIyBhcmdlMCBjb25uZWN0ZWQg dG8gc3dpdGNoCgojIGFyZ2UxOiBkZWRpY2F0ZWQgc3dpdGNoIHBvcnQKaGludC5hcmdlLjEucGh5 bWFzaz0weDEwCSMgUEhZNApoaW50LmFyZ2UuMS5taWltb2RlPTMJCSMgUkdNSUkKaGludC5hcmdl LjEubWRpbz1tZGlvcHJveHkxCSMgLi4gb2ZmIG9mIHRoZSBzd2l0Y2ggbWRpb2J1cwoKIyBhcnN3 aXRjaApoaW50LmFyc3dpdGNoLjAuYXQ9Im1kaW8wIgpoaW50LmFyc3dpdGNoLjAuaXNfNzI0MD0w CmhpbnQuYXJzd2l0Y2guMC5udW1waHlzPTQKaGludC5hcnN3aXRjaC4wLnBoeTRjcHU9MQpoaW50 LmFyc3dpdGNoLjAuaXNfcmdtaWk9MQpoaW50LmFyc3dpdGNoLjAuaXNfZ21paT0wCgojIFJvdXRl ckJvYXJkIENQTEQKaGludC5yYl9jcGxkYnVzLjAuYXQ9InNwaWJ1czAiCmhpbnQucmJfY3BsZGJ1 cy4wLmNzPTAKCiMgU1BJIG1pY3JvU0Qgc2xvdApoaW50Lm1tY3NwaS4wLmF0PSJzcGlidXMwIgpo aW50Lm1tY3NwaS4wLmNzPTEKCiMgRG9uJ3QgZmxpcCBvbiBhbnl0aGluZyB0aGF0IGlzbid0IGFs cmVhZHkgZW5hYmxlZC4KIyBUaGlzIGluY2x1ZGVzIGxlYXZpbmcgdGhlIFNQSSBDUzEvQ1MyIHBp bnMgYXMgR1BJTyBwaW5zIGFzIHRoZXkncmUKIyBub3QgdXNlZCBoZXJlLgojaGludC5ncGlvLjAu ZnVuY3Rpb25fc2V0PTB4MDAwMDAwMDAKI2hpbnQuZ3Bpby4wLmZ1bmN0aW9uX2NsZWFyPTB4MDAw MDAwMDAKCiMgVGhlc2UgYXJlIHRoZSBHUElPIExFRHMgYW5kIGJ1dHRvbnMgd2hpY2ggY2FuIGJl IHNvZnR3YXJlIGNvbnRyb2xsZWQuCmhpbnQuZ3Bpby4wLnBpbm1hc2s9MHgwMDAwMDBmZgoKIyBH UElPIDA6CiMgR1BJTyAxOgojIEdQSU8gMjoKIyBHUElPIDM6CiMgR1BJTyA0OiBMZWQtMQojIEdQ SU8gNTogTkFORCBidXN5IHBpbgojIEdQSU8gNjoKIyBHUElPIDc6IFJlc2V0IFN3aXRjaAoKIyBH cmVlbiBsZWQgbmVhciB0aGUgcG93ZXIgbGVkLgpoaW50LmdwaW9sZWQuMC5hdD0iZ3Bpb2J1czAi CmhpbnQuZ3Bpb2xlZC4wLm5hbWU9ImxlZDAiCiMgcGluIDQKaGludC5ncGlvbGVkLjAucGlucz0w eDAwMTAKCiMgUm91dGVyQm9hcmQgQ1BMRCBsZWRzCmhpbnQuZ3Bpb2xlZC4xLmF0PSJncGlvYnVz MSIKaGludC5ncGlvbGVkLjEubmFtZT0ibGVkMSIKaGludC5ncGlvbGVkLjEucGlucz0weDAwMDEK aGludC5ncGlvbGVkLjIuYXQ9ImdwaW9idXMxIgpoaW50LmdwaW9sZWQuMi5uYW1lPSJsZWQyIgpo aW50LmdwaW9sZWQuMi5waW5zPTB4MDAwMgpoaW50LmdwaW9sZWQuMy5hdD0iZ3Bpb2J1czEiCmhp bnQuZ3Bpb2xlZC4zLm5hbWU9ImxlZDMiCmhpbnQuZ3Bpb2xlZC4zLnBpbnM9MHgwMDA0CmhpbnQu Z3Bpb2xlZC40LmF0PSJncGlvYnVzMSIKaGludC5ncGlvbGVkLjQubmFtZT0ibGVkNCIKaGludC5n cGlvbGVkLjQucGlucz0weDAwMDgKCg== --089e013a10465180f504f0a32cea Content-Type: text/plain; charset=US-ASCII; name="routerboot.diff" Content-Disposition: attachment; filename="routerboot.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hqs1uik63 SW5kZXg6IHN5cy9jb25mL29wdGlvbnMubWlwcwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBzeXMvY29uZi9vcHRp b25zLm1pcHMJKHJldmlzaW9uIDI1NDk3NikKKysrIHN5cy9jb25mL29wdGlvbnMubWlwcwkod29y a2luZyBjb3B5KQpAQCAtOTIsNiArOTIsNyBAQAogQVI3MVhYX1JFQUxNRU0JCQlvcHRfYXI3MXh4 LmgKIEFSNzFYWF9FTlZfVUJPT1QJCW9wdF9hcjcxeHguaAogQVI3MVhYX0VOVl9SRURCT09UCQlv cHRfYXI3MXh4LmgKK0FSNzFYWF9FTlZfUk9VVEVSQk9PVAkJb3B0X2FyNzF4eC5oCiBBUjcxWFhf QVRIX0VFUFJPTQkJb3B0X2FyNzF4eC5oCiAKICMKSW5kZXg6IHN5cy9taXBzL2F0aGVyb3MvYXI3 MXh4X21hY2hkZXAuYwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBzeXMvbWlwcy9hdGhlcm9zL2FyNzF4eF9tYWNo ZGVwLmMJKHJldmlzaW9uIDI1NDk3NikKKysrIHN5cy9taXBzL2F0aGVyb3MvYXI3MXh4X21hY2hk ZXAuYwkod29ya2luZyBjb3B5KQpAQCAtMTQwLDYgKzE0MCwzMiBAQAogCX0KIH0KIAorI2lmZGVm CUFSNzFYWF9FTlZfUk9VVEVSQk9PVAorLyoKKyAqIFJvdXRlckJvb3QgZ2l2ZXMgdXMgYSBjb21t YW5kIGxpbmUgYXJndW1lbnQgd2l0aCB0aGUgYXZhaWxhYmxlIG1lbW9yeS4KKyAqLworc3RhdGlj IGludAorYXI3MXh4X3JvdXRlcmJvb3RfZ2V0X21lbShpbnQgYXJnYywgY2hhciAqKmFyZ3YpCit7 CisJaW50IGksIGJvYXJkX21lbTsKKworCS8qCisJICogUHJvdGVjdCBvdXJzZWx2ZXMgZnJvbSBn YXJiYWdlIGluIHJlZ2lzdGVycy4KKwkgKi8KKwlpZiAoIU1JUFNfSVNfVkFMSURfUFRSKGFyZ3Yp KQorCQlyZXR1cm4gKDApOworCisJZm9yIChpID0gMDsgaSA8IGFyZ2M7IGkrKykgeworCQlpZiAo c3RybmNtcChhcmd2W2ldLCAibWVtPSIsIDQpID09IDApIHsKKwkJCWlmIChzc2NhbmYoYXJndltp XSArIDQsICIlZE0iLCAmYm9hcmRfbWVtKSA9PSAxKQorCQkJCXJldHVybiAoYnRvYyhib2FyZF9t ZW0gKiAxMDI0ICogMTAyNCkpOworCQl9CisJfQorCisJcmV0dXJuICgwKTsKK30KKyNlbmRpZgor CiB2b2lkCiBwbGF0Zm9ybV9zdGFydChfX3JlZ2lzdGVyX3QgYTAgX191bnVzZWQsIF9fcmVnaXN0 ZXJfdCBhMSBfX3VudXNlZCwgCiAgICAgX19yZWdpc3Rlcl90IGEyIF9fdW51c2VkLCBfX3JlZ2lz dGVyX3QgYTMgX191bnVzZWQpCkBAIC0xODMsNyArMjA5LDE1IEBACiAJCX0KIAl9CiAKKyNpZmRl ZglBUjcxWFhfRU5WX1JPVVRFUkJPT1QKIAkvKgorCSAqIFJvdXRlckJvb3QgaW5mb3JtcyB0aGUg Ym9hcmQgbWVtb3J5IGFzIGEgY29tbWFuZCBsaW5lIGFyZ3VtZW50LgorCSAqLworCWlmIChyZWFs bWVtID09IDApCisJCXJlYWxtZW0gPSBhcjcxeHhfcm91dGVyYm9vdF9nZXRfbWVtKGFyZ2MsIGFy Z3YpOworI2VuZGlmCisKKwkvKgogCSAqIEp1c3Qgd2lsZCBndWVzcy4gUmVkQm9vdCBsZXQgdXMg ZG93biBhbmQgZGlkbid0IHJlcG9ydGVkIAogCSAqIG1lbW9yeSBzaXplCiAJICovCg== --089e013a10465180f504f0a32cea-- From owner-freebsd-mips@FreeBSD.ORG Thu Jan 23 19:02:15 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3349BE3 for ; Thu, 23 Jan 2014 19:02:15 +0000 (UTC) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E81C1F0B for ; Thu, 23 Jan 2014 19:02:15 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d17so565655eek.8 for ; Thu, 23 Jan 2014 11:02:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=L09l0dqye9+VOegcf7aSindCLqCvpfhTnXjNZrrZGnw=; b=zE9wWxfbkK4IvG3GExlYvZqAiSh302Fo9p8qsOVHdHRFPQ981FCgMiA2uuC5OphGZO UhhcIMdY3x8qulrC8S+O1BkrS/cvw+vm7G95PYneWF00vrztDDULDmjc3tkBhTd85gR1 nVE+TNLiAqjbhV5Yhx2nTgHfn31oT2Ib5swTaFIBvIT4JIAwU8vi4ZCc7Quv11bcbIZC YVfE2JL1h7PNjBd+3kYBT4CQPeZUm2NgABdHQWtjUdrPNArbWmjnbccQh5RT8f6XXPoM sX6+c9q6f0fTwi5Jsxgy2pG0+7Pqh4jwNCltzjdOz8gRPWs73TgdlOhNLiBJoKnx/udl e/vw== MIME-Version: 1.0 X-Received: by 10.14.218.69 with SMTP id j45mr8876085eep.22.1390503733322; Thu, 23 Jan 2014 11:02:13 -0800 (PST) Received: by 10.14.2.66 with HTTP; Thu, 23 Jan 2014 11:02:13 -0800 (PST) Date: Thu, 23 Jan 2014 11:02:13 -0800 Message-ID: Subject: Picostation build failure on -head From: hiren panchasara To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 19:02:15 -0000 -head at r261082 Fails at: --- genassym.o --- cc -c -O -pipe -march=mips32 -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/home/hirenp/work/freebsd/head/src/sys -I/usr/ home/hirenp/work/freebsd/head/src/sys/contrib/altq -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/ipfilter -I/usr/home/hirenp/work/freebsd/head/src/sys/dev /ath -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/ath/ath_hal -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/dev/ath/ath_hal -I/usr/home/hirenp/work/fr eebsd/head/src/sys/contrib/ngatm -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/twa -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/cxgb -I/usr/home/hirenp/wo rk/freebsd/head/src/sys/dev/cxgbe -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finli ne-limit=768 --param inline-unit-growth=100 --param large-function-growth=1000 --param max-inline-insns-single=1000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x8 0050000 -march=mips32 -msoft-float -ffreestanding /usr/home/hirenp/work/freebsd/head/src/sys/mips/mips/genassym.c cc: warning: argument unused during compilation: '-finline-limit=768' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '--param inline-unit-growth=100' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '--param large-function-growth=1000' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '--param max-inline-insns-single=1000' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-mno-abicalls' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-G 0' [-Wunused-command-line-argument] error: unknown target CPU 'mips32' *** [genassym.o] Error code 1 I am using http://code.google.com/p/freebsd-wifi-build/ And, picostation is using http://code.google.com/p/freebsd-wifi-build/source/browse/trunk/build/cfg/picostation_m2hp where: TARGET=mips TARGET_ARCH=mips TARGET_CPUTYPE=mips32 Anyone aware of this? Thanks, Hiren From owner-freebsd-mips@FreeBSD.ORG Thu Jan 23 19:34:03 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51037487 for ; Thu, 23 Jan 2014 19:34:03 +0000 (UTC) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEAD811AC for ; Thu, 23 Jan 2014 19:34:02 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id e53so575080eek.39 for ; Thu, 23 Jan 2014 11:34:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JJpUf+2T6EFyfrdTD+RC8GpEpTL4HIZcBX2mbgQKIyE=; b=NglDwy46a3GIofs/GwJUgEGf45nGFDatxFf494OHxo1/2szTY7EjpYXBwqlQWrJMqD xGl8olU5cCb7GWd+qcPe3zcsQRujHPPt+Q+rEO/wLCIy0wxaKKfK5Eu9+rNC7Oxq4x+Y Netf9ezTMPTWbxHnHBRs3CnHztakXs3IpNtAjagcaR4ZP9GgJ9YFmmBCYZ4T/9TsA+oH o7f0YnQ7PJ6ZWFHKiCa9qcsGYQotceHmzTVDWFPzSf8ASvQRvZSxujVi1DoTNUvUov/f itcFEI8OVsP/hSHFjkPBkEYswMAPYlQZlSTjH0BNmLfvRogHRQhH1YRlfFUFALB68NsJ KR2g== MIME-Version: 1.0 X-Received: by 10.15.107.205 with SMTP id cb53mr30422eeb.107.1390505641244; Thu, 23 Jan 2014 11:34:01 -0800 (PST) Received: by 10.14.2.66 with HTTP; Thu, 23 Jan 2014 11:34:01 -0800 (PST) In-Reply-To: References: Date: Thu, 23 Jan 2014 11:34:01 -0800 Message-ID: Subject: Re: Picostation build failure on -head From: hiren panchasara To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 19:34:03 -0000 False alarm. Guess what? It doesn't hate you if you do buildworld before buildkernel. My bad. Hiren On Thu, Jan 23, 2014 at 11:02 AM, hiren panchasara wrote: > -head at r261082 > > Fails at: > --- genassym.o --- > cc -c -O -pipe -march=mips32 -std=c99 -g -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual > -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs > -fdiagnostics-show-option -nostdinc -I. > -I/usr/home/hirenp/work/freebsd/head/src/sys -I/usr/ > home/hirenp/work/freebsd/head/src/sys/contrib/altq > -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/ipfilter > -I/usr/home/hirenp/work/freebsd/head/src/sys/dev > /ath -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/ath/ath_hal > -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/dev/ath/ath_hal > -I/usr/home/hirenp/work/fr > eebsd/head/src/sys/contrib/ngatm > -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/twa > -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/cxgb > -I/usr/home/hirenp/wo > rk/freebsd/head/src/sys/dev/cxgbe > -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/libfdt -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finli > ne-limit=768 --param inline-unit-growth=100 --param > large-function-growth=1000 --param max-inline-insns-single=1000 > -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x8 > 0050000 -march=mips32 -msoft-float -ffreestanding > /usr/home/hirenp/work/freebsd/head/src/sys/mips/mips/genassym.c > cc: warning: argument unused during compilation: '-finline-limit=768' > [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '--param > inline-unit-growth=100' [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '--param > large-function-growth=1000' [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '--param > max-inline-insns-single=1000' [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '-mno-abicalls' > [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '-G 0' > [-Wunused-command-line-argument] > error: unknown target CPU 'mips32' > *** [genassym.o] Error code 1 > > I am using http://code.google.com/p/freebsd-wifi-build/ > > And, picostation is using > http://code.google.com/p/freebsd-wifi-build/source/browse/trunk/build/cfg/picostation_m2hp > > where: > > TARGET=mips > TARGET_ARCH=mips > TARGET_CPUTYPE=mips32 > > Anyone aware of this? > > Thanks, > Hiren From owner-freebsd-mips@FreeBSD.ORG Sat Jan 25 21:03:16 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88718AD2 for ; Sat, 25 Jan 2014 21:03:16 +0000 (UTC) Received: from iad1-shared-relay1.dreamhost.com (iad1-shared-relay1.dreamhost.com [208.113.157.50]) by mx1.freebsd.org (Postfix) with ESMTP id 664A71693 for ; Sat, 25 Jan 2014 21:03:16 +0000 (UTC) Received: from cloudburst.dreamhost.com (unknown [66.33.212.129]) by iad1-shared-relay1.dreamhost.com (Postfix) with ESMTP id 5C899B40071 for ; Sat, 25 Jan 2014 13:03:09 -0800 (PST) Received: by cloudburst.dreamhost.com (Postfix, from userid 99172) id AD21C220ED2; Sat, 25 Jan 2014 13:03:08 -0800 (PST) Date: Sat, 25 Jan 2014 16:03:08 -0500 From: Nathan Dorfman To: freebsd-mips@freebsd.org Subject: FreeBSD 10.0 image and build script for EdgeRouter Lite Message-ID: <20140125210308.GA6936@rtfm.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 21:03:16 -0000 Hello all, I have a little thing that might be useful for anyone who wants to give FreeBSD a try on the Ubiquiti EdgeRouter Lite, a ~US$90 Octeon-based 3-port Ethernet router[1]. This script will build an image for the device from a FreeBSD source tree: http://rtfm.net/FreeBSD/ERL/mkerlimage Nothing new here, it's mostly based on imp's mkoctimage script[2]. It will generate the correct (?) kernel config for this device, and a couple of minor changes (tmpfs, da0s1 on /boot for 'make installkernel'). It should work on any fresh checkout of the FreeBSD tree. There's also a prebuilt image of 10.0-RELEASE. It's just the output of the same script, and is ready to use on the EdgeRouter lite, after using the serial console to reconfigure the on-board U-Boot bootloader to look in the right place. (If possible, I'll next try to make an image which doesn't require this.) http://rtfm.net/FreeBSD/ERL/images/freebsd-10.0-RELEASE-ubiquiti-edgerouter-lite.image.xz SHA-512 checksum: http://rtfm.net/FreeBSD/ERL/images/freebsd-10.0-RELEASE-ubiquiti-edgerouter-lite.sha512 Hopefully, someone out there gets some enjoyment from this. If you need more info about the serial console, boot loader, or any other step in the process, there is also a (hopefully) very easy step by step guide one level up, at http://rtfm.net/FreeBSD/ERL -nd. 1. http://www.ubnt.com/edgemax#edge-router-lite 2. http://people.freebsd.org/~imp/mkoctimage From owner-freebsd-mips@FreeBSD.ORG Sat Jan 25 21:18:34 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C8DAFED for ; Sat, 25 Jan 2014 21:18:34 +0000 (UTC) Received: from mail.lhr1.as41113.net (mail.lhr1.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 055751776 for ; Sat, 25 Jan 2014 21:18:33 +0000 (UTC) Received: from [10.193.246.16] (unknown [91.208.177.70]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lhr1.as41113.net (Postfix) with ESMTPS id 3fBVSb1HDZz7vbX for ; Sat, 25 Jan 2014 21:18:23 +0000 (UTC) Message-ID: <52E42A1B.3040907@rewt.org.uk> Date: Sat, 25 Jan 2014 21:18:19 +0000 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "freebsd-mips@freebsd.org" Subject: More trapframe panics Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 21:18:34 -0000 Hi, Just chucked 10.0-R onto an ERL here, already hit a trapframe panic when building several ports, IIRC these were fixed before? panic: kernel stack overflow - trapframe at 0xffffffff80753eb0 cpuid = 0 Uptime: 16h59m55s Don't have debugging on as the CPU is already slow enough :) Can boot a witness/whatever enabled kernel though if required... Thanks, Joe From owner-freebsd-mips@FreeBSD.ORG Sat Jan 25 22:07:20 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A85BADC6 for ; Sat, 25 Jan 2014 22:07:20 +0000 (UTC) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A33F1B49 for ; Sat, 25 Jan 2014 22:07:19 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id ec20so3586391lab.9 for ; Sat, 25 Jan 2014 14:07:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=WYf0feGlzlySGBbY3IOBfn2x68zI0T1K6xg2+3ty7Ik=; b=kAgz3w9+nBU9yeGijYE59qJcONL/ebMxQrEZotX0R7dpXZhzig3A1d6y3M18H4LsfH wxwJqNLvDbBqxI7gzySbmuEjTJumafJNWSENocgGwCl7jMf7obAJWwiYRSZPXmBaplhc 0rmuxle4x3ZEkrSQuOYWRYcpYJ8Y8CojGP8FhvuJBdnme1BgYy8HXwaOle3JsTQwH16A 3zMPu6EOPpvyhZZVUVjtgXDtAyh7OmI7ZteEiAERBP+S5pSDrcIcroNzmT01F1qBN+Sg t3dKhtMSBagDn254mTvU2HefuDxdI/iLikqAch3hGVznBB6LIH9roIKaBW5issMYsiUQ 8WSA== X-Gm-Message-State: ALoCoQmf7hC1eMWqFwMDMHyecujmBKAzp68jpC0d6WUnrkNmNh+oa8Oo0IPzEQK2LJ5utn8SqwrA X-Received: by 10.112.125.33 with SMTP id mn1mr109485lbb.43.1390687631864; Sat, 25 Jan 2014 14:07:11 -0800 (PST) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.152.129.170 with HTTP; Sat, 25 Jan 2014 14:06:51 -0800 (PST) In-Reply-To: <52E42A1B.3040907@rewt.org.uk> References: <52E42A1B.3040907@rewt.org.uk> From: Juli Mallett Date: Sat, 25 Jan 2014 14:06:51 -0800 X-Google-Sender-Auth: ZrgCg1OGZsb6TrNonjp0dDUMC8k Message-ID: Subject: Re: More trapframe panics To: Joe Holden Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 22:07:20 -0000 On Sat, Jan 25, 2014 at 1:18 PM, Joe Holden wrote: > Hi, > > Just chucked 10.0-R onto an ERL here, already hit a trapframe panic when > building several ports, IIRC these were fixed before? > First off, there's no such thing as a "trapframe panic" first off =E2=80=94= a trapframe is a structure which contains all of the registers that are saved when a trap occurs. Every panic can be associated with a trapframe, but in most cases the trapframe is available through the thread or some other indirection. In this case, because the stack has overflowed, things are in a bad state, and the kernel gives you the address of the trapframe because it might be difficult to find otherwise under the circumstances. panic: kernel stack overflow - trapframe at 0xffffffff80753eb0 > As the panic message says here, you're seeing a kernel stack overflow. This is not a single class of problem; kernel stack overflows are caused by there being more data on the stack than the kernel stack can contain. This happens easily on 64-bit MIPS because due to slightly-crummy design on our part there's proportionally less room on the stack than on a 32-bit system. Several people have nebulous plans to address the problem of the stack being too small, but I don't know of anyone intending concrete action going forward. You may want to report these as exactly what the meaningful part of the panic says, a "kernel stack overflow", as you'll be more likely to get the right kind of help/attention for the problem, although given that we know the kernel stack is simply too small, there may not be much to be gained by reporting it. Adrian will say that reporting it is good because it reminds developers that there's a problem, but I don't think anyone working on 64-bit MIPS isn't aware that this is a problem at this point. This isn't a single bug which needs to be fixed, but a structural problem and a known one, and so I worry it's likely to be frustrating for you if you're putting effort in to reporting these, since resolution is probably going to be elusive, or at least indirect. Now, you do correctly say that stack overflows were made less frequent, presumably by reducing stack usage by things that were using too much, and while that may be the case now, it seems less and less likely, and more likely that reasonable stack usage is leading to problems. I hope at least some of that is useful or at least gives more insight into what's going on. I don't want you to feel ignored, and I don't want to give the false expectation that a fix is around the corner. It would be very easy for someone to change the code so that we just use 4 pages of kernel stack rather than 2, but it doesn't seem like that's a pressing matter for anyone who has the time to work on it, unfortunately. WITNESS won't add anything, and may actually make your problem worse, as there will likely be deeper stacks on average with WITNESS or other debugging options compiled in. You're doing everything right, but unfortunately FreeBSD is just a little deficient right now. We're all lucky that it's uncommon enough that people can use 64-bit MIPS at all, although maybe we're unlucky in the sense that it didn't present as a pressing issue when much of the 64-bit work was first being done. Thanks, Juli. > cpuid =3D 0 > Uptime: 16h59m55s > > Don't have debugging on as the CPU is already slow enough :) > > Can boot a witness/whatever enabled kernel though if required... > > Thanks, > Joe > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >