Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386 add bktr device
details: https://anonhg.NetBSD.org/src/rev/b14ab6e58001
branches: trunk
changeset: 485838:b14ab6e58001
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 07 00:41:06 2000 +0000
description:
add bktr device
diffstat:
sys/arch/i386/conf/GENERIC | 8 ++++++--
sys/arch/i386/i386/conf.c | 4 +++-
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (53 lines):
diff -r 5a5da5db2da7 -r b14ab6e58001 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun May 07 00:38:39 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Sun May 07 00:41:06 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.333 2000/05/04 19:41:44 jhawk Exp $
+# $NetBSD: GENERIC,v 1.334 2000/05/07 00:44:45 wiz Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.333 $"
+#ident "GENERIC-$Revision: 1.334 $"
maxusers 32 # estimated number of users
@@ -766,6 +766,10 @@
# The spkr driver provides a simple tone interface to the built in speaker.
#spkr0 at pcppi? # PC speaker
+# TV cards
+
+# Brooktree 848/849/878/879 based TV cards
+bktr* at pci? dev ? function ?
# Mice
diff -r 5a5da5db2da7 -r b14ab6e58001 sys/arch/i386/i386/conf.c
--- a/sys/arch/i386/i386/conf.c Sun May 07 00:38:39 2000 +0000
+++ b/sys/arch/i386/i386/conf.c Sun May 07 00:41:06 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.121 2000/04/14 14:44:49 augustss Exp $ */
+/* $NetBSD: conf.c,v 1.122 2000/05/07 00:41:06 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -242,6 +242,7 @@
cdev_decl(esh_fp);
#include "scsibus.h"
cdev_decl(scsibus);
+#include "bktr.h"
#ifdef __I4B_IS_INTEGRATED
/* open, close, ioctl */
@@ -389,6 +390,7 @@
cdev_vmegen_init(NVMEGENERIC, vmegeneric), /* 68: generic VME access */
cdev_disk_init(NCA, ca), /* 69: Compaq array */
cdev_usbdev_init(NURIO,urio), /* 70: Diamond Rio 500 */
+ cdev_bktr_init(NBKTR, bktr), /* 71: Bt848 video capture device */
};
int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);
Home |
Main Index |
Thread Index |
Old Index