
This is a device driver for a Creative Labs CT7160 mpeg decoder card.
The driver supports mpeg1 system streams (if they don't use D frames)
and mpeg2 program streams.  If you have an unencrypted vob file, those
just happen to be similar enough to mpeg2 program streams to work,
but no audio.  It does not support elementary streams.

There is a serious bug, it will either have an annoying whine in the audio
if you use the non-I2S firmware, or it will screw up the sample rate if
you do youse the I2S firmware.  There is a #if in lux_firmware.c.

This was developed under FreeBSD 4.4.  It is extremely pre-release, and
the code needs some serious cleanup.  I am putting it up because its
time for beta testers, and perhaps someone can tell me what clue I am
missing with the audio sample rate.

I'm not sure what to do about the Copyright.  While I (Tommy Johnson) have
created these files, they are mostly a cut-and-paste from the MS Windows
driver.  I have put quite a bit of work into attempting to understand
the hardware and fill in all the missing blanks in the documentations, 
so I would like my name to be attached.  However I don't think I did
enough to call it an original work.  

The firmware found in lux_firmware.c is unquestionably Copyright Luxsonor.

How to install/compile this driver:

Copy * to /usr/src/sys/dev/lux

Copy LUX and files.LUX to /usr/src/sys/i386/conf

config LUX
cd ../../compile/LUX
make depend 
make

I didn't actualy try this procedure however, its just been living in my
source tree.

Good luck!  Let me know if you have problems, so I can at least correct
this file.

$Id: README.TXT,v 1.1 2002/03/26 03:04:37 protius Exp $
