diff options
author | 2002-11-08 22:27:17 +0000 | |
---|---|---|
committer | 2002-11-08 22:27:17 +0000 | |
commit | 545e0312b6019db75c2862db8a9c83724fcf11b3 (patch) | |
tree | 11df3ab0a3fe2ebb31caea19d4d0984c29ec18e1 | |
parent | a missing next kbd type (diff) | |
download | wireguard-openbsd-545e0312b6019db75c2862db8a9c83724fcf11b3.tar.xz wireguard-openbsd-545e0312b6019db75c2862db8a9c83724fcf11b3.zip |
hmm, todos seem to be unapplicable no more
-rw-r--r-- | sys/arch/hppa/hppa/wscons_machdep.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/hppa/hppa/wscons_machdep.c b/sys/arch/hppa/hppa/wscons_machdep.c index 8c721c993e4..f2426134686 100644 --- a/sys/arch/hppa/hppa/wscons_machdep.c +++ b/sys/arch/hppa/hppa/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.2 2002/03/18 00:19:45 mickey Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.3 2002/11/08 22:27:17 mickey Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff @@ -81,7 +81,6 @@ wscnprobe(cp) if (maj == nchrdev) panic("wsdisplay is not in cdevsw[]"); - /* TODO check the page0 console path */ #if NSTI > 0 if (PAGE0->mem_cons.pz_class == PCL_DISPL) { @@ -93,8 +92,7 @@ wscnprobe(cp) #if NPS2P > 0 if (PAGE0->mem_kbd.pz_class == PCL_KEYBD) { - } - else + } else return; #else return; @@ -108,7 +106,6 @@ void wscninit(cp) struct consdev *cp; { - /* TODO map the page0's console/keyboard devices */ } void |