From owner-freebsd-current Thu May 28 07:08:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19581 for freebsd-current-outgoing; Thu, 28 May 1998 07:08:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from shadow.worldbank.org (shadow.worldbank.org [138.220.104.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19576 for ; Thu, 28 May 1998 07:08:33 -0700 (PDT) (envelope-from adhir@worldbank.org) Received: from localhost (adhir@localhost) by shadow.worldbank.org (8.8.8/8.8.8) with SMTP id KAA08450 for ; Thu, 28 May 1998 10:08:02 -0400 (EDT) (envelope-from adhir@worldbank.org) X-Authentication-Warning: shadow.worldbank.org: adhir owned process doing -bs Date: Thu, 28 May 1998 10:08:02 -0400 (EDT) From: "Alok K. Dhir" To: current@FreeBSD.ORG Subject: fastvid? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I saw a note go by about a fastvid LKM for FreeBSD. Sadly, I didn't save it. A search on "freebsd fastvid" on Altavista yielded a tar.gz file for it which was apparently written by John Dyson and modified by Lars Koeller. There was no version information. I was unable to get it to compile - output follows... Several questions: 1. How can I get it to compile? 2. Do I have the latest version? 3. The README makes some mention of SMP, but it is not clear (to me). Will the fastvid LKM work on SMP systems? Thanks! Make output: [shadow:~/fastvid] make Warning: Object directory not changed from original /home/adhir/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 -nostdinc -I- -I/home/adhir/fastvid -I/home/adhir/fastvid/@ -c fastvid.c fastvid.c:81: vm/lock.h: No such file or directory In file included from fastvid.c:86: /home/adhir/fastvid/@/vm/vm_map.h:129: field `lock' has incomplete type /home/adhir/fastvid/@/vm/vm_map.h: In function `_vm_map_lock_upgrade': /home/adhir/fastvid/@/vm/vm_map.h:249: warning: implicit declaration of function `lockmgr' /home/adhir/fastvid/@/vm/vm_map.h:249: `LK_EXCLUPGRADE' undeclared (first use this function) /home/adhir/fastvid/@/vm/vm_map.h:249: (Each undeclared identifier is reported only once /home/adhir/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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message