Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/eisa Const poison.
details: https://anonhg.NetBSD.org/src/rev/95b663b5b9a2
branches: trunk
changeset: 482051:95b663b5b9a2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Feb 12 19:05:55 2000 +0000
description:
Const poison.
diffstat:
sys/dev/eisa/eisavar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c79430cbcd0e -r 95b663b5b9a2 sys/dev/eisa/eisavar.h
--- a/sys/dev/eisa/eisavar.h Sat Feb 12 18:14:37 2000 +0000
+++ b/sys/dev/eisa/eisavar.h Sat Feb 12 19:05:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: eisavar.h,v 1.13 1999/03/19 03:01:50 cgd Exp $ */
+/* $NetBSD: eisavar.h,v 1.14 2000/02/12 19:05:55 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -61,7 +61,7 @@
* EISA bus attach arguments.
*/
struct eisabus_attach_args {
- char *eba_busname; /* XXX should be common */
+ const char *eba_busname; /* XXX should be common */
bus_space_tag_t eba_iot; /* eisa i/o space tag */
bus_space_tag_t eba_memt; /* eisa mem space tag */
bus_dma_tag_t eba_dmat; /* DMA tag */
Home |
Main Index |
Thread Index |
Old Index