diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/apm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 58016d4da49..665c97e8867 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.76 2007/07/02 17:11:29 thib Exp $ */ +/* $OpenBSD: apm.c,v 1.77 2007/10/22 17:11:14 deraadt Exp $ */ /*- * Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved. @@ -910,9 +910,6 @@ apmattach(struct device *parent, struct device *self, void *aux) setgdt(GAPM16CODE_SEL, NULL, 0, 0, 0, 0, 0); setgdt(GAPMDATA_SEL, NULL, 0, 0, 0, 0, 0); } - /* XXX - To go away */ - printf("apm0: flags %x dobusy %d doidle %d\n", - apm_flags, apm_dobusy, apm_doidle); } void |