From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 10 00:36:03 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009FB37B401; Sun, 10 Aug 2003 00:36:03 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EADF43F75; Sun, 10 Aug 2003 00:36:02 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7A7a1QX061798; Sun, 10 Aug 2003 00:36:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7A7a1Va061797; Sun, 10 Aug 2003 00:36:01 -0700 (PDT) Date: Sun, 10 Aug 2003 00:36:00 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20030810073600.GA61665@dragon.nuxi.com> Mail-Followup-To: David O'Brien , John Baldwin , alpha@FreeBSD.org, markm@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: markm@FreeBSD.org cc: alpha@FreeBSD.org Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 07:36:03 -0000 On Fri, Aug 08, 2003 at 05:14:59PM -0400, John Baldwin wrote: > I have a completely untested (but should work :-P) patch to convert > Alpha over to the new cpu_throw/switch conventions of passing the > threads in as arguments to the function. The patch is at > http://www.FreeBSD.org/~jhb/patches/alpha_switch.patch I would > appreciate it if someone could test it. Success would be making > it to multiuser mode. Failure would probably be panic'ing very early > after starting init since failure means context switches are broken. The patch works for me. When I 1st booted with this patch (and a GENERIC kernel), I had some modules preloaded for me in /boot/loader.conf for use with my normal kernel. Booting in that situation gave me: I wish someone would fix random.ko... Copyright (c) 1992-2003 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 5.1-CURRENT #0: Sat Aug 9 18:51:57 PDT 2003 rootk@phuong.nuxi.com:/files/CURRENT/usr/src/sys/alpha/compile/GENERIC Preloaded elf kernel "/boot/kernel/kernel.ko" at 0xfffffc000096e000. Preloaded elf module "/boot/kernel/if_tun.ko" at 0xfffffc000096e0d0. Preloaded elf module "/boot/kernel/if_dc.ko" at 0xfffffc000096e1a0. Preloaded elf module "/boot/kernel/random.ko" at 0xfffffc000096e270. can't re-use a leaf (if_tun_debug)! module_register: module random already exists! Module random failed to register: 17 module_register: module if_tun already exists! Module if_tun failed to register: 17 module_register: module cardbus/dc already exists! Module cardbus/dc failed to register: 17 module_register: module pci/dc already exists! Module pci/dc failed to register: 17 module_register: module dc/miibus already exists! Module dc/miibus failed to register: 17 ST6600 COMPAQ Professional Workstation XP1000, 666MHz 8192 byte page size, 1 processor. CPU: EV67 (21264A) major=11 minor=9 extensions=0x307 OSF PAL rev: 0x1001400020147 real memory = 669253632 (638 MB) avail memory = 641564672 (611 MB) panic: mutex "random reseed" 0xfffffc0000969648 already initialized cpuid = 0; panic Stopped at Debugger+0x38: zapnot v0,#0xf,v0 db> tr Debugger() at Debugger+0x38 panic() at panic+0x218 mtx_init() at mtx_init+0x80 random_init() at random_init+0xac random_modevent() at random_modevent+0x48 module_register_init() at module_register_init+0xa0 mi_startup() at mi_startup+0x144 locorestart() at locorestart+0x64 --- root of call graph --- db> From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 10 00:36:55 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12A137B401; Sun, 10 Aug 2003 00:36:54 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343C443FA3; Sun, 10 Aug 2003 00:36:54 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7A7arQX061810; Sun, 10 Aug 2003 00:36:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7A7aqpw061809; Sun, 10 Aug 2003 00:36:52 -0700 (PDT) Date: Sun, 10 Aug 2003 00:36:52 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20030810073652.GB61665@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Marcel Moolenaar , John Baldwin , alpha@freebsd.org References: <20030808232428.GA25847@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030808232428.GA25847@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: alpha@freebsd.org Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 07:36:55 -0000 On Fri, Aug 08, 2003 at 04:24:28PM -0700, Marcel Moolenaar wrote: > On Fri, Aug 08, 2003 at 05:14:59PM -0400, John Baldwin wrote: > > I have a completely untested (but should work :-P) patch to convert > > Alpha over to the new cpu_throw/switch conventions of passing the > > threads in as arguments to the function. The patch is at > > http://www.FreeBSD.org/~jhb/patches/alpha_switch.patch I would > > appreciate it if someone could test it. Success would be making > > it to multiuser mode. Failure would probably be panic'ing very early > > after starting init since failure means context switches are broken. > > Kaboom: ... > Digital Personal Workstation (Miata) > Digital Personal WorkStation 433au, 432MHz The patch worked for me -- could the problem be the difference between ev56 and ev6? From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 10 00:56:08 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9623B37B401; Sun, 10 Aug 2003 00:56:08 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9DD43FBF; Sun, 10 Aug 2003 00:56:07 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp42.pn.xcllnt.net (dhcp42.pn.xcllnt.net [192.168.4.242]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h7A7u5wO065848; Sun, 10 Aug 2003 00:56:07 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp42.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp42.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h7A7u0M6061896; Sun, 10 Aug 2003 00:56:00 -0700 (PDT) (envelope-from marcel@dhcp42.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp42.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h7A7u04r061895; Sun, 10 Aug 2003 00:56:00 -0700 (PDT) (envelope-from marcel) Date: Sun, 10 Aug 2003 00:56:00 -0700 From: Marcel Moolenaar To: "David O'Brien" , John Baldwin , alpha@FreeBSD.org Message-ID: <20030810075600.GB55077@dhcp42.pn.xcllnt.net> References: <20030808232428.GA25847@athlon.pn.xcllnt.net> <20030810073652.GB61665@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030810073652.GB61665@dragon.nuxi.com> User-Agent: Mutt/1.5.4i Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 07:56:08 -0000 On Sun, Aug 10, 2003 at 12:36:52AM -0700, David O'Brien wrote: > On Fri, Aug 08, 2003 at 04:24:28PM -0700, Marcel Moolenaar wrote: > > On Fri, Aug 08, 2003 at 05:14:59PM -0400, John Baldwin wrote: > > > I have a completely untested (but should work :-P) patch to convert > > > Alpha over to the new cpu_throw/switch conventions of passing the > > > threads in as arguments to the function. The patch is at > > > http://www.FreeBSD.org/~jhb/patches/alpha_switch.patch I would > > > appreciate it if someone could test it. Success would be making > > > it to multiuser mode. Failure would probably be panic'ing very early > > > after starting init since failure means context switches are broken. > > > > Kaboom: > ... > > Digital Personal Workstation (Miata) > > Digital Personal WorkStation 433au, 432MHz > > The patch worked for me -- could the problem be the difference between > ev56 and ev6? I have no idea. I haven't actually tried to interpret the patch or tried to figure out what could be wrong. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 10 02:38:30 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AF037B401; Sun, 10 Aug 2003 02:38:30 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1EC743F75; Sun, 10 Aug 2003 02:38:29 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.9/8.12.9) with ESMTP id h7A9cSHo062868; Sun, 10 Aug 2003 10:38:28 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)h7A9cSRQ062867; Sun, 10 Aug 2003 10:38:28 +0100 (BST) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])h7A9dPOI045006; Sun, 10 Aug 2003 10:39:26 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200308100939.h7A9dPOI045006@grimreaper.grondar.org> To: obrien@FreeBSD.org In-Reply-To: Your message of "Sun, 10 Aug 2003 00:36:00 PDT." <20030810073600.GA61665@dragon.nuxi.com> Date: Sun, 10 Aug 2003 10:39:24 +0100 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: alpha@FreeBSD.org cc: John Baldwin Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 09:38:31 -0000 "David O'Brien" writes: > I wish someone would fix random.ko... "Hi Mark, please fix random.ko" :-) > Preloaded elf module "/boot/kernel/random.ko" at 0xfffffc000096e270. > can't re-use a leaf (if_tun_debug)! > module_register: module random already exists! What is a module that doesn't do this that I can crib a canonical solution out of? M -- Mark Murray iumop ap!sdn w,I idlaH From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 10 09:00:12 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D58DD37B401; Sun, 10 Aug 2003 09:00:12 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96BF43F75; Sun, 10 Aug 2003 09:00:11 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7AG0Beb063687; Sun, 10 Aug 2003 12:00:11 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7AG0Aio063686; Sun, 10 Aug 2003 12:00:10 -0400 (EDT) Date: Sun, 10 Aug 2003 12:00:10 -0400 (EDT) Message-Id: <200308101600.h7AG0Aio063686@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 16:00:13 -0000 TB --- 2003-08-10 16:00:10 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-10 16:00:10 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-10 16:00:10 - /usr/bin/cvs returned exit code 1 TB --- 2003-08-10 16:00:10 - ERROR: unable to check out the source tree TB --- 2003-08-10 16:00:10 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 10 21:50:54 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BB237B40D; Sun, 10 Aug 2003 21:50:53 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490E643F93; Sun, 10 Aug 2003 21:50:52 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7B4opeb091717; Mon, 11 Aug 2003 00:50:51 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7B4op38091716; Mon, 11 Aug 2003 00:50:51 -0400 (EDT) Date: Mon, 11 Aug 2003 00:50:51 -0400 (EDT) Message-Id: <200308110450.h7B4op38091716@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 04:50:54 -0000 TB --- 2003-08-11 04:00:10 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-11 04:00:10 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-11 04:22:39 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies [...] ===> usr.sbin/pciconf rm -f .depend mkdep -f .depend -a -I/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/usr.sbin/pciconf/../../sys /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/usr.sbin/pciconf/pciconf.c echo pciconf: /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/lib/libc.a >> .depend ===> usr.sbin/periodic ===> usr.sbin/pkg_install ===> usr.sbin/pkg_install/lib make: don't know how to make pkgwrap.c. Stop *** Error code 2 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/usr.sbin/pkg_install. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/usr.sbin. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-11 04:50:51 - /usr/bin/make returned exit code 1 TB --- 2003-08-11 04:50:51 - ERROR: failed to build world TB --- 2003-08-11 04:50:51 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 07:53:48 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A625237B401 for ; Mon, 11 Aug 2003 07:53:48 -0700 (PDT) Received: from mgr5.xmission.com (mgr5.xmission.com [198.60.22.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC55A43F75 for ; Mon, 11 Aug 2003 07:53:47 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr5.xmission.com with spam-scanned (Exim 3.35 #1) id 19mE3P-00083S-05 for freebsd-alpha@freebsd.org; Mon, 11 Aug 2003 08:53:47 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr5.xmission.com with esmtp (Exim 3.35 #1) id 19mE3K-00080H-05; Mon, 11 Aug 2003 08:53:43 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.9/8.12.9) with ESMTP id h7BF1gC5083162; Mon, 11 Aug 2003 09:01:43 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9/8.12.9/Submit) id h7BF1fdJ083161; Mon, 11 Aug 2003 09:01:41 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 11 Aug 2003 09:01:40 -0600 From: Greg Lewis To: "David O'Brien" Message-ID: <20030811150140.GA83071@misty.eyesbeyond.com> References: <20030809165159.GA26726@misty.eyesbeyond.com> <20030810002213.GA57014@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030810002213.GA57014@dragon.nuxi.com> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-9.2 required=8.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT,X_AUTH_WARNING version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-alpha@freebsd.org Subject: Re: Netboot cross-compiled kernel X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 14:53:49 -0000 On Sat, Aug 09, 2003 at 05:22:13PM -0700, David O'Brien wrote: > On Sat, Aug 09, 2003 at 10:51:59AM -0600, Greg Lewis wrote: > > I grabbed the 4.8 miniiso and unpacked it in a suitable directory and > > put in an fstab with just a root NFS mount (for now). After setting up > > bootp and tftp the machine does boot, only to have the GENERIC kernel > > panic trying to mount root: > > You'll probably have a much easier time getting started with FreeBSD on > Alpha if you're willing to just do a normal disk install. :-) > > The EB164 is well supported and you should have no problems running > FreeBSD on it. Well, I'd sort of prefer netbooting as I can then switch between 4.x and 5.x to test things fairly easily. I can also switch to {Net,Open}BSD just as easily. All of which are appealing :). Especially given the machine has a single 4G disk. > > Is there something else I need to do when cross building, or does it not > > work in 4.x? I did notice the cross-build compiles code with -mcpu=ev4 > > where the CPU identifies during boot as: > > > > CPU: EV56 (21164A) > > > > Is this a problem? I.e. should I do the build with -mcpu=ev56? > > Not a problem. You'll get better performance with -mcpu=ev56, but all > Alpha's can run ev4 code. Thats what I thought, thanks for confirming it :). > > Its running SRM 4.8, although that seems to be working fine in terms of > > the netbooting getting going and I'm loathe to upgrade unless I need to > > after having bad experience trying to get SRM working on an LX board. > > Getting SRM inititally instaled on a machine with AlphaBIOS only can be a > PITA -- but upgrading your SRM from SRM is quite straight forward and > easy. Fair enough. The previous experience was indeed trying to move from AlphaBIOS to SRM. Thanks for the response. I think I'm going to download and burn the rescue disk then boot from that and try to build a netbootable kernel on the Alpha rather than cross-compiling. If that doesn't work I'll probably obtain another disk and install on that. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 09:56:07 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0699637B401; Mon, 11 Aug 2003 09:56:07 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256A343F75; Mon, 11 Aug 2003 09:56:04 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7BGu2eb073043; Mon, 11 Aug 2003 12:56:02 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7BGu2Hh073042; Mon, 11 Aug 2003 12:56:02 -0400 (EDT) Date: Mon, 11 Aug 2003 12:56:02 -0400 (EDT) Message-Id: <200308111656.h7BGu2Hh073042@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 16:56:07 -0000 TB --- 2003-08-11 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-11 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-11 16:22:23 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-11 16:55:56 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Aug 11 16:55:56 GMT 2003 [...] /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:120: syntax error before `pmap_phys_address' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:120: warning: type defaults to `int' in declaration of `pmap_phys_address' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:120: warning: data definition has no type or storage class /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:131: warning: parameter names (without types) in function declaration /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:132: syntax error before `int' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:132: warning: function declaration isn't a prototype /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:141: syntax error before `pa' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:141: warning: function declaration isn't a prototype *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-11 16:56:02 - /usr/bin/make returned exit code 1 TB --- 2003-08-11 16:56:02 - ERROR: failed to build generic kernel TB --- 2003-08-11 16:56:02 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 11:01:15 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05F837B401 for ; Mon, 11 Aug 2003 11:01:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4A043FBF for ; Mon, 11 Aug 2003 11:01:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7BI1BUp080715 for ; Mon, 11 Aug 2003 11:01:11 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7BI1BsD080709 for freebsd-alpha@freebsd.org; Mon, 11 Aug 2003 11:01:11 -0700 (PDT) Date: Mon, 11 Aug 2003 11:01:11 -0700 (PDT) Message-Id: <200308111801.h7BI1BsD080709@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-alpha@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 18:01:16 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/05/05] alpha/51824 alpha Booting 5.0-RELEASE install cd with IDE H 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/10] alpha/30487 alpha Floppy access on AlphaServer DS20 solid l f [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/10/04] alpha/43653 alpha rl(8) driver causes unaligned access trap o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev o [2003/06/02] alpha/52882 alpha fpsetprec/fp_prec_t unsupported on alpha? 12 problems total. From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 11:32:23 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373BB37B401 for ; Mon, 11 Aug 2003 11:32:23 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700ED43F93 for ; Mon, 11 Aug 2003 11:32:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 30135 invoked from network); 11 Aug 2003 18:32:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 11 Aug 2003 18:32:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h7BIWJ9s052443; Mon, 11 Aug 2003 14:32:20 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030808232428.GA25847@athlon.pn.xcllnt.net> Date: Mon, 11 Aug 2003 14:32:42 -0400 (EDT) From: John Baldwin To: Marcel Moolenaar cc: alpha@freebsd.org Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 18:32:23 -0000 On 08-Aug-2003 Marcel Moolenaar wrote: > On Fri, Aug 08, 2003 at 05:14:59PM -0400, John Baldwin wrote: >> I have a completely untested (but should work :-P) patch to convert >> Alpha over to the new cpu_throw/switch conventions of passing the >> threads in as arguments to the function. The patch is at >> http://www.FreeBSD.org/~jhb/patches/alpha_switch.patch I would >> appreciate it if someone could test it. Success would be making >> it to multiuser mode. Failure would probably be panic'ing very early >> after starting init since failure means context switches are broken. > > Kaboom: > > : > FreeBSD 5.1-CURRENT #19: Fri Aug 8 15:22:59 PDT 2003 > marcel@alpha.pn.xcllnt.net:/nfs/freebsd/5.x/src/sys/alpha/compile/ALPHA > Preloaded elf kernel "/boot/kernel/kernel" at 0xfffffc0000718000. > Digital Personal Workstation (Miata) > Digital Personal WorkStation 433au, 432MHz > : > Timecounter "i8254" frequency 1193182 Hz > Timecounter "alpha" frequency 433203210 Hz > Timecounters tick every 0.976 msec > acd0: CDROM at ata0-master PIO3 > Waiting 3 seconds for SCSI devices to settle > da0 at isp0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-3 device > da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) > Mounting root from ufs:/dev/da0a > > fatal kernel trap: > > trap entry = 0x2 (memory management fault) > faulting va = 0x138 > type = access violation > cause = load instructon > pc = 0xfffffc000057e6ec > ra = 0xfffffc0000580174 > sp = 0xfffffe0013f75be0 > usp = 0x11fffc58 > curthread = 0xfffffc0003c9abe0 > pid = 37, comm = stty > > Stopped at pmap_deactivate+0xc: ldq t1,0x138(t0) <0x138> > db> trace > pmap_deactivate() at pmap_deactivate+0xc > Lcs1() at Lcs1+0x20 > --- root of call graph --- Hmm, ok, it seems we now call pmap_deactivate() from cpu_throw() when we didn't used to before. I've updated the patch to fix that and uploaded it to the same place. The only file that changed was swtch.s. Please test it to make sure the new one works, thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 17:20:15 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E037737B401 for ; Mon, 11 Aug 2003 17:20:15 -0700 (PDT) Received: from ns1.highspeedfx.net (mail.highspeedfx.net [66.48.23.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B377043F75 for ; Mon, 11 Aug 2003 17:20:14 -0700 (PDT) (envelope-from jtregunna@highspeedfx.net) Received: from [209.47.255.199] (laptop.demo.highspeedfx.net [209.47.255.199]) by ns1.highspeedfx.net (8.11.6/8.11.6) with ESMTP id h7C0LF221111 for ; Mon, 11 Aug 2003 20:21:15 -0400 Date: Mon, 11 Aug 2003 20:19:51 -0400 (EDT) From: Jeremy Tregunna X-X-Sender: jtregunna@kwik.fuqn.ca To: freebsd-alpha@freebsd.org Message-ID: <20030811201651.X79332@kwik.fuqn.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: Re: UW2 cards don't like to run at UW2? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 00:20:16 -0000 I am also suffering from this same problem. Using a QLogic 1040 with a 36.7GB IBM Ultrastar Ultra160 SCSI drive (should be able to do 80MB just fine). Information about the hardware is at the end of the message. When I try to camcontrol negotiate pass0 -R 40 -a it remains at 20MHz and then when I camcontrol negotiate pass0 -c I now see no frequency at all. This may just be an issue with the way the hardware works as not reporting anything after a change, thus camcontrol not reporting anything but it may not be as well. Either way, I am still at a loss for forcing the card to 40MHz. isp0: port 0x8100-0x81ff mem 0x80a35000- 0x80a35fff irq 3 at device 4.0 on pci1 isp0: interrupting at CIA irq 3 da0 at isp0 bus 0 target 8 lun 0 da0 at isp0 bus 0 target 8 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 35003MB (71687340 512 byte sectors: 255H 63S/T 4462C) From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 17:25:49 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F210637B401 for ; Mon, 11 Aug 2003 17:25:48 -0700 (PDT) Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E3443F75 for ; Mon, 11 Aug 2003 17:25:47 -0700 (PDT) (envelope-from hemi@just.puresimplicity.net) Received: from just.puresimplicity.net ([140.177.207.10]) by wolfram.com (8.11.2/8.11.2) with ESMTP id h7C0PUL32675; Mon, 11 Aug 2003 19:25:40 -0500 Received: (from hemi@localhost) by just.puresimplicity.net (8.12.9/8.12.9/Submit) id h7C0PUFi004981; Mon, 11 Aug 2003 19:25:30 -0500 (CDT) (envelope-from hemi) Date: Mon, 11 Aug 2003 19:25:30 -0500 From: Josh Tolbert To: Sten Message-ID: <20030812002530.GA4858@just.puresimplicity.net> References: <20030808045440.GA20077@just.puresimplicity.net> <20030808071504.GA20590@just.puresimplicity.net> <20030808081825.GA68949@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: freebsd-alpha@freebsd.org Subject: Re: UW2 cards don't like to run at UW2? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 00:25:49 -0000 On Sun, Aug 10, 2003 at 12:04:31AM +0200, Sten wrote: > On Fri, 8 Aug 2003, David O'Brien wrote: > > > > da0 at sym1 bus 0 target 3 lun 0 > > > da0: Fixed Direct Access SCSI-2 device > > > da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled > > > da0: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > > > > You've checked termination, cables, etc..? I wonder if there is > > something in your card's option ROM that isn't getting set on the Alpha > > vs. i386. > > > > Maybe try just one drive at a time? > > Just a stupid question, but have you tried playing > with camcontrol ? aka something like this : > > #Set symbios to U2W > /sbin/camcontrol negotiate pass0 -R 40 > > ( works on my 164sx ) > > -- > Sten Spans Well, after much testing I still have no luck. I've tried using camcontrol to force the drives to 40MHz with camcontrol negotiate pass0 -R 40 -a Current Parameters: (pass0:sym1:0:3:0): sync parameter: 12 (pass0:sym1:0:3:0): frequency: 20.000MHz (pass0:sym1:0:3:0): offset: 15 (pass0:sym1:0:3:0): bus width: 16 bits (pass0:sym1:0:3:0): disconnection is enabled (pass0:sym1:0:3:0): tagged queueing is enabled New Parameters: (pass0:sym1:0:3:0): sync parameter: 12 (pass0:sym1:0:3:0): frequency: 20.000MHz (pass0:sym1:0:3:0): offset: 15 (pass0:sym1:0:3:0): bus width: 16 bits (pass0:sym1:0:3:0): disconnection is enabled (pass0:sym1:0:3:0): tagged queueing is enabled but have had no luck. camcontrol still sees the drives (same thing happens for pass1) running at 20MHz. darkalpha# camcontrol inquiry pass0 pass0: Fixed Direct Access SCSI-2 device pass0: Serial Number LR8602750000102347N0 pass0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled darkalpha# camcontrol inquiry pass1 pass1: Fixed Direct Access SCSI-3 device pass1: Serial Number F8050A8975 pass1: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing Enabled darkalpha# camcontrol negotiate pass0 -cv Current Parameters: (pass0:sym1:0:3:0): sync parameter: 12 (pass0:sym1:0:3:0): frequency: 20.000MHz (pass0:sym1:0:3:0): offset: 15 (pass0:sym1:0:3:0): bus width: 16 bits (pass0:sym1:0:3:0): disconnection is enabled (pass0:sym1:0:3:0): tagged queueing is enabled sym1: SIM/HBA version: 1 sym1: supports tag queue messages sym1: supports SDTR message sym1: supports 16 bit wide SCSI sym1: supports MDP message sym1: HBA engine count: 0 sym1: maximum target: 15 sym1: maximum LUN: 7 sym1: highest path ID in subsystem: 0 sym1: initiator ID: 7 sym1: SIM vendor: FreeBSD sym1: HBA vendor: Symbios sym1: bus ID: 0 sym1: base transfer speed: 3.300MB/sec dd seems to support the 40M/s speed (this was on an UFS1 partition, not that it really matters): darkalpha# dd if=/dev/zero of=test.file bs=1024k count=100 100+0 records in 100+0 records out 104857600 bytes transferred in 6.363323 secs (16478434 bytes/sec) So, is there anything else I can try? I wish I knew someone in the area with a "known good" motherboard that plays nice at UW2. Thanks, Josh From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 17:41:04 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1560E37B401 for ; Mon, 11 Aug 2003 17:41:04 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB6643FAF for ; Mon, 11 Aug 2003 17:41:02 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h7C0eRaK098154 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 12 Aug 2003 02:40:37 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h7C0eOA4026353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Aug 2003 02:40:24 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h7C0eNNS068196; Tue, 12 Aug 2003 02:40:23 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h7C0eNt7068195; Tue, 12 Aug 2003 02:40:23 +0200 (CEST) Date: Tue, 12 Aug 2003 02:40:23 +0200 From: Bernd Walter To: Josh Tolbert Message-ID: <20030812004022.GB67691@cicely12.cicely.de> References: <20030808045440.GA20077@just.puresimplicity.net> <20030808071504.GA20590@just.puresimplicity.net> <20030808081825.GA68949@dragon.nuxi.com> <20030812002530.GA4858@just.puresimplicity.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030812002530.GA4858@just.puresimplicity.net> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: freebsd-alpha@freebsd.org Subject: Re: UW2 cards don't like to run at UW2? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 00:41:04 -0000 On Mon, Aug 11, 2003 at 07:25:30PM -0500, Josh Tolbert wrote: > On Sun, Aug 10, 2003 at 12:04:31AM +0200, Sten wrote: > > On Fri, 8 Aug 2003, David O'Brien wrote: > > > > > > da0 at sym1 bus 0 target 3 lun 0 > > > > da0: Fixed Direct Access SCSI-2 device > > > > da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled > > > > da0: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > > > > > > You've checked termination, cables, etc..? I wonder if there is > > > something in your card's option ROM that isn't getting set on the Alpha > > > vs. i386. > > > > > > Maybe try just one drive at a time? > > > > Just a stupid question, but have you tried playing > > with camcontrol ? aka something like this : > > > > #Set symbios to U2W > > /sbin/camcontrol negotiate pass0 -R 40 > > > > ( works on my 164sx ) > > > > -- > > Sten Spans > > Well, after much testing I still have no luck. I've tried using > camcontrol to force the drives to 40MHz with > > camcontrol negotiate pass0 -R 40 -a > Current Parameters: > (pass0:sym1:0:3:0): sync parameter: 12 > (pass0:sym1:0:3:0): frequency: 20.000MHz > (pass0:sym1:0:3:0): offset: 15 > (pass0:sym1:0:3:0): bus width: 16 bits > (pass0:sym1:0:3:0): disconnection is enabled > (pass0:sym1:0:3:0): tagged queueing is enabled > New Parameters: > (pass0:sym1:0:3:0): sync parameter: 12 > (pass0:sym1:0:3:0): frequency: 20.000MHz > (pass0:sym1:0:3:0): offset: 15 > (pass0:sym1:0:3:0): bus width: 16 bits > (pass0:sym1:0:3:0): disconnection is enabled > (pass0:sym1:0:3:0): tagged queueing is enabled > > but have had no luck. camcontrol still sees the drives (same thing > happens for pass1) running at 20MHz. Check if *everything* on the bus including cables and terminators is U2. Any single ended device on the bus and it completely fall back to Ultra Speed. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 17:45:54 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5079F37B401 for ; Mon, 11 Aug 2003 17:45:54 -0700 (PDT) Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D5B43F85 for ; Mon, 11 Aug 2003 17:45:53 -0700 (PDT) (envelope-from hemi@just.puresimplicity.net) Received: from just.puresimplicity.net ([140.177.207.10]) by wolfram.com (8.11.2/8.11.2) with ESMTP id h7C0jpL03347; Mon, 11 Aug 2003 19:45:51 -0500 Received: (from hemi@localhost) by just.puresimplicity.net (8.12.9/8.12.9/Submit) id h7C0jpbD005133; Mon, 11 Aug 2003 19:45:51 -0500 (CDT) (envelope-from hemi) Date: Mon, 11 Aug 2003 19:45:51 -0500 From: Josh Tolbert To: ticso@cicely.de Message-ID: <20030812004551.GA5067@just.puresimplicity.net> References: <20030808045440.GA20077@just.puresimplicity.net> <20030808071504.GA20590@just.puresimplicity.net> <20030808081825.GA68949@dragon.nuxi.com> <20030812002530.GA4858@just.puresimplicity.net> <20030812004022.GB67691@cicely12.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030812004022.GB67691@cicely12.cicely.de> User-Agent: Mutt/1.4i cc: freebsd-alpha@freebsd.org Subject: Re: UW2 cards don't like to run at UW2? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 00:45:54 -0000 > > Check if *everything* on the bus including cables and terminators is > U2. > Any single ended device on the bus and it completely fall back to > Ultra Speed. > > -- > B.Walter BWCT http://www.bwct.de > ticso@bwct.de info@bwct.de I'm going to end up taking the entire setup to an x86 machine again just to prove that I'm not crazy, aren't I? :) I've been thinking about doing a fresh install anyway...Let me dig up a test machine. I've got an old 440BX-chipset Celeron box kicking around here somewhere... Thanks, Josh From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 18:27:43 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8270737B401; Mon, 11 Aug 2003 18:27:43 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE76A43F75; Mon, 11 Aug 2003 18:27:42 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h7C1RgwO077015; Mon, 11 Aug 2003 18:27:42 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h7C1RgF1001746; Mon, 11 Aug 2003 18:27:42 -0700 (PDT) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h7C1Rgmp001745; Mon, 11 Aug 2003 18:27:42 -0700 (PDT) (envelope-from marcel) Date: Mon, 11 Aug 2003 18:27:41 -0700 From: Marcel Moolenaar To: John Baldwin Message-ID: <20030812012741.GA1707@athlon.pn.xcllnt.net> References: <20030808232428.GA25847@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: alpha@FreeBSD.org Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 01:27:43 -0000 On Mon, Aug 11, 2003 at 02:32:42PM -0400, John Baldwin wrote: > > Hmm, ok, it seems we now call pmap_deactivate() from cpu_throw() when > we didn't used to before. I've updated the patch to fix that and uploaded > it to the same place. The only file that changed was swtch.s. Please > test it to make sure the new one works, thanks. Works for me. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 11 22:06:26 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71A7937B401; Mon, 11 Aug 2003 22:06:26 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 755A143F93; Mon, 11 Aug 2003 22:06:25 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7C56Oeb095381; Tue, 12 Aug 2003 01:06:24 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7C56OBB095380; Tue, 12 Aug 2003 01:06:24 -0400 (EDT) Date: Tue, 12 Aug 2003 01:06:24 -0400 (EDT) Message-Id: <200308120506.h7C56OBB095380@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 05:06:26 -0000 TB --- 2003-08-12 04:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-12 04:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-12 04:20:54 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-12 05:06:09 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Aug 12 05:06:09 GMT 2003 [...] /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:120: syntax error before `pmap_phys_address' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:120: warning: type defaults to `int' in declaration of `pmap_phys_address' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:120: warning: data definition has no type or storage class /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:131: warning: parameter names (without types) in function declaration /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:132: syntax error before `int' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:132: warning: function declaration isn't a prototype /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:141: syntax error before `pa' /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/vm/pmap.h:141: warning: function declaration isn't a prototype *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-12 05:06:23 - /usr/bin/make returned exit code 1 TB --- 2003-08-12 05:06:23 - ERROR: failed to build generic kernel TB --- 2003-08-12 05:06:23 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Tue Aug 12 08:33:30 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F56437B401 for ; Tue, 12 Aug 2003 08:33:30 -0700 (PDT) Received: from mail.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E65343F93 for ; Tue, 12 Aug 2003 08:33:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9445 invoked from network); 12 Aug 2003 15:33:26 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 12 Aug 2003 15:33:26 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h7CFXO9s056481; Tue, 12 Aug 2003 11:33:24 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030812012741.GA1707@athlon.pn.xcllnt.net> Date: Tue, 12 Aug 2003 11:33:47 -0400 (EDT) From: John Baldwin To: Marcel Moolenaar cc: alpha@FreeBSD.org Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 15:33:30 -0000 On 12-Aug-2003 Marcel Moolenaar wrote: > On Mon, Aug 11, 2003 at 02:32:42PM -0400, John Baldwin wrote: >> >> Hmm, ok, it seems we now call pmap_deactivate() from cpu_throw() when >> we didn't used to before. I've updated the patch to fix that and uploaded >> it to the same place. The only file that changed was swtch.s. Please >> test it to make sure the new one works, thanks. > > Works for me. Ok, unless someone jumps up and down in the next few hours I'll commit it. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-freebsd-alpha@FreeBSD.ORG Tue Aug 12 10:00:36 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAEA37B404; Tue, 12 Aug 2003 10:00:36 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B0743F85; Tue, 12 Aug 2003 10:00:35 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7CH0Teb022291; Tue, 12 Aug 2003 13:00:29 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7CH0TUQ022290; Tue, 12 Aug 2003 13:00:29 -0400 (EDT) Date: Tue, 12 Aug 2003 13:00:29 -0400 (EDT) Message-Id: <200308121700.h7CH0TUQ022290@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 17:00:36 -0000 TB --- 2003-08-12 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-12 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-12 16:23:19 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-12 16:57:02 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Aug 12 16:57:02 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-12 17:00:29 - /usr/bin/make returned exit code 1 TB --- 2003-08-12 17:00:29 - ERROR: failed to build generic kernel TB --- 2003-08-12 17:00:29 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Tue Aug 12 11:21:36 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E963237B401 for ; Tue, 12 Aug 2003 11:21:35 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C3643F3F for ; Tue, 12 Aug 2003 11:21:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7CILYQX001910; Tue, 12 Aug 2003 11:21:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7CILXE6001909; Tue, 12 Aug 2003 11:21:33 -0700 (PDT) Date: Tue, 12 Aug 2003 11:21:33 -0700 From: "David O'Brien" To: Jeremy Tregunna Message-ID: <20030812182133.GA1850@dragon.nuxi.com> References: <20030811201651.X79332@kwik.fuqn.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030811201651.X79332@kwik.fuqn.ca> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-alpha@freebsd.org Subject: Re: UW2 cards don't like to run at UW2? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-alpha@freebsd.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 18:21:36 -0000 On Mon, Aug 11, 2003 at 08:19:51PM -0400, Jeremy Tregunna wrote: > I am also suffering from this same problem. Using a QLogic 1040 with a > 36.7GB IBM Ultrastar Ultra160 SCSI drive (should be able to do 80MB just > fine). Information about the hardware is at the end of the message. ... > da0: Fixed Direct Access SCSI-3 device > da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing The QLogic 1040 is an UltraWide controller (i.e. 20 mega-transfers per second at 16-bit transfers) -- you *are* getting the proper SCSI speed. You may be confusing your Qlogic 1040 with the Qlogic 1080 which is an Ultra2 controller. -- -- David (obrien@FreeBSD.org) From owner-freebsd-alpha@FreeBSD.ORG Tue Aug 12 22:12:56 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CCA37B401; Tue, 12 Aug 2003 22:12:56 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D0E043FA3; Tue, 12 Aug 2003 22:12:56 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7D5Cseb058856; Wed, 13 Aug 2003 01:12:54 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7D5CsV0058855; Wed, 13 Aug 2003 01:12:54 -0400 (EDT) Date: Wed, 13 Aug 2003 01:12:54 -0400 (EDT) Message-Id: <200308130512.h7D5CsV0058855@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 05:12:57 -0000 TB --- 2003-08-13 04:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-13 04:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-13 04:21:27 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-13 05:07:54 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Wed Aug 13 05:07:54 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-13 05:12:54 - /usr/bin/make returned exit code 1 TB --- 2003-08-13 05:12:54 - ERROR: failed to build generic kernel TB --- 2003-08-13 05:12:54 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Tue Aug 12 23:28:31 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C055F37B401 for ; Tue, 12 Aug 2003 23:28:31 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 303A043F85 for ; Tue, 12 Aug 2003 23:28:31 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 24547 invoked from network); 13 Aug 2003 06:28:29 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 13 Aug 2003 06:28:29 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 13 Aug 2003 01:27:26 -0500 (CDT) From: Mike Silbersack To: alpha@freebsd.org Message-ID: <20030813012626.N29363@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 4.x alpha missing bus_dmamap_load_mbuf X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 06:28:32 -0000 As may have been noticed from the tinderbox errors, bus_dmamap_load_mbuf is missing in the alpha branch of 4.x; someone needs to add it asap, because a lot more busdma'd drivers will be coming to 4.x soon. Mike "Silby" Silbersack From owner-freebsd-alpha@FreeBSD.ORG Wed Aug 13 09:59:44 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DE137B401; Wed, 13 Aug 2003 09:59:44 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBEEC43F93; Wed, 13 Aug 2003 09:59:43 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7DGxgeb085119; Wed, 13 Aug 2003 12:59:42 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7DGxgXd085118; Wed, 13 Aug 2003 12:59:42 -0400 (EDT) Date: Wed, 13 Aug 2003 12:59:42 -0400 (EDT) Message-Id: <200308131659.h7DGxgXd085118@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 16:59:45 -0000 TB --- 2003-08-13 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-13 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-13 16:22:58 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-13 16:56:34 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Wed Aug 13 16:56:34 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-13 16:59:41 - /usr/bin/make returned exit code 1 TB --- 2003-08-13 16:59:41 - ERROR: failed to build generic kernel TB --- 2003-08-13 16:59:41 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Wed Aug 13 22:12:52 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E3637B401; Wed, 13 Aug 2003 22:12:52 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C97B43F75; Wed, 13 Aug 2003 22:12:52 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7E5Ckeb021718; Thu, 14 Aug 2003 01:12:46 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7E5CkMs021717; Thu, 14 Aug 2003 01:12:46 -0400 (EDT) Date: Thu, 14 Aug 2003 01:12:46 -0400 (EDT) Message-Id: <200308140512.h7E5CkMs021717@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 05:12:53 -0000 TB --- 2003-08-14 04:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-14 04:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-14 04:21:31 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-14 05:08:14 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Aug 14 05:08:14 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-14 05:12:46 - /usr/bin/make returned exit code 1 TB --- 2003-08-14 05:12:46 - ERROR: failed to build generic kernel TB --- 2003-08-14 05:12:46 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Thu Aug 14 10:00:29 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B2A37B425; Thu, 14 Aug 2003 10:00:29 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B48543F3F; Thu, 14 Aug 2003 10:00:27 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7EH0Qeb051701; Thu, 14 Aug 2003 13:00:26 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7EH0QAe051700; Thu, 14 Aug 2003 13:00:26 -0400 (EDT) Date: Thu, 14 Aug 2003 13:00:26 -0400 (EDT) Message-Id: <200308141700.h7EH0QAe051700@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 17:00:30 -0000 TB --- 2003-08-14 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-14 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-14 16:23:09 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-14 16:56:55 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Aug 14 16:56:55 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-14 17:00:26 - /usr/bin/make returned exit code 1 TB --- 2003-08-14 17:00:26 - ERROR: failed to build generic kernel TB --- 2003-08-14 17:00:26 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Thu Aug 14 22:30:38 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125B837B401; Thu, 14 Aug 2003 22:30:38 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552EF43F75; Thu, 14 Aug 2003 22:30:37 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7F5Uaeb091954; Fri, 15 Aug 2003 01:30:36 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7F5UatS091953; Fri, 15 Aug 2003 01:30:36 -0400 (EDT) Date: Fri, 15 Aug 2003 01:30:36 -0400 (EDT) Message-Id: <200308150530.h7F5UatS091953@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 05:30:38 -0000 TB --- 2003-08-15 04:00:19 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-15 04:00:19 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-15 04:34:33 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-15 05:27:51 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Fri Aug 15 05:27:51 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-15 05:30:36 - /usr/bin/make returned exit code 1 TB --- 2003-08-15 05:30:36 - ERROR: failed to build generic kernel TB --- 2003-08-15 05:30:36 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 09:18:58 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D15A637B401; Fri, 15 Aug 2003 09:18:58 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A3043F85; Fri, 15 Aug 2003 09:18:58 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7FGIuQX097995; Fri, 15 Aug 2003 09:18:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7FGIqYA097913; Fri, 15 Aug 2003 09:18:52 -0700 (PDT) Date: Fri, 15 Aug 2003 09:18:52 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20030815161852.GD61152@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Mark Murray , alpha@FreeBSD.org, John Baldwin References: <20030810073600.GA61665@dragon.nuxi.com> <200308100939.h7A9dPOI045006@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308100939.h7A9dPOI045006@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: alpha@FreeBSD.org cc: John Baldwin Subject: Re: [PATCH] Switch Alpha to new cpu_switch/throw conventions X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 16:18:59 -0000 On Sun, Aug 10, 2003 at 10:39:24AM +0100, Mark Murray wrote: > "David O'Brien" writes: > > I wish someone would fix random.ko... > > "Hi Mark, please fix random.ko" :-) I'm pretty sure I've asked about this a year ago. :-) > > Preloaded elf module "/boot/kernel/random.ko" at 0xfffffc000096e270. > > can't re-use a leaf (if_tun_debug)! > > module_register: module random already exists! > > What is a module that doesn't do this that I can crib a canonical solution > out of? ENOCLUE. I know [most] network .ko's don't cause a panic when they are loaded and the kernel has the device statically compiled in. -- -- David (obrien@FreeBSD.org) From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 10:00:22 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3363137B401; Fri, 15 Aug 2003 10:00:22 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B82843F3F; Fri, 15 Aug 2003 10:00:21 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7FH0Keb022001; Fri, 15 Aug 2003 13:00:20 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7FH0KPW022000; Fri, 15 Aug 2003 13:00:20 -0400 (EDT) Date: Fri, 15 Aug 2003 13:00:20 -0400 (EDT) Message-Id: <200308151700.h7FH0KPW022000@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 17:00:22 -0000 TB --- 2003-08-15 16:00:12 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-15 16:00:12 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-15 16:22:54 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-15 16:56:45 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Fri Aug 15 16:56:46 GMT 2003 [...] if_xl.o: In function `xl_newbuf': if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' if_xl.o: In function `xl_encap': if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-15 17:00:19 - /usr/bin/make returned exit code 1 TB --- 2003-08-15 17:00:19 - ERROR: failed to build generic kernel TB --- 2003-08-15 17:00:19 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 10:26:01 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4AA37B401; Fri, 15 Aug 2003 10:26:01 -0700 (PDT) Received: from cueball.rtp.FreeBSD.org (cueball.rtp.FreeBSD.org [192.58.184.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F6A43FAF; Fri, 15 Aug 2003 10:26:00 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from cueball.rtp.FreeBSD.org (localhost [127.0.0.1]) h7FHQ04r094354; Fri, 15 Aug 2003 13:26:00 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by cueball.rtp.FreeBSD.org (8.12.9/8.12.9/Submit) id h7FHPxKe094353; Fri, 15 Aug 2003 13:25:59 -0400 (EDT) Date: Fri, 15 Aug 2003 13:25:59 -0400 (EDT) Message-Id: <200308151725.h7FHPxKe094353@cueball.rtp.FreeBSD.org> X-Authentication-Warning: cueball.rtp.FreeBSD.org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: current@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [current tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 17:26:02 -0000 TB --- 2003-08-15 16:00:12 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-08-15 16:00:12 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-08-15 16:03:09 - building world TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: legacy release compatibility shims >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/CURRENT/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-15 17:08:16 - building generic kernel TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Fri Aug 15 17:08:16 GMT 2003 >>> Kernel build for GENERIC completed on Fri Aug 15 17:19:52 GMT 2003 TB --- 2003-08-15 17:19:52 - generating LINT kernel config TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src/sys/alpha/conf TB --- /usr/bin/make -B LINT TB --- 2003-08-15 17:19:52 - building LINT kernel TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Aug 15 17:19:52 GMT 2003 [...] cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/utopia/utopia.c cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinum.c cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinumconfig.c cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinumdaemon.c cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinuminterrupt.c cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinumio.c /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinumio.c: In function `vinum_scandisk': /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev/vinum/vinumio.c:767: warning: unused variable `slice' *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/LINT. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. TB --- 2003-08-15 17:25:59 - /usr/bin/make returned exit code 1 TB --- 2003-08-15 17:25:59 - ERROR: failed to build lint kernel TB --- 2003-08-15 17:25:59 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 20:38:05 2003 Return-Path: Delivered-To: freebsd-alpha@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D568B37B401; Fri, 15 Aug 2003 20:38:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFA943F93; Fri, 15 Aug 2003 20:38:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7G3c5Up061076; Fri, 15 Aug 2003 20:38:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7G3c5xG061072; Fri, 15 Aug 2003 20:38:05 -0700 (PDT) Date: Fri, 15 Aug 2003 20:38:05 -0700 (PDT) From: Kris Kennaway Message-Id: <200308160338.h7G3c5xG061072@freefall.freebsd.org> To: jake@iki.fi, kris@FreeBSD.org, freebsd-alpha@FreeBSD.org Subject: Re: alpha/35455: Unable to compile ISA NIC devices into kernel X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 03:38:06 -0000 Synopsis: Unable to compile ISA NIC devices into kernel State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Fri Aug 15 20:37:44 PDT 2003 State-Changed-Why: Submitter is no longer able to repeat this. http://www.freebsd.org/cgi/query-pr.cgi?pr=35455 From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 20:40:26 2003 Return-Path: Delivered-To: freebsd-alpha@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C657737B40A for ; Fri, 15 Aug 2003 20:40:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C0A43FB1 for ; Fri, 15 Aug 2003 20:40:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7G3eQUp061246 for ; Fri, 15 Aug 2003 20:40:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7G3eQh7061238; Fri, 15 Aug 2003 20:40:26 -0700 (PDT) Date: Fri, 15 Aug 2003 20:40:26 -0700 (PDT) Message-Id: <200308160340.h7G3eQh7061238@freefall.freebsd.org> To: freebsd-alpha@FreeBSD.org From: Kris Kennaway Subject: Re: alpha/35455: Unable to compile ISA NIC devices into kernel X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 03:40:27 -0000 The following reply was made to PR alpha/35455; it has been noted by GNATS. From: Kris Kennaway To: bug-followup@FreeBSD.org Cc: Subject: Re: alpha/35455: Unable to compile ISA NIC devices into kernel Date: Fri, 15 Aug 2003 20:38:21 -0700 ----- Forwarded message from Jarkko Santala ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Fri, 1 Aug 2003 06:04:14 +0300 (EEST) From: Jarkko Santala X-X-Sender: jake@trillian.santala.org To: Kris Kennaway Subject: Re: alpha/35455: Unable to compile ISA NIC devices into kernel In-Reply-To: <200307122337.h6CNbNt3036382@freefall.freebsd.org> X-UIDL: d18775f9fc7d276783ef501dfe5b41fe X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.13.7.2 Hi, I am not able to test this anymore, at least not at this time. Sorry. -jake -- Jarkko Santala http://www.iki.fi/~jake/ System Administrator 2001:670:83:f08::/64 ----- End forwarded message ----- From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 20:59:48 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D45737B401 for ; Fri, 15 Aug 2003 20:59:48 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 89CBA43F75 for ; Fri, 15 Aug 2003 20:59:47 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 3649 invoked by uid 1002); 16 Aug 2003 03:59:46 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 16 Aug 2003 03:59:46 -0000 Message-ID: <3F3DAC2D.2070307@freebsd.org> Date: Fri, 15 Aug 2003 21:59:41 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: silby@freebsd.org References: <200308151700.h7FH0KPW022000@triangle.rtp.FreeBSD.Org> In-Reply-To: <200308151700.h7FH0KPW022000@triangle.rtp.FreeBSD.Org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: alpha@freebsd.org cc: Luoqi Chen Subject: Re: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 03:59:48 -0000 It looks like Alpha needs to catch up to the bus_dmamap_xxx stuff. The if_xl(4) MFC should have probably waited until after this was done. Would one of you be willing to take care of this? Thanks! Scott Tinderbox wrote: > TB --- 2003-08-15 16:00:12 - starting RELENG_4 tinderbox run for alpha/alpha > TB --- 2003-08-15 16:00:12 - checking out the source tree > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha > TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src > TB --- 2003-08-15 16:22:54 - building world > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src > TB --- /usr/bin/make -B buildworld > >>>>Rebuilding the temporary build tree >>>>stage 1: bootstrap tools >>>>stage 2: cleaning up the object tree >>>>stage 2: rebuilding the object tree >>>>stage 2: build tools >>>>stage 3: cross tools >>>>stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>>>stage 4: building libraries >>>>stage 4: make dependencies >>>>stage 4: building everything.. > > TB --- 2003-08-15 16:56:45 - building generic kernel > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src > TB --- /usr/bin/make buildkernel KERNCONF=GENERIC > >>>>Kernel build for GENERIC started on Fri Aug 15 16:56:46 GMT 2003 > > [...] > if_xl.o: In function `xl_newbuf': > if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o: In function `xl_encap': > if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. > TB --- 2003-08-15 17:00:19 - /usr/bin/make returned exit code 1 > TB --- 2003-08-15 17:00:19 - ERROR: failed to build generic kernel > TB --- 2003-08-15 17:00:19 - tinderbox aborted > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 22:07:42 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B0B37B401; Fri, 15 Aug 2003 22:07:42 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D427243F75; Fri, 15 Aug 2003 22:07:41 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7G57eeb062151; Sat, 16 Aug 2003 01:07:41 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7G57esL062150; Sat, 16 Aug 2003 01:07:40 -0400 (EDT) Date: Sat, 16 Aug 2003 01:07:40 -0400 (EDT) Message-Id: <200308160507.h7G57esL062150@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 05:07:43 -0000 TB --- 2003-08-16 04:00:12 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-16 04:00:12 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-16 04:18:46 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-16 05:03:00 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Aug 16 05:03:00 GMT 2003 [...] if_rl.o: In function `rl_newbuf': if_rl.o(.text+0x3f78): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x3f7c): undefined reference to `bus_dmamap_load_mbuf' if_rl.o: In function `rl_encapcplus': if_rl.o(.text+0x525c): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x5260): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x5688): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x568c): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-16 05:07:40 - /usr/bin/make returned exit code 1 TB --- 2003-08-16 05:07:40 - ERROR: failed to build generic kernel TB --- 2003-08-16 05:07:40 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Sat Aug 16 10:01:24 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B4137B401; Sat, 16 Aug 2003 10:01:24 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C642C43F93; Sat, 16 Aug 2003 10:01:23 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7GH1Meb095025; Sat, 16 Aug 2003 13:01:22 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7GH1Mur095024; Sat, 16 Aug 2003 13:01:22 -0400 (EDT) Date: Sat, 16 Aug 2003 13:01:22 -0400 (EDT) Message-Id: <200308161701.h7GH1Mur095024@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 17:01:24 -0000 TB --- 2003-08-16 16:00:12 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-16 16:00:12 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-16 16:23:44 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-16 16:57:31 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Aug 16 16:57:31 GMT 2003 [...] if_rl.o: In function `rl_newbuf': if_rl.o(.text+0x3f78): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x3f7c): undefined reference to `bus_dmamap_load_mbuf' if_rl.o: In function `rl_encapcplus': if_rl.o(.text+0x525c): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x5260): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x5688): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x568c): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-16 17:01:22 - /usr/bin/make returned exit code 1 TB --- 2003-08-16 17:01:22 - ERROR: failed to build generic kernel TB --- 2003-08-16 17:01:22 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Sat Aug 16 10:06:41 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A6037B401 for ; Sat, 16 Aug 2003 10:06:41 -0700 (PDT) Received: from dove.penix.org (dove.penix.org [216.144.7.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8B844383 for ; Sat, 16 Aug 2003 05:30:33 -0700 (PDT) (envelope-from dp@dove.penix.org) Received: from dove.penix.org (dp@localhost.nls.net [127.0.0.1]) by dove.penix.org (8.12.9/8.12.9) with ESMTP id h7GCUWIX005802 for ; Sat, 16 Aug 2003 08:30:32 -0400 (EDT) (envelope-from dp@dove.penix.org) Received: from localhost (dp@localhost) by dove.penix.org (8.12.9/8.12.9/Submit) with ESMTP id h7GCUVmt005799 for ; Sat, 16 Aug 2003 08:30:32 -0400 (EDT) Date: Sat, 16 Aug 2003 08:30:31 -0400 (EDT) From: Paul Halliday To: alpha@freebsd.org Message-ID: <20030816082411.H5798@dove.penix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Install options PC164 X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 17:06:44 -0000 I am trying upgrade my alpha to 5.1-RELEASE it is currently running 5.1-Beta. I tried CVS but the buildworld keeps on failing, plus I kinda want a clean install. All the firmware sees is a floppy and two ide drives, i tried putting an adaptec scsi card in to use a cdrom but the firmware wont see the card. Because it is a running system is there a way i could get the iso or something similar onto the second drive and boot into an install from this? Thanks much. Paul Halliday. http://dp.penix.org ------------------- From owner-freebsd-alpha@FreeBSD.ORG Sat Aug 16 11:24:12 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9956937B40B; Sat, 16 Aug 2003 11:24:12 -0700 (PDT) Received: from sequel.rsm.ru (www2.rsm.ru [213.80.139.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FEF43FAF; Sat, 16 Aug 2003 11:24:09 -0700 (PDT) (envelope-from aga@sequel.rsm.ru) Received: (from aga@localhost) by sequel.rsm.ru (8.11.1/8.11.1/RSM-4.0-s-av) id h7GIO7Y80242; Sat, 16 Aug 2003 22:24:07 +0400 (MSD) Message-Id: <200308161824.h7GIO7Y80242@sequel.rsm.ru> In-Reply-To: <200308161701.h7GH1Mur095024@triangle.rtp.FreeBSD.Org> "from Tinderbox at Aug 16, 2003 01:01:22 pm" To: Tinderbox Date: Sat, 16 Aug 2003 22:24:07 +0400 (MSD) From: Dmitry Agafonov Organization: Radioservice Mobile Ltd, Saratov X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: stable@freebsd.org cc: alpha@freebsd.org Subject: Re: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aga@rsm.ru List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 18:24:13 -0000 Is it normal to receive this? Tinderbox wrote: > TB --- 2003-08-16 16:00:12 - starting RELENG_4 tinderbox run for alpha/alpha > TB --- 2003-08-16 16:00:12 - checking out the source tree > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha > TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src > TB --- 2003-08-16 16:23:44 - building world > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src > TB --- /usr/bin/make -B buildworld > >>> Rebuilding the temporary build tree > >>> stage 1: bootstrap tools > >>> stage 2: cleaning up the object tree > >>> stage 2: rebuilding the object tree > >>> stage 2: build tools > >>> stage 3: cross tools > >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include > >>> stage 4: building libraries > >>> stage 4: make dependencies > >>> stage 4: building everything.. > TB --- 2003-08-16 16:57:31 - building generic kernel > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src > TB --- /usr/bin/make buildkernel KERNCONF=GENERIC > >>> Kernel build for GENERIC started on Sat Aug 16 16:57:31 GMT 2003 > [...] > if_rl.o: In function `rl_newbuf': > if_rl.o(.text+0x3f78): undefined reference to `bus_dmamap_load_mbuf' > if_rl.o(.text+0x3f7c): undefined reference to `bus_dmamap_load_mbuf' > if_rl.o: In function `rl_encapcplus': > if_rl.o(.text+0x525c): undefined reference to `bus_dmamap_load_mbuf' > if_rl.o(.text+0x5260): undefined reference to `bus_dmamap_load_mbuf' > if_rl.o(.text+0x5688): undefined reference to `bus_dmamap_load_mbuf' > if_rl.o(.text+0x568c): more undefined references to `bus_dmamap_load_mbuf' follow > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. > TB --- 2003-08-16 17:01:22 - /usr/bin/make returned exit code 1 > TB --- 2003-08-16 17:01:22 - ERROR: failed to build generic kernel > TB --- 2003-08-16 17:01:22 - tinderbox aborted > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-alpha@FreeBSD.ORG Sat Aug 16 22:12:14 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11E9B37B401; Sat, 16 Aug 2003 22:12:14 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358F343F75; Sat, 16 Aug 2003 22:12:13 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) h7H5C7eb035175; Sun, 17 Aug 2003 01:12:07 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by triangle.rtp.FreeBSD.Org (8.12.9/8.12.9/Submit) id h7H5C71Y035174; Sun, 17 Aug 2003 01:12:07 -0400 (EDT) Date: Sun, 17 Aug 2003 01:12:07 -0400 (EDT) Message-Id: <200308170512.h7H5C71Y035174@triangle.rtp.FreeBSD.Org> X-Authentication-Warning: triangle.rtp.FreeBSD.Org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: stable@freebsd.org, alpha@freebsd.org Precedence: bulk Subject: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 05:12:14 -0000 TB --- 2003-08-17 04:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-17 04:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-17 04:21:57 - building world TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-08-17 05:08:07 - building generic kernel TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Aug 17 05:08:07 GMT 2003 [...] if_rl.o: In function `rl_newbuf': if_rl.o(.text+0x3f78): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x3f7c): undefined reference to `bus_dmamap_load_mbuf' if_rl.o: In function `rl_encapcplus': if_rl.o(.text+0x525c): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x5260): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x5688): undefined reference to `bus_dmamap_load_mbuf' if_rl.o(.text+0x568c): more undefined references to `bus_dmamap_load_mbuf' follow *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. TB --- 2003-08-17 05:12:07 - /usr/bin/make returned exit code 1 TB --- 2003-08-17 05:12:07 - ERROR: failed to build generic kernel TB --- 2003-08-17 05:12:07 - tinderbox aborted