Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove some debug nonsense.
details: https://anonhg.NetBSD.org/src/rev/7cd24b2ef1d2
branches: trunk
changeset: 484163:7cd24b2ef1d2
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Mar 27 08:01:09 2000 +0000
description:
Remove some debug nonsense.
diffstat:
sys/dev/usb/uhci.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r b0ef33798094 -r 7cd24b2ef1d2 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Mon Mar 27 07:39:48 2000 +0000
+++ b/sys/dev/usb/uhci.c Mon Mar 27 08:01:09 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.98 2000/03/27 07:39:48 augustss Exp $ */
+/* $NetBSD: uhci.c,v 1.99 2000/03/27 08:01:09 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -975,9 +975,6 @@
sc->sc_bulk_end = sqh;
}
-void fooo(void);
-void fooo() { }
-
/* Remove bulk QH, called at splusb(). */
void
uhci_remove_bulk(sc, sqh)
@@ -1043,7 +1040,6 @@
printf("%s: host controller halted\n",
USBDEVNAME(sc->sc_bus.bdev));
sc->sc_dying = 1;
- fooo();
}
if (ack) /* acknowledge the ints */
Home |
Main Index |
Thread Index |
Old Index