Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 1998 10:08:02 -0400 (EDT)
From:      "Alok K. Dhir" <adhir@worldbank.org>
To:        current@FreeBSD.ORG
Subject:   fastvid?
Message-ID:  <Pine.BSF.3.96.980528100216.8327C-100000@shadow.worldbank.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980528100216.8327C-100000>