Module Name:    src
Committed By:   jakllsch
Date:           Thu Aug  4 14:45:54 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
Add coram(4).


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.316 src/sys/arch/i386/conf/ALL:1.317
--- src/sys/arch/i386/conf/ALL:1.316	Sat Jul 30 12:19:12 2011
+++ src/sys/arch/i386/conf/ALL	Thu Aug  4 14:45:54 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.316 2011/07/30 12:19:12 jmcneill Exp $
+# $NetBSD: ALL,v 1.317 2011/08/04 14:45:54 jakllsch Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.316 $"
+#ident 		"ALL-$Revision: 1.317 $"
 
 maxusers	64		# estimated number of users
 
@@ -1505,6 +1505,10 @@
 cxdtv*	at pci? dev ? function ?
 iic*	at cxdtv?
 
+# Conexant CX23885-based TV cards
+coram*	at pci? dev ? function ?
+iic*	at coram?
+
 isv*	at isa? port 0x3e0		# IDEC Supervision/16 image capture
 
 # Bluetooth Controller and Device support

Reply via email to