[1112] in arla-drinkers
Re: Arla .27 on FreeBSD 4.0-CURRENT
daemon@ATHENA.MIT.EDU (Love)
Sat Aug 28 09:25:12 1999
From owner-arla-drinkers@stacken.kth.se Sat Aug 28 13:25:11 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 1800 invoked from network); 28 Aug 1999 13:25:10 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Aug 1999 13:25:10 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id PAA25194
for arla-drinkers-list; Sat, 28 Aug 1999 15:13:18 +0200 (MET DST)
Received: from elixir.e.kth.se (elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id PAA25190
for <arla-drinkers@stacken.kth.se>; Sat, 28 Aug 1999 15:13:14 +0200 (MET DST)
Received: from hummel.e.kth.se (hummel.e.kth.se [130.237.43.135])
by elixir.e.kth.se (8.9.3/8.9.3) with ESMTP id PAA30163;
Sat, 28 Aug 1999 15:13:12 +0200 (MET DST)
Received: (from lha@localhost)
by hummel.e.kth.se (8.9.3/8.9.3) id PAA12136;
Sat, 28 Aug 1999 15:13:09 +0200 (MET DST)
To: Kenneth Wayne Culver <culverk@wam.umd.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: Arla .27 on FreeBSD 4.0-CURRENT
References: <Pine.GSO.4.10.9908272135590.5835-100000@rac5.wam.umd.edu>
From: Love <lha@stacken.kth.se>
Date: 28 Aug 1999 15:13:07 +0200
In-Reply-To: Kenneth Wayne Culver's message of "Fri, 27 Aug 1999 21:37:39 -0400 (EDT)"
Message-ID: <amlnaw121o.fsf@hummel.e.kth.se>
Lines: 59
User-Agent: Gnus/5.0700000000000003 (Pterodactyl Gnus v0.91) Emacs/20.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Kenneth Wayne Culver <culverk@wam.umd.edu> writes:
> I just d/led Arla 0.27 and compiled for FreeBSD 4.0-CURRENT, and got this
> error:
> culverk:~> mount -t xfs /dev/xfs0 /afs
> WARNING: "(null)" is usurping "console"'s cdevsw[]
> WARNING: "(null)" is usurping "wd"'s bmaj
> xfs cdev loaded at 0
>
> what's going on?
Same a last time, Assar never commited the patch to the CVS-tree. I don't
know I have time setup a freebsd-current today to make sure it works.
Love
Index: xfs/bsd/xfs_dev-bsd.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/xfs/bsd/xfs_dev-bsd.c,v
retrieving revision 1.9
diff -u -w -r1.9 xfs_dev-bsd.c
--- xfs_dev-bsd.c 1999/06/03 00:11:02 1.9
+++ xfs_dev-bsd.c 1999/08/12 03:13:20
@@ -177,8 +177,14 @@
#endif
nommap,
nostrategy,
- NULL,
- 0
+ "xfs",
+ noparms, /* d_bogoparms */
+ 128, /* XXX */
+ nodump,
+ nopsize,
+ 0, /* flags */
+ 0, /* maxio */
+ NODEV, /* bmaj */
};
#endif /* FreeBSD */
Index: xfs/bsd/xfs_wrap-bsd.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/xfs/bsd/xfs_wrap-bsd.c,v
retrieving revision 1.22
diff -u -w -r1.22 xfs_wrap-bsd.c
--- xfs_wrap-bsd.c 1999/06/08 08:21:10 1.22
+++ xfs_wrap-bsd.c 1999/08/12 02:59:34
@@ -154,9 +154,9 @@
#ifdef DEV_MODULE
-#define XFS_DEV_NO NOMAJ
+#define XFS_DEV_NO 128
-DEV_MODULE(xfsdev, XFS_DEV_NO, NOMAJ, xfs_dev, xfs_load, NULL);
+DEV_MODULE(xfsdev, XFS_DEV_NO, NODEV, xfs_dev, xfs_load, NULL);
#else /* DEV_MODULE */