summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa/adv_eisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/eisa/adv_eisa.c')
-rw-r--r--sys/i386/eisa/adv_eisa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/eisa/adv_eisa.c b/sys/i386/eisa/adv_eisa.c
index 77b2a92..87ff8dd 100644
--- a/sys/i386/eisa/adv_eisa.c
+++ b/sys/i386/eisa/adv_eisa.c
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: adv_eisa.c,v 1.1 1998/09/15 07:05:39 gibbs Exp $
*/
#include "eisa.h"
@@ -76,9 +76,9 @@ static int adveisaattach(struct eisa_device *e_dev);
* The overrun buffer shared amongst all EISA adapters.
*/
static u_int8_t* overrun_buf;
-bus_dma_tag_t overrun_dmat;
-bus_dmamap_t overrun_dmamap;
-bus_addr_t overrun_physbase;
+static bus_dma_tag_t overrun_dmat;
+static bus_dmamap_t overrun_dmamap;
+static bus_addr_t overrun_physbase;
static struct eisa_driver adv_eisa_driver =
{
OpenPOWER on IntegriCloud