diff options
author | marius <marius@FreeBSD.org> | 2010-04-10 11:52:12 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-04-10 11:52:12 +0000 |
commit | af63aa47ca8e507ea249380e9c4c7659a303ee6f (patch) | |
tree | f1b6758ebc22a7a36a90c075e73c4c3ebfa7a633 /sys/conf/files.sparc64 | |
parent | c48055dea1028997c98d1f43c73db7cb0d62ccf1 (diff) | |
download | FreeBSD-src-af63aa47ca8e507ea249380e9c4c7659a303ee6f.zip FreeBSD-src-af63aa47ca8e507ea249380e9c4c7659a303ee6f.tar.gz |
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).
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r-- | sys/conf/files.sparc64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index 1f8c4a3..a822a0ed 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -79,6 +79,7 @@ sparc64/pci/ofw_pcib.c optional pci sparc64/pci/ofw_pcib_subr.c optional pci sparc64/pci/ofw_pcibus.c optional pci sparc64/pci/psycho.c optional pci +sparc64/pci/sbbc.c optional uart sbbc sparc64/pci/schizo.c optional pci sparc64/sbus/dma_sbus.c optional sbus sparc64/sbus/sbus.c optional sbus |