Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add & enable digital tv capture support
details: https://anonhg.NetBSD.org/src/rev/8393433596ea
branches: trunk
changeset: 772770:8393433596ea
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jan 15 15:05:06 2012 +0000
description:
add & enable digital tv capture support
diffstat:
sys/arch/amd64/conf/GENERIC | 20 +++++++++++---------
sys/arch/i386/conf/GENERIC | 19 +++++++++++--------
2 files changed, 22 insertions(+), 17 deletions(-)
diffs (95 lines):
diff -r 2ce81601f147 -r 8393433596ea sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sun Jan 15 14:40:15 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sun Jan 15 15:05:06 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.343 2012/01/13 16:05:14 cegger Exp $
+# $NetBSD: GENERIC,v 1.344 2012/01/15 15:05:07 jmcneill Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.343 $"
+#ident "GENERIC-$Revision: 1.344 $"
maxusers 64 # estimated number of users
@@ -1048,9 +1048,15 @@
# Video capture devices
-pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam
-uvideo* at uhub? # USB Video Class capture devices
-video* at videobus?
+auvitek* at uhub? # Auvitek AU0828 USB TV
+coram* at pci? dev ? function ? # Conexant CX23885 PCI-E TV
+cxdtv* at pci? dev ? function ? # Conexant CX2388[0-3] PCI TV
+emdtv* at uhub? # Empia EM28xx USB TV
+pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam
+uvideo* at uhub? # USB Video Class capture devices
+
+video* at videobus? # Analog capture interface
+dtv* at dtvbus? # Digital capture interface
# TV cards
@@ -1059,10 +1065,6 @@
bktr* at pci? dev ? function ?
radio* at bktr?
-# Conexant CX2388[0-3]-based DTV cards
-#cxdtv* at pci? dev ? function ?
-#iic* at cxdtv?
-
# Bluetooth Controller and Device support
diff -r 2ce81601f147 -r 8393433596ea sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Jan 15 14:40:15 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC Sun Jan 15 15:05:06 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1063 2012/01/14 12:14:28 tron Exp $
+# $NetBSD: GENERIC,v 1.1064 2012/01/15 15:05:06 jmcneill Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1063 $"
+#ident "GENERIC-$Revision: 1.1064 $"
maxusers 64 # estimated number of users
@@ -1431,9 +1431,15 @@
# Video capture devices
-pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam
-uvideo* at uhub? # USB Video Class capture devices
-video* at videobus?
+auvitek* at uhub? # Auvitek AU0828 USB TV
+coram* at pci? dev ? function ? # Conexant CX23885 PCI-E TV
+cxdtv* at pci? dev ? function ? # Conexant CX2388[0-3] PCI TV
+emdtv* at uhub? # Empia EM28xx USB TV
+pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam
+uvideo* at uhub? # USB Video Class capture devices
+
+video* at videobus? # Analog capture interface
+dtv* at dtvbus? # Digital capture interface
# TV cards
@@ -1442,9 +1448,6 @@
bktr* at pci? dev ? function ?
radio* at bktr?
-# Conexant CX2388[0-3]-based DTV cards
-#cxdtv* at pci? dev ? function ?
-#iic* at cxdtv?
# Bluetooth Controller and Device support
Home |
Main Index |
Thread Index |
Old Index