Deleted Added
full compact
bktr_os.c (65049) bktr_os.c (65374)
1/* $FreeBSD: head/sys/dev/bktr/bktr_os.c 65049 2000-08-24 14:17:06Z roger $ */
1/* $FreeBSD: head/sys/dev/bktr/bktr_os.c 65374 2000-09-02 19:17:34Z phk $ */
2
3/*
4 * This is part of the Driver for Video Capture Cards (Frame grabbers)
5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
6 * chipset.
7 * Copyright Roger Hardiman and Amancio Hasty.
8 *
9 * bktr_os : This has all the Operating System dependant code,

--- 35 unchanged lines hidden (view full) ---

45 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
46 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
47 * POSSIBILITY OF SUCH DAMAGE.
48 */
49
50
51#ifdef __FreeBSD__
52#include "bktr.h"
2
3/*
4 * This is part of the Driver for Video Capture Cards (Frame grabbers)
5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
6 * chipset.
7 * Copyright Roger Hardiman and Amancio Hasty.
8 *
9 * bktr_os : This has all the Operating System dependant code,

--- 35 unchanged lines hidden (view full) ---

45 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
46 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
47 * POSSIBILITY OF SUCH DAMAGE.
48 */
49
50
51#ifdef __FreeBSD__
52#include "bktr.h"
53#include "opt_devfs.h"
54#endif /* __FreeBSD__ */
55
56#include "opt_bktr.h" /* include any kernel config options */
57
58#define FIFO_RISC_DISABLED 0
59#define ALL_INTS_DISABLED 0
60
61

--- 1641 unchanged lines hidden ---
53#endif /* __FreeBSD__ */
54
55#include "opt_bktr.h" /* include any kernel config options */
56
57#define FIFO_RISC_DISABLED 0
58#define ALL_INTS_DISABLED 0
59
60

--- 1641 unchanged lines hidden ---