Source-Changes-HG archive

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

[src/trunk]: src/sys/arch remove dtv (available as a module)



details:   https://anonhg.NetBSD.org/src/rev/5692a809f666
branches:  trunk
changeset: 768101:5692a809f666
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Aug 08 18:57:58 2011 +0000

description:
remove dtv (available as a module)

diffstat:

 sys/arch/amd64/conf/GENERIC |   8 ++++----
 sys/arch/i386/conf/GENERIC  |  12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (77 lines):

diff -r 264d4c22cda9 -r 5692a809f666 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Aug 08 17:53:29 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Aug 08 18:57:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.330 2011/08/08 16:27:46 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.331 2011/08/08 18:57:58 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.330 $"
+#ident                 "GENERIC-$Revision: 1.331 $"
 
 maxusers       64              # estimated number of users
 
@@ -1025,7 +1025,7 @@
 pseye* at uhub?                # Sony PLAYSTATION(R) Eye webcam
 uvideo* at uhub?       # USB Video Class capture devices
 video* at videobus?
-dtv* at dtvbus?
+#dtv* at dtvbus?
 
 
 # TV cards
@@ -1035,7 +1035,7 @@
 radio* at bktr?
 
 # Conexant CX2388[0-3]-based DTV cards
-cxdtv* at pci? dev ? function ?
+#cxdtv* at pci? dev ? function ?
 #iic* at cxdtv?
 
 
diff -r 264d4c22cda9 -r 5692a809f666 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Aug 08 17:53:29 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Aug 08 18:57:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1044 2011/08/08 17:02:31 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.1045 2011/08/08 18:58:18 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1044 $"
+#ident                 "GENERIC-$Revision: 1.1045 $"
 
 maxusers       64              # estimated number of users
 
@@ -1421,10 +1421,10 @@
 
 pseye* at uhub?                # Sony PLAYSTATION(R) Eye webcam
 uvideo* at uhub?               # USB Video Class capture devices
-auvitek* at uhub?              # Auvitek AU0828 video capture devices
-emdtv* at uhub?                # Empia EM28xx video capture devices
+#auvitek* at uhub?             # Auvitek AU0828 video capture devices
+#emdtv*        at uhub?                # Empia EM28xx video capture devices
 video* at videobus?
-dtv* at dtvbus?
+#dtv* at dtvbus?
 
 
 # TV cards
@@ -1434,7 +1434,7 @@
 radio* at bktr?
 
 # Conexant CX2388[0-3]-based DTV cards
-cxdtv* at pci? dev ? function ?
+#cxdtv*        at pci? dev ? function ?
 #iic*  at cxdtv?
 
 # Bluetooth Controller and Device support



Home | Main Index | Thread Index | Old Index