summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-06-12 04:21:50 +0000
committerimp <imp@FreeBSD.org>2006-06-12 04:21:50 +0000
commit038d1db25e8295b3ba31b6a2800fef9fc23e23e7 (patch)
tree20dcb5fd73a84111be3c953e1d0680bf6cff108d /sys/sparc64/conf
parenta157e1bbd0c955886069274aa528323af2434ed7 (diff)
downloadFreeBSD-src-038d1db25e8295b3ba31b6a2800fef9fc23e23e7.zip
FreeBSD-src-038d1db25e8295b3ba31b6a2800fef9fc23e23e7.tar.gz
Add the ability to subset the devices that UART pulls in. This allows
the arm to compile without all the extras that don't appear, at least not in the flavors of ARM I deal with. This helps us save about 100k. If I've botched the available devices on a platform, please let me know and I'll correct ASAP.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/DEFAULTS5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS
index b24aca4..d70099e 100644
--- a/sys/sparc64/conf/DEFAULTS
+++ b/sys/sparc64/conf/DEFAULTS
@@ -7,3 +7,8 @@ machine sparc64
# Pseudo devices.
device mem # Memory and kernel memory devices
+
+# UART chips on this platform
+device uart_ns8250
+device uart_sab82352
+device uart_z8350
OpenPOWER on IntegriCloud