Module Name:    src
Committed By:   dyoung
Date:           Tue Feb 22 23:57:22 UTC 2011

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

Log Message:
Add CardBus to PCI bridge, ppb at cardbus, but comment it out for now.


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 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.291 src/sys/arch/i386/conf/ALL:1.292
--- src/sys/arch/i386/conf/ALL:1.291	Sun Feb 20 15:41:22 2011
+++ src/sys/arch/i386/conf/ALL	Tue Feb 22 23:57:22 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.291 2011/02/20 15:41:22 jmcneill Exp $
+# $NetBSD: ALL,v 1.292 2011/02/22 23:57:22 dyoung 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.291 $"
+#ident 		"ALL-$Revision: 1.292 $"
 
 maxusers	64		# estimated number of users
 
@@ -631,6 +631,9 @@
 # CardBus serial interfaces
 com*	at cardbus? function ?	# Modems and serial cards
 
+# Cardbus bridges
+#ppb*	at cardbus? function ?	# Cardbus-PCI bridges (www.magma.com)
+
 # ISA serial interfaces
 #options 	COM_HAYESP		# adds Hayes ESP serial board support
 com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports

Reply via email to