summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2007-09-01 03:41:18 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2007-09-01 03:41:18 +0000
commitf9539b6806f7e6e3659de150bdcd17924110a0c0 (patch)
treefb9f3cb2ec510a6069c2441b75267e49b17a6f9d /sys/arch
parent3a27abd9c7369dd4d75db1ad4b7dcda4cc1579d1 (diff)
Remove stale comments; prompted by millert.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/include/bus.h3
-rw-r--r--sys/arch/i386/include/bus.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/bus.h b/sys/arch/amd64/include/bus.h
index 9970e0f3191..def7bd18ca4 100644
--- a/sys/arch/amd64/include/bus.h
+++ b/sys/arch/amd64/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.6 2007/08/31 20:11:09 marco Exp $ */
+/* $OpenBSD: bus.h,v 1.7 2007/09/01 03:41:17 marco Exp $ */
/* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */
/*-
@@ -962,7 +962,6 @@ bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t bsh,
*
* Get the kernel virtual address for the mapped bus space.
* Only allowed for regions mapped with BUS_SPACE_MAP_LINEAR.
- * (XXX not enforced)
*/
#define bus_space_vaddr(t, h) \
((t) == X86_BUS_SPACE_IO ? (void *)(NULL) : (void *)(h))
diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h
index c07289b953a..3acbf19c6ec 100644
--- a/sys/arch/i386/include/bus.h
+++ b/sys/arch/i386/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.41 2007/08/22 21:28:41 marco Exp $ */
+/* $OpenBSD: bus.h,v 1.42 2007/09/01 03:41:17 marco Exp $ */
/* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */
/*-
@@ -740,7 +740,6 @@ void bus_space_free(bus_space_tag_t t, bus_space_handle_t bsh,
*
* Get the kernel virtual address for the mapped bus space.
* Only allowed for regions mapped with BUS_SPACE_MAP_LINEAR.
- * (XXX not enforced)
*/
#define bus_space_vaddr(t, h) \
((t) == I386_BUS_SPACE_IO ? (void *)(NULL) : (void *)(h))