Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci "i/o" -> "memory"
details: https://anonhg.NetBSD.org/src/rev/475d4956ec4c
branches: trunk
changeset: 481313:475d4956ec4c
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jan 25 23:23:48 2000 +0000
description:
"i/o" -> "memory"
diffstat:
sys/dev/pci/if_ti.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5e21b6eb6179 -r 475d4956ec4c sys/dev/pci/if_ti.c
--- a/sys/dev/pci/if_ti.c Tue Jan 25 23:22:49 2000 +0000
+++ b/sys/dev/pci/if_ti.c Tue Jan 25 23:23:48 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ti.c,v 1.3 2000/01/25 20:19:14 thorpej Exp $ */
+/* $NetBSD: if_ti.c,v 1.4 2000/01/25 23:23:48 thorpej Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -1719,7 +1719,7 @@
*/
if (pci_mapreg_map(pa, 0x10, PCI_MAPREG_TYPE_MEM, BUS_SPACE_MAP_LINEAR,
&sc->ti_btag, &sc->ti_bhandle, NULL, NULL)) {
- printf(": can't map i/o space\n");
+ printf(": can't map memory space\n");
goto fail;
}
sc->ti_vhandle = (void *)(sc->ti_bhandle); /* XXX XXX XXX */
Home |
Main Index |
Thread Index |
Old Index