aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.sparc64
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2007-01-20 12:53:30 +0000
committerMarius Strobl <marius@FreeBSD.org>2007-01-20 12:53:30 +0000
commit0222c134799baf365e08199cabfefb3cff962c7b (patch)
treec1f8da4ee8ffb663ff7e05a53d27c195d56d910e /sys/conf/files.sparc64
parentf01beaa692022c815c6f7277f799457134ab95ad (diff)
downloadsrc-0222c134799baf365e08199cabfefb3cff962c7b.tar.gz
src-0222c134799baf365e08199cabfefb3cff962c7b.zip
Add front-ends for the 'lebuffer' variants found on some SBus cards.
These are shared-memory variants based on Am79C90-compatible chips that apart from the missing DMA engine are similar to the 'ledma' variant including using a (pseudo-)bus/device for the buffer that the actual LANCE device hangs off from. The performance of these is close to that of the 'ledma' one, like expected at a few times the CPU load though.
Notes
Notes: svn path=/head/; revision=166144
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r--sys/conf/files.sparc642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 981b7dd3e323..a0ea02010889 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -49,7 +49,9 @@ dev/fb/fb.c optional sc
dev/fb/machfb.c optional machfb sc
dev/hwpmc/hwpmc_sparc64.c optional hwpmc
dev/kbd/kbd.c optional atkbd | sc | ukbd
+dev/le/if_le_lebuffer.c optional le sbus
dev/le/if_le_ledma.c optional le sbus
+dev/le/lebuffer_sbus.c optional le sbus
dev/ofw/ofw_bus_if.m standard
dev/ofw/ofw_bus_subr.c standard
dev/ofw/ofw_console.c optional ofw_console