Deleted Added
full compact
bktr_tuner.c (67306) bktr_tuner.c (119277)
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.c 67306 2000-10-19 07:33:28Z roger $ */
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.c 119277 2003-08-22 05:54:52Z imp $ */
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_tuner : This deals with controlling the tuner fitted to TV cards.

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

49#include <sys/systm.h>
50#include <sys/kernel.h>
51#include <sys/vnode.h>
52#ifdef __NetBSD__
53#include <sys/proc.h>
54#endif
55
56#ifdef __FreeBSD__
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_tuner : This deals with controlling the tuner fitted to TV cards.

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

49#include <sys/systm.h>
50#include <sys/kernel.h>
51#include <sys/vnode.h>
52#ifdef __NetBSD__
53#include <sys/proc.h>
54#endif
55
56#ifdef __FreeBSD__
57#include <pci/pcivar.h>
58
59#if (__FreeBSD_version < 500000)
60#include <machine/clock.h> /* for DELAY */
57#if (__FreeBSD_version < 500000)
58#include <machine/clock.h> /* for DELAY */
59#include <pci/pcivar.h>
60#else
61#include <dev/pci/pcivar.h>
61#endif
62
63#if (__FreeBSD_version >=300000)
64#include <machine/bus_memio.h> /* for bus space */
65#include <machine/bus.h>
66#include <sys/bus.h>
67#endif
68#endif

--- 948 unchanged lines hidden ---
62#endif
63
64#if (__FreeBSD_version >=300000)
65#include <machine/bus_memio.h> /* for bus space */
66#include <machine/bus.h>
67#include <sys/bus.h>
68#endif
69#endif

--- 948 unchanged lines hidden ---