[162] in arla-drinkers
arla 0.8, NetBSD 1.3.2 alpha lkm
daemon@ATHENA.MIT.EDU (John Davison)
Sun Jul 26 17:55:21 1998
From arla-drinkers-request@sundance.stacken.kth.se Sun Jul 26 21:55:20 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 4911 invoked from network); 26 Jul 1998 21:55:19 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 26 Jul 1998 21:55:19 -0000
Received: from mail.clarkson.edu (clarkson.edu [128.153.4.59])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id XAA14411
for <arla-drinkers@stacken.kth.se>; Sun, 26 Jul 1998 23:47:55 +0200 (MET DST)
Received: from polaris.clarkson.edu (davisoja@[128.153.4.24])
by mail.clarkson.edu (8.8.8/8.8.8) with SMTP id RAA07427
for <arla-drinkers@stacken.kth.se>; Sun, 26 Jul 1998 17:45:32 -0400 (EDT)
Date: Sun, 26 Jul 1998 17:45:32 -0400 (EDT)
From: John Davison <davisoja@clarkson.edu>
Reply-To: John Davison <davisoja@clarkson.edu>
To: arla-drinkers@stacken.kth.se
Subject: arla 0.8, NetBSD 1.3.2 alpha lkm
Message-ID: <Pine.A41.3.96.980726173204.61798A-100000@polaris.clarkson.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Here's a diff from my lwp/process.S changes on NetBSD/alpha 1.3.2 for
arla0.8:
clutx:/usr/arla/src/lwp# diff process.S.orig process.S
1176c1176,1178
<
---
>
> #elif AFS_NETBSD_ENV
> #include <machine/asm.h>
1210a1213
> #if !defined(AFS_NETBSD_ENV)
1211a1215
> #endif
That #if !defined(AFS_NETBSD_ENV) line removes this:
.mask (M_S0|M_S1|M_S2|M_S3|M_S4|M_S5|M_S6|M_RA), -FRAMESIZE
I don't know what it does, but taking it out allows a compile. =)
Now arlad -t works, however, modloading xfs_mod.o does not.
`modload -e xfs_mod -o /var/tmp/symbols /usr/arla/bin/xfs_mod.o` gives:
xfs_mod: ld: cannot open linker script file 0: No such file or directory
modload: can't prelink `/usr/arla/bin/xfs_mod.o' creating `/var/tmp/symbols'
Any ideas?
john