Fri Jan 25 00:06:05 2013 UTC ()
add bcmrng


(jmcneill)
diff -r1.22 -r1.23 src/sys/arch/evbarm/conf/RPI

cvs diff -r1.22 -r1.23 src/sys/arch/evbarm/conf/RPI (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/RPI 2013/01/21 16:25:09 1.22
+++ src/sys/arch/evbarm/conf/RPI 2013/01/25 00:06:05 1.23
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: RPI,v 1.22 2013/01/21 16:25:09 jakllsch Exp $ 2# $NetBSD: RPI,v 1.23 2013/01/25 00:06:05 jmcneill Exp $
3# 3#
4# RPi -- Raspberry Pi 4# RPi -- Raspberry Pi
5# 5#
6 6
7include "arch/evbarm/conf/std.rpi" 7include "arch/evbarm/conf/std.rpi"
8 8
9# estimated number of users 9# estimated number of users
10 10
11maxusers 32 11maxusers 32
12 12
13# Standard system options 13# Standard system options
14 14
15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
@@ -186,26 +186,29 @@ vcmbox0 at bcmmbox0 @@ -186,26 +186,29 @@ vcmbox0 at bcmmbox0
186# PL011 uart 186# PL011 uart
187plcom0 at obio? 187plcom0 at obio?
188 188
189# Framebuffer console 189# Framebuffer console
190genfb0 at obio? 190genfb0 at obio?
191wsdisplay* at genfb? 191wsdisplay* at genfb?
192 192
193# System timer 193# System timer
194bcmtmr0 at obio? 194bcmtmr0 at obio?
195 195
196# Power management, Reset controller and Watchdog registers 196# Power management, Reset controller and Watchdog registers
197bcmpm0 at obio? 197bcmpm0 at obio?
198 198
 199# Random number generator
 200bcmrng0 at obio?
 201
199# Arasan SD/MMC Interface 202# Arasan SD/MMC Interface
200sdhc* at obio? 203sdhc* at obio?
201sdmmc* at sdhc? 204sdmmc* at sdhc?
202 205
203ld* at sdmmc? 206ld* at sdmmc?
204 207
205# On-board USB 208# On-board USB
206dotg* at obio? 209dotg* at obio?
207usb* at dotg? 210usb* at dotg?
208 211
209# USB device drivers, just as soon as we have something to attach them to 212# USB device drivers, just as soon as we have something to attach them to
210include "dev/usb/usbdevices.config" 213include "dev/usb/usbdevices.config"
211 214