Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Switch the HSE and HCPE messages. Pointed out m...
details: https://anonhg.NetBSD.org/src/rev/34fa7b85d067
branches: trunk
changeset: 481291:34fa7b85d067
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Jan 25 17:31:05 2000 +0000
description:
Switch the HSE and HCPE messages. Pointed out my mycroft.
diffstat:
sys/dev/usb/uhci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r a24e3c898ab6 -r 34fa7b85d067 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Tue Jan 25 17:21:07 2000 +0000
+++ b/sys/dev/usb/uhci.c Tue Jan 25 17:31:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.80 2000/01/19 01:16:38 augustss Exp $ */
+/* $NetBSD: uhci.c,v 1.81 2000/01/25 17:31:05 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -972,12 +972,12 @@
}
if (status & UHCI_STS_HSE) {
ack |= UHCI_STS_HSE;
- printf("%s: host controller process error\n",
- USBDEVNAME(sc->sc_bus.bdev));
+ printf("%s: host system error\n", USBDEVNAME(sc->sc_bus.bdev));
}
if (status & UHCI_STS_HCPE) {
ack |= UHCI_STS_HCPE;
- printf("%s: host system error\n", USBDEVNAME(sc->sc_bus.bdev));
+ printf("%s: host controller process error\n",
+ USBDEVNAME(sc->sc_bus.bdev));
}
if (status & UHCI_STS_HCH) {
/* no acknowledge needed */
Home |
Main Index |
Thread Index |
Old Index