Date: Fri, 16 Mar 2001 03:40:29 +0100 From: Andrzej Tobola <san@iem.pw.edu.pl> To: Michael Harnois <mdharnois@home.com> Cc: freebsd-current@FreeBSD.org Subject: Re: -current broken, or am I? Message-ID: <20010316034029.A14907@volt.iem.pw.edu.pl> In-Reply-To: <86ofv2a27t.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Thu, Mar 15, 2001 at 08:15:34PM -0600 References: <20010315155245.A12926@blackhelicopters.org> <20010315235329.A922@volt.iem.pw.edu.pl> <86ofv2a27t.fsf@mharnois.workgroup.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Make that me too ...
I diagnosed problem - sys/sys/ata.h commited by sos is probably the culprit:
% make world
.......
===> usr.bin/kdump
....
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..
+-I/usr/obj/usr/src/i386/usr/include -c ioctl.c
In file included from ioctl.c:98:
/usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:81: warning: this is the location of the previous
+definition
ioctl.c: In function `ioctlname':
ioctl.c:530: sizeof applied to an incomplete type
ioctl.c:530:
< if (val == ATASSMART)
---
> if (val == ((unsigned long)( (0x80000000 | 0x40000000 ) | (( sizeof( struct ata_smart ) & 0x1fff
+) << 16) | (( ( 'a' ) ) << 8) | ( ( 10 ) ))) )
% fgrep -r ata_smart /usr/src
/usr/src/sys/sys/ata.h:#define ATAGSMART _IOWR('a', 9, struct ata_smart)
/usr/src/sys/sys/ata.h:#define ATASSMART _IOWR('a', 10, struct ata_smart)
cheers,
-a
On Thu, Mar 15, 2001 at 05:56:09AM -0800, Søren Schmidt wrote:
> sos 2001/03/15 05:56:09 PST
>
> Added files:
> sys/sys ata.h
> Log:
> Add new ATA specific file, to be used with the upcoming atacontrol.
--
Andrzej Tobola Politechnika Warszawska, IETiME
http://iem.pw.edu.pl/~san Warsaw University of Technology
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010316034029.A14907>
