Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci some glue for bktr-driver



details:   https://anonhg.NetBSD.org/src/rev/af6425d27c1a
branches:  trunk
changeset: 485832:af6425d27c1a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 07 00:25:58 2000 +0000

description:
some glue for bktr-driver

diffstat:

 sys/dev/pci/files.pci |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 3406b80da3e9 -r af6425d27c1a sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sun May 07 00:24:33 2000 +0000
+++ b/sys/dev/pci/files.pci     Sun May 07 00:25:58 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.89 2000/04/30 21:59:58 augustss Exp $
+#      $NetBSD: files.pci,v 1.90 2000/05/07 00:25:58 wiz Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -6,6 +6,11 @@
 
 defopt opt_pci.h       PCIVERBOSE PCI_CONFIG_DUMP
 
+defopt opt_bktr.h      BKTR_OVERRIDE_CARD BKTR_OVERRIDE_TUNER BKTR_OVERRIDE_DBX
+                       BKTR_OVERRIDE_MSP BKTR_SYSTEM_DEFAULT
+                       BKTR_USE_PLL BKTR_GPIO_ACCESS BKTR_NO_MSP_RESET
+                       BKTR_430_FX_MODE BKTR_SIS_VIA_MODE
+
 device pci {[dev = -1], [function = -1]}
 attach pci at pcibus
 file   dev/pci/pci.c                   pci needs-flag
@@ -158,6 +163,15 @@
 file   dev/ic/bt485.c                  tga
 file   dev/ic/bt463.c                  tga
 
+# Brooktree Bt848 video capture
+device bktr: pcibus
+attach bktr at pci
+file dev/pci/bktr/bktr_audio.c         bktr
+file dev/pci/bktr/bktr_card.c          bktr
+file dev/pci/bktr/bktr_core.c          bktr
+file dev/pci/bktr/bktr_os.c            bktr    needs-flag
+file dev/pci/bktr/bktr_tuner.c         bktr
+
 # Cirrus Logic CrystalClear PCI Audio CS4280
 device clcs: audio, auconv, mulaw, ac97, midibus
 attach  clcs at pci



Home | Main Index | Thread Index | Old Index