diff options
author | marcel <marcel@FreeBSD.org> | 2006-06-12 20:10:46 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-06-12 20:10:46 +0000 |
commit | 5778b108014576d16b02038d8b0bff762ed05c06 (patch) | |
tree | ebbb2472d9730ad040652ad819273cd7cc692cb2 | |
parent | cbeb562815398b1216c1fe31e797c1b9cc57c0d9 (diff) | |
download | FreeBSD-src-5778b108014576d16b02038d8b0bff762ed05c06.zip FreeBSD-src-5778b108014576d16b02038d8b0bff762ed05c06.tar.gz |
Some machines have an ESCC. Make sure we build uart(4) with support
for the z8530.
-rw-r--r-- | sys/powerpc/conf/DEFAULTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index c6c75f2..6537172 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -10,3 +10,4 @@ device mem # Memory and kernel memory devices # UART chips on this platform device uart_ns8250 +device uart_z8530 |