From 3d22a34351e901bdd35116be5ab0b0df79e6256a Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 29 Dec 2001 05:58:07 +0000 Subject: Add device ofw_console so this kernel is usable. This commit brought to you by a sun ultra 10 running freebsd. --- sys/sparc64/conf/GENERIC | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 4550883..4b122ff 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -41,5 +41,7 @@ options DDB #Enable the kernel debugger # Pseudo devices - the number indicates how many units to allocate. device md +device ofw_console + # Tempary things until things are farther along. makeoptions NO_MODULES=does_not_compile_yet -- cgit v1.1