Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add CardBus to PCI bridge, ppb at cardbus...



details:   https://anonhg.NetBSD.org/src/rev/eca769446c51
branches:  trunk
changeset: 762549:eca769446c51
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Feb 22 23:57:22 2011 +0000

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

diffstat:

 sys/arch/i386/conf/ALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 4a54ccb86780 -r eca769446c51 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Feb 22 23:20:52 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Feb 22 23:57:22 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index