Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add bcmspi(4) and bsciic(4) and subordi...
details: https://anonhg.NetBSD.org/src/rev/26fe55a235cc
branches: trunk
changeset: 783784:26fe55a235cc
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Jan 08 16:39:28 2013 +0000
description:
Add bcmspi(4) and bsciic(4) and subordinate busses.
diffstat:
sys/arch/evbarm/conf/RPI | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 9b28faab7d2c -r 26fe55a235cc sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI Tue Jan 08 16:24:23 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI Tue Jan 08 16:39:28 2013 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index