From a4cadb999e0dad2ec8078e04d9df94eb579cb62e Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 13 Jun 2006 18:40:39 +0000 Subject: Correct transposed digits in device names which were added in the previous revision. --- sys/sparc64/conf/DEFAULTS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS index d70099e..1c6863f 100644 --- a/sys/sparc64/conf/DEFAULTS +++ b/sys/sparc64/conf/DEFAULTS @@ -10,5 +10,5 @@ device mem # Memory and kernel memory devices # UART chips on this platform device uart_ns8250 -device uart_sab82352 -device uart_z8350 +device uart_sab82532 +device uart_z8530 -- cgit v1.1