Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sbmips/conf Add smbus@sbobio and rtc@smbus.



details:   https://anonhg.NetBSD.org/src/rev/d2a2be79fe0b
branches:  trunk
changeset: 532260:d2a2be79fe0b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Jun 04 08:35:05 2002 +0000

description:
Add smbus@sbobio and rtc@smbus.

diffstat:

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

diffs (27 lines):

diff -r ef8de841e1f8 -r d2a2be79fe0b sys/arch/sbmips/conf/GENERIC
--- a/sys/arch/sbmips/conf/GENERIC      Tue Jun 04 08:32:41 2002 +0000
+++ b/sys/arch/sbmips/conf/GENERIC      Tue Jun 04 08:35:05 2002 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.6 2002/06/04 05:53:31 simonb Exp $
+# $NetBSD: GENERIC,v 1.7 2002/06/04 08:35:05 simonb Exp $
 
 include        "arch/sbmips/conf/std.sbmips.eb"        # big-endian mode
 #include       "arch/sbmips/conf/std.sbmips.el"        # little-endian mode
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.6 $"
+#ident                 "GENERIC-$Revision: 1.7 $"
 
 # The following three options are required for BCM1250 pass 1 silicon
 options        SB1250_PASS1
@@ -120,6 +120,9 @@
 sbmac*         at sbobio? offset ?
 sbscn*         at sbobio? offset ?
 #sbgbus*       at sbobio? offset ?
+smbus*         at sbobio? offset ?
+
+rtc*           at smbus? chan ? dev ?
 
 # MII/PHY support
 brgphy*                at mii? phy ?



Home | Main Index | Thread Index | Old Index