From owner-freebsd-current Mon Feb 11 18:47:40 2002 Delivered-To: freebsd-current@freebsd.org Received: from newman2.bestweb.net (newman2.bestweb.net [209.94.102.67]) by hub.freebsd.org (Postfix) with ESMTP id 7BDA237B44B for ; Mon, 11 Feb 2002 18:16:52 -0800 (PST) Received: from okeeffe.bestweb.net (okeefe.bestweb.net [209.94.100.110]) by newman2.bestweb.net (Postfix) with ESMTP id C519D230E6; Mon, 11 Feb 2002 21:16:43 -0500 (EST) Received: by okeeffe.bestweb.net (Postfix, from userid 0) id 6C80F9F285; Mon, 11 Feb 2002 21:11:48 -0500 (EST) Date: Thu, 7 Feb 2002 13:01:43 -0800 (PST) From: Julian Elischer To: Andrew Gallatin Cc: Jake Burkholder , current@FreeBSD.ORG Subject: Re: Non 386 testers REALLY NEEDED Message-Id: <20020212021148.6C80F9F285@okeeffe.bestweb.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've committed both the kernel diff and a libkvm diff that seems to work for me here. can you check it with the new -current again ? On Wed, 6 Feb 2002, Andrew Gallatin wrote: > > Jake Burkholder writes: > > > What's the "right" way to do this? > > > > I think you want lda, its used to load an address constant in support.s: > > > > lda t0, fusufault /* trap faults */ > > Bingo! Thanks.. I haven't done any alpha assembler in nearly a year.. > > Julian -- you need to add this to your diff: > > > Index: alpha/alpha/locore.s > =================================================================== > RCS file: /home/ncvs/src/sys/alpha/alpha/locore.s,v > retrieving revision 1.20 > diff -u -r1.20 locore.s > --- alpha/alpha/locore.s 11 Dec 2001 23:33:38 -0000 1.20 > +++ alpha/alpha/locore.s 7 Feb 2002 01:05:10 -0000 > @@ -119,7 +119,7 @@ > /* > * Switch to proc0's PCB. > */ > - ldq t0,thread0 /* get phys addr of pcb */ > + lda t0,thread0 > ldq a0,TD_MD_PCBPADDR(t0) > SWITCH_CONTEXT > > > Buildworld fails in libkvm with the first diff... I assume > you're aware of this? > > /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': > /usr/src/lib/libkvm/kvm_proc.c:263: structure has no member named `p_thread' > /usr/src/lib/libkvm/kvm_proc.c:264: structure has no member named `p_thread' > > <...> > > > > I'm no seeing a hang when sync'ing disks, but this might just be a > -current'ism. > > > > > Cheers, > > Drew > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message