diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-11 03:43:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-11 03:43:47 +0000 |
commit | 28d8b9d7bf2b991f9111c3dd38549bf12ff7c3bf (patch) | |
tree | d9ce26b2eebca04e8cfc75a9c0bd6b802c83014f /sys/arch | |
parent | de873a557606c2d605ad235a002e35da068c5cfd (diff) |
... but ucom can not be used as a console, oops. Me needs more booze.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/macppc/conf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index 11f4ac8a063..174ea40e180 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.12 2002/06/11 03:39:50 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.13 2002/06/11 03:43:46 miod Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -376,7 +376,6 @@ blktochr(dev) #include "vgafb_pci.h" cons_decl(ws); -cons_decl(ucom); cons_decl(ofc); struct consdev constab[] = { @@ -386,8 +385,5 @@ struct consdev constab[] = { #if NOFCONS > 0 cons_init(ofc), #endif -#if NUCOM > 0 - cons_init(ucom), -#endif { 0 }, }; |