summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/dev/vmevar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-21 12:22:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-21 12:22:04 +0000
commita45c9181eb0fa1cc9c5c1cc7be52d9892e2937af (patch)
tree857f8f4342e5b78d450ff582726df8ea142d4809 /sys/arch/aviion/dev/vmevar.h
parent7d437fa1ac1718eae1d6da889e01cef0c12b5848 (diff)
Move common definitions shared by the various 88100-based designs to their
own header file, and slowly make most of the code board-independent. No functional change.
Diffstat (limited to 'sys/arch/aviion/dev/vmevar.h')
-rw-r--r--sys/arch/aviion/dev/vmevar.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/aviion/dev/vmevar.h b/sys/arch/aviion/dev/vmevar.h
index b8e0be4841c..207271ff9fe 100644
--- a/sys/arch/aviion/dev/vmevar.h
+++ b/sys/arch/aviion/dev/vmevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmevar.h,v 1.1 2006/05/09 18:17:37 miod Exp $ */
+/* $OpenBSD: vmevar.h,v 1.2 2006/05/21 12:22:02 miod Exp $ */
/*
* Copyright (c) 2006, Miodrag Vallat
*
@@ -32,10 +32,7 @@ typedef u_int32_t vme_addr_t;
/*
* Attachment information for VME devices.
*
- * The driver is supposed to know in which space it lives if it got an
- * unspecified address (this is to simplify kernel configuration files).
- *
- * Drivers are also supposed to do their interrupt vector allocation
+ * Drivers are supposed to do their interrupt vector allocation
* themselves.
*/
struct vme_attach_args {