From owner-freebsd-questions Mon May 14 6:48:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sabre.velocet.net (sabre.velocet.net [198.96.118.66]) by hub.freebsd.org (Postfix) with ESMTP id 6F4BB37B422 for ; Mon, 14 May 2001 06:48:16 -0700 (PDT) (envelope-from dgilbert@office.tor.velocet.net) Received: from office.tor.velocet.net (trooper.velocet.net [204.138.45.2]) by sabre.velocet.net (Postfix) with ESMTP id D3890137F21 for ; Mon, 14 May 2001 09:48:10 -0400 (EDT) Received: (from dgilbert@localhost) by office.tor.velocet.net (8.11.2/8.9.3) id f4EDmAY38769; Mon, 14 May 2001 09:48:10 -0400 (EDT) (envelope-from dgilbert) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15103.57882.248201.75283@trooper.velocet.net> Date: Mon, 14 May 2001 09:48:10 -0400 To: freebsd-questions@freebsd.org Subject: LiViD on FreeBSD. X-Mailer: VM 6.92 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been having problems getting LiViD to compile on FreeBSD. libcss.c references sys/dvdio.h. FreeBSD has this header file, but it's structure is significantly different than the netBSD one. In particular, an ioctl() in libcss is fetching the key from the media and the format of the key (among other) data is in dvdio.h. The FreeBSD header seems to not fill in the detail of the data it's returning. I'm wondering if I can expect that the NetBSD header file will produce working code (ie. the structure that we're fetching is the same) or if some hacking on the dvd driver is necessary... Has anyone successfully compiled LiViD? Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message