Date: Wed, 27 May 1998 23:23:41 -0500 From: Danny Dulai <nirva@ishiboo.com> To: "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Fastvid.. Message-ID: <19980527232341.65268@bleep.ishiboo.com> In-Reply-To: <199805250838.SAA07894@cain.gsoft.com.au>; from Daniel O'Connor on Mon, May 25, 1998 at 06:08:20PM %2B0930 References: <199805250838.SAA07894@cain.gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Daniel O'Connor (doconnor@gsoft.com.au): > Mmm.. speedy :) > xengine goes from 148rpm to 280rpm when fastvid is installed. > This is on a PII/266 in a SuperMicro P6SLS (LX chipset). The graphics card is > a Matrox Millenium II (PCI) with 4Mb of RAM. > The display is 8-bit depth at 1280x1024, the xengine size is 1152x900. > > The speedup factor is 1.89, mmm :) cvsup'd -current yesterday, can't get fastvid to build :( [blookitty|~/fastvid]% uname -a FreeBSD blookitty.ishiboo.com 3.0-CURRENT FreeBSD 3.0-CURRENT #16: Wed May 27 01:22:55 EDT 1998 nirva@blookitty.ishiboo.com:/fs/src/freebsd-current/sys/compile/blookitty i386 [blookitty+~/fastvid]% make Warning: Object directory not changed from original /u/nirva/fastvid cc -O -pipe -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I/u/nirva/fastvid -I/u/nirva/fastvid/@ -c fastvid.c /u/nirva/fastvid/@/vm/vm_map.h: In function `_vm_map_lock_upgrade': In file included from fastvid.c:86: /u/nirva/fastvid/@/vm/vm_map.h:249: warning: implicit declaration of function `lockmgr' /u/nirva/fastvid/@/vm/vm_map.h:249: `LK_EXCLUPGRADE' undeclared (first use this function) /u/nirva/fastvid/@/vm/vm_map.h:249: (Each undeclared identifier is reported only once /u/nirva/fastvid/@/vm/vm_map.h:249: for each function it appears in.) fastvid.c: At top level: fastvid.c:101: warning: initialization from incompatible pointer type fastvid.c:103: parse error before string constant fastvid.c: In function `fastvid_mod': fastvid.c:234: `fastvid_mod_mod_struct' undeclared (first use this function) *** Error code 1 Stop. The vm_map.h problems are solved by #including <sys/lock.h>, but the MOD_SYSCALL on line 103 and the problem at line 234 I do not understand. Does anyone have copy of this module for -current? -- ___________________________________________________________________________ Danny Dulai Feet. Pumice. Lotion. http://www.ishiboo.com/~nirva/ nirva@ishiboo.com 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?19980527232341.65268>