Wed Nov 5 22:27:55 2014 UTC ()
Add awincnt at awinio (64 bit timer counter)


(skrll)
diff -r1.8 -r1.9 src/sys/arch/evbarm/conf/BPI

cvs diff -r1.8 -r1.9 src/sys/arch/evbarm/conf/Attic/BPI (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/BPI 2014/11/05 08:11:35 1.8
+++ src/sys/arch/evbarm/conf/Attic/BPI 2014/11/05 22:27:55 1.9
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: BPI,v 1.8 2014/11/05 08:11:35 skrll Exp $ 2# $NetBSD: BPI,v 1.9 2014/11/05 22:27:55 skrll Exp $
3# 3#
4# BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel 4# BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.awin" 7include "arch/evbarm/conf/std.awin"
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
@@ -235,26 +235,29 @@ iic* at awiniic? @@ -235,26 +235,29 @@ iic* at awiniic?
235# On-board 16550 UARTs 235# On-board 16550 UARTs
236com0 at awinio? port 0 # UART0 (console) 236com0 at awinio? port 0 # UART0 (console)
237options CONADDR=0x01c28000, CONSPEED=115200 237options CONADDR=0x01c28000, CONSPEED=115200
238 238
239# Operating System Timer (A10) 239# Operating System Timer (A10)
240awintmr0 at awinio? 240awintmr0 at awinio?
241 241
242# Watchdog timers 242# Watchdog timers
243awinwdt* at awinio? 243awinwdt* at awinio?
244 244
245# RTC 245# RTC
246awinrtc* at awinio? 246awinrtc* at awinio?
247 247
 248# 64-bit counter
 249awincnt0 at awinio0
 250
248# onboard audio codec 251# onboard audio codec
249awinac0 at awinio0 252awinac0 at awinio0
250audio0 at awinac0 253audio0 at awinac0
251 254
252# onboard video 255# onboard video
253#awinfb* at obio0 addr 0x48050000 size 0x10000 256#awinfb* at obio0 addr 0x48050000 size 0x10000
254#wsdisplay* at wsemuldisplaydev? console ? 257#wsdisplay* at wsemuldisplaydev? console ?
255 258
256# various options for wscons - we try to look as much like a standard 259# various options for wscons - we try to look as much like a standard
257# sun console as possible 260# sun console as possible
258#options WSEMUL_VT100 # sun terminal emulation 261#options WSEMUL_VT100 # sun terminal emulation
259#options WS_DEFAULT_FG=WSCOL_BLACK 262#options WS_DEFAULT_FG=WSCOL_BLACK
260#options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE 263#options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE