Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pci/bktr Pull up revision 1.3 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/2f3819e583e0
branches:  netbsd-1-5
changeset: 488361:2f3819e583e0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 03 02:19:34 2000 +0000

description:
Pull up revision 1.3 (requested by wiz):
Sync with release 2.14 of the bktr driver. Changes: mostly integration
of NetBSD changes; support for new Hauppauge tuner types.

Approved by thorpej.

diffstat:

 sys/dev/pci/bktr/bktr_core.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 3901bff46163 -r 2f3819e583e0 sys/dev/pci/bktr/bktr_core.h
--- a/sys/dev/pci/bktr/bktr_core.h      Mon Jul 03 02:17:12 2000 +0000
+++ b/sys/dev/pci/bktr/bktr_core.h      Mon Jul 03 02:19:34 2000 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: bktr_core.h,v 1.2 2000/05/21 15:43:57 wiz Exp $        */
+/*     $NetBSD: bktr_core.h,v 1.2.4.1 2000/07/03 02:19:34 wiz Exp $    */
 
-/* FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.2 1999/10/28 13:58:16 roger Exp */
+/* FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.4 2000/06/26 09:41:32 roger Exp */
 
 /*
  * This is part of the Driver for Video Capture Cards (Frame grabbers)
@@ -71,7 +71,7 @@
 
 
 /* device name for printf */
-char *bktr_name(bktr_ptr_t bktr);
+const char *bktr_name(bktr_ptr_t bktr);
 
 /* Prototypes for attatch and interrupt functions */
 void   common_bktr_attach( bktr_ptr_t bktr, int unit,



Home | Main Index | Thread Index | Old Index