Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Adapt to going back to decemal device numbering.
details: https://anonhg.NetBSD.org/src/rev/d79b3ced98ef
branches: trunk
changeset: 487605:d79b3ced98ef
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Fri Jun 09 18:00:45 2000 +0000
description:
Adapt to going back to decemal device numbering.
diffstat:
sys/dev/pci/cz.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2f26ceb2fec9 -r d79b3ced98ef sys/dev/pci/cz.c
--- a/sys/dev/pci/cz.c Fri Jun 09 17:58:29 2000 +0000
+++ b/sys/dev/pci/cz.c Fri Jun 09 18:00:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cz.c,v 1.7 2000/06/09 16:53:23 wrstuden Exp $ */
+/* $NetBSD: cz.c,v 1.8 2000/06/09 18:00:45 wrstuden Exp $ */
/*-
* Copyright (c) 2000 Zembu Labs, Inc.
@@ -652,7 +652,7 @@
}
fid = CZ_FWCTL_READ(cz, BRDCTL_FWVERSION);
- printf("%s: %s, %d channels (ttyCZ%02x..ttyCZ%02x), "
+ printf("%s: %s, %d channels (ttyCZ%04d..ttyCZ%04d), "
"firmware %x.%x.%x\n",
cz->cz_dev.dv_xname, board, cz->cz_nchannels,
cztty_attached_ttys, cztty_attached_ttys + (cz->cz_nchannels - 1),
Home |
Main Index |
Thread Index |
Old Index