From owner-freebsd-multimedia Wed Jul 8 03:02:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18450 for freebsd-multimedia-outgoing; Wed, 8 Jul 1998 03:02:02 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18414 for ; Wed, 8 Jul 1998 03:02:00 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id WAA05471; Tue, 7 Jul 1998 22:01:35 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199807080501.WAA05471@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: aw1@stade.co.uk cc: multimedia@FreeBSD.ORG Subject: Re: bt848 driver will be checked in this Friday In-reply-to: Your message of "Wed, 08 Jul 1998 05:39:49 BST." <19980708053949.A4437@stade.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Jul 1998 22:01:35 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You can go back to 1.35 or patch the driver: look for: typedef u_long ioctl_cmd_t; and change it to: typedef int ioctl_cmd_t Cheers, Amancio > On Mon, Jul 06, 1998 at 10:53:46PM -0700, Amancio Hasty wrote: > > The latest Bt848 driver available from > > ftp://rah.star-gate.com/pub/bt848.tar.gz > > Hmm. I'm having trouble in compiling this on a 2.2-stable machine: > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DMD5 -DCOMPAT_43 -DMFS -DFFS -DINET -DKERNEL ../../pci/brooktree848.c > ../../pci/brooktree848.c:1851: conflicting types for `bktr_ioctl' > ../../pci/brooktree848.c:401: previous declaration of `bktr_ioctl' > *** Error code 1 > > This is after deleting /usr/src/sys/* and installing the tar file above, plus > Luigi's sound patches. > > Back to 1.35 for me, I think. > > -- > Adrian Wontroba, Stade Computers Limited. phone: (+44) 121 681 6677 > Mail info@accu.org for information about the Association of C and C++ Users > or see To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message