Module Name:    src
Committed By:   jakllsch
Date:           Tue Jan  8 16:39:28 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: RPI

Log Message:
Add bcmspi(4) and bsciic(4) and subordinate busses.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/RPI

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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.13 src/sys/arch/evbarm/conf/RPI:1.14
--- src/sys/arch/evbarm/conf/RPI:1.13	Mon Jan  7 20:20:22 2013
+++ src/sys/arch/evbarm/conf/RPI	Tue Jan  8 16:39:28 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.13 2013/01/07 20:20:22 jmcneill Exp $
+#	$NetBSD: RPI,v 1.14 2013/01/08 16:39:28 jakllsch Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -205,6 +205,14 @@ ld*     at sdmmc?
 # USB device drivers, just as soon as we have something to attach them to
 #include "dev/usb/usbdevices.config"
 
+# Broadcom Serial Control (I2C)
+bsciic* at obio?
+iic* at i2cbus?
+
+# SPI controller
+bcmspi* at obio?
+spi* at spibus?
+
 # various options for wscons - we try to look as much like a standard
 # sun console as possible
 options 	WSEMUL_VT100		# sun terminal emulation

Reply via email to