Date: Sat, 10 Apr 2010 11:52:12 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files.sparc64 src/sys/dev/uart uart.h uart_cpu_sparc64.c src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/pci sbbc.c Message-ID: <201004101152.o3ABqn6S032164@repoman.freebsd.org>
index | next in thread | raw e-mail
marius 2010-04-10 11:52:12 UTC
FreeBSD src repository
Modified files:
sys/conf files.sparc64
sys/dev/uart uart.h uart_cpu_sparc64.c
sys/sparc64/conf GENERIC NOTES
Added files:
sys/sparc64/pci sbbc.c
Log:
SVN rev 206451 on 2010-04-10 11:52:12Z by marius
Add sbbc(4), a driver for the BootBus controller found in Serengeti and
StarCat systems which provides time-of-day services for both as well as
console service for Serengeti, i.e. Sun Fire V1280. While the latter is
described with a device type of serial in the OFW device tree, it isn't
actually an UART. Nevertheless the console service is handled by uart(4)
as this allowed to re-use quite a bit of MD and MI code. Actually, this
idea is stolen from Linux which interfaces the sun4v hypervisor console
with the Linux counterpart of uart(4).
Revision Changes Path
1.112 +1 -0 src/sys/conf/files.sparc64
1.10 +1 -0 src/sys/dev/uart/uart.h
1.25 +11 -0 src/sys/dev/uart/uart_cpu_sparc64.c
1.168 +3 -0 src/sys/sparc64/conf/GENERIC
1.35 +1 -0 src/sys/sparc64/conf/NOTES
1.1 +1074 -0 src/sys/sparc64/pci/sbbc.c (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004101152.o3ABqn6S032164>
