Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic white space -> tab.
details: https://anonhg.NetBSD.org/src/rev/f7791e948a75
branches: trunk
changeset: 756940:f7791e948a75
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Aug 08 09:33:05 2010 +0000
description:
white space -> tab.
diffstat:
sys/dev/ic/pckbc.c | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (53 lines):
diff -r 4b99b0507e7a -r f7791e948a75 sys/dev/ic/pckbc.c
--- a/sys/dev/ic/pckbc.c Sun Aug 08 09:30:29 2010 +0000
+++ b/sys/dev/ic/pckbc.c Sun Aug 08 09:33:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbc.c,v 1.50 2010/04/19 18:24:26 dyoung Exp $ */
+/* $NetBSD: pckbc.c,v 1.51 2010/08/08 09:33:05 isaki Exp $ */
/*
* Copyright (c) 2004 Ben Harris.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.50 2010/04/19 18:24:26 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.51 2010/08/08 09:33:05 isaki Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -461,14 +461,14 @@
t->t_slotdata[slot]->poll_data = -1;
t->t_slotdata[slot]->poll_stat = -1;
} else {
- int s;
+ int s;
- /*
- * If disabling polling on a device that's been configured,
- * make sure there are no bytes left in the FIFO, holding up
- * the interrupt line. Otherwise we won't get any further
- * interrupts.
- */
+ /*
+ * If disabling polling on a device that's been configured,
+ * make sure there are no bytes left in the FIFO, holding up
+ * the interrupt line. Otherwise we won't get any further
+ * interrupts.
+ */
if (t->t_sc) {
s = spltty();
pckbcintr(t->t_sc);
@@ -621,10 +621,10 @@
int res = 0;
if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d))
- return (ENXIO);
+ return (ENXIO);
if (bus_space_map(iot, addr + cmd_offset, 1, 0, &ioh_c)) {
bus_space_unmap(iot, ioh_d, 1);
- return (ENXIO);
+ return (ENXIO);
}
memset(&pckbc_consdata, 0, sizeof(pckbc_consdata));
Home |
Main Index |
Thread Index |
Old Index