From owner-freebsd-alpha Fri Mar 23 20: 4:58 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from VL-MS-MR002.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by hub.freebsd.org (Postfix) with ESMTP id F0A9B37B718 for ; Fri, 23 Mar 2001 20:04:55 -0800 (PST) (envelope-from nospam@videotron.ca) Received: from neutrino.quantum.net ([24.201.229.37]) by VL-MS-MR002.sc1.videotron.ca (Netscape Messaging Server 4.15) with ESMTP id GAOOO705.2GI; Fri, 23 Mar 2001 23:04:55 -0500 Received: from videotron.ca (client32.quantum.net [192.168.56.32]) by neutrino.quantum.net (8.12.0.Beta5/8.12.0.Beta5) with ESMTP id f2O45ImD022708; Fri, 23 Mar 2001 23:05:18 -0500 (EST) Message-ID: <3ABC1CFE.8070000@videotron.ca> Date: Fri, 23 Mar 2001 23:05:18 -0500 From: tcn Reply-To: leclercn@videotron.ca User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010131 Netscape6/6.01 X-Accept-Language: en MIME-Version: 1.0 To: Andrew Gallatin Cc: leclercn@videotron.ca, freebsd-alpha@FreeBSD.ORG Subject: Re: dev_t size mismatch kernel / userland References: <3ABC0CFE.4010707@videotron.ca> <15036.6517.17480.370998@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Already tried vinum, works fine after modification of dev_t to u_int64_t. I'll change it to uintptr_t tough (cleaner). Hope this gets fixed! Normand Leclerc leclercn@videotron.ca Andrew Gallatin wrote: > tcn writes: > > Hi, > > > > I found a problem with dev_t. The kernel uses a dev_t as a pointer > > and userland uses it as an integer. What should I do: change userland > > to 64 bits and rebuild world? > > Sort of. Try changing it to a uintptr_t (64-bits on alpha, 32 on > i386). > > Before rebuilding world, I'd try just vinum.. > > Drew > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message