summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-04 12:11:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-04 12:11:38 +0000
commitd1bd965dedfeccdbc46f993e6b72c3c7213ed689 (patch)
treeb3625ceec56ac7887142e672259f4daa90b70d4e /sys
parentd7bef3e9e6fe38d2d21feaadef9d8b31cacc9bb6 (diff)
quieter on boot
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_drv.c b/sys/arch/i386/isa/pcvt/pcvt_drv.c
index 6268bac57e3..2aa1cf54640 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_drv.c
+++ b/sys/arch/i386/isa/pcvt/pcvt_drv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_drv.c,v 1.17 1997/11/05 09:38:55 deraadt Exp $ */
+/* $OpenBSD: pcvt_drv.c,v 1.18 1998/01/04 12:11:37 deraadt Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -239,7 +239,7 @@ pcattach(struct isa_device *dev)
break;
}
- printf("kbd, [R%s]\n", PCVT_REL);
+ printf("kbd\n");
#if PCVT_NETBSD || (PCVT_FREEBSD > 110 && PCVT_FREEBSD < 200)