NetBSD/sys/dev/pci/bktr
sommerfeld 851de295eb Change pci_intr_map to get interrupt source information from a "struct
pci_attach_args *" instead of from four separate parameters which in
all cases were extracted from the same "struct pci_attach_args".

This both simplifies the driver api, and allows for alternate PCI
interrupt mapping schemes, such as one using the tables described in
the Intel Multiprocessor Spec which describe interrupt wirings for
devices behind pci-pci bridges based on the device's location rather
the bridge's location.

Tested on alpha and i386; welcome to 1.5Q
2000-12-28 22:59:06 +00:00
..
README re-add README that got lost in 2.12-to-2.14 merge. 2000-07-01 01:59:54 +00:00
TODO Replace remaining vm_offset_t's in NetBSD code by vaddr_t; remove now 2000-10-28 14:50:27 +00:00
bktr2netbsd Delete more files before import. 2000-10-28 14:51:08 +00:00
bktr_audio.c Merge 2.17 changes to trunk. 2000-10-28 14:31:57 +00:00
bktr_audio.h
bktr_card.c Merge 2.17 changes to trunk. 2000-10-28 14:31:57 +00:00
bktr_card.h resolve conflicts. 2000-07-01 01:38:58 +00:00
bktr_core.c Replace remaining vm_offset_t's in NetBSD code by vaddr_t; remove now 2000-10-28 14:50:27 +00:00
bktr_core.h resolve conflicts. 2000-07-01 01:38:58 +00:00
bktr_mem.c Import release 2.17 of the bktr driver. 2000-10-28 14:17:40 +00:00
bktr_mem.h Import release 2.17 of the bktr driver. 2000-10-28 14:17:40 +00:00
bktr_os.c Change pci_intr_map to get interrupt source information from a "struct 2000-12-28 22:59:06 +00:00
bktr_os.h Replace remaining vm_offset_t's in NetBSD code by vaddr_t; remove now 2000-10-28 14:50:27 +00:00
bktr_reg.h Merge 2.17 changes to trunk. 2000-10-28 14:31:57 +00:00
bktr_tuner.c Merge 2.17 changes to trunk. 2000-10-28 14:31:57 +00:00
bktr_tuner.h

README

README FOR BT848/BT878 DRIVER
Updated 20th March 2000

  Roger Hardiman
  roger@cs.strath.ac.uk
  roger@freebsd.org
  http://www.telepresence.strath.ac.uk/bt848
  http://www.freebsd.org/~roger

Introduction
------------

The BKTR driver is a driver for Bt848 and Bt878 based Video Capture
cards and TV Tuner Cards.
The driver was written by Amancio Hasty for FreeBSD but is now
maintained by Roger Hardiman.

The driver has been ported from FreeBSD to NetBSD, OpenBSD and BSD/OS.
There is also a Linux version on an old version.


Please read the README file for your specific Operating System for
more information.

Thanks
Roger
--
Roger Hardiman