Module Name: src
Committed By: christos
Date: Wed Jan 22 00:24:53 UTC 2014
Modified Files:
src/sys/arch/amigappc/include: bus_defs.h
Log Message:
need stride 0x1000 for gayle
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amigappc/include/bus_defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amigappc/include/bus_defs.h
diff -u src/sys/arch/amigappc/include/bus_defs.h:1.5 src/sys/arch/amigappc/include/bus_defs.h:1.6
--- src/sys/arch/amigappc/include/bus_defs.h:1.5 Sun Sep 18 20:23:14 2011
+++ src/sys/arch/amigappc/include/bus_defs.h Tue Jan 21 19:24:53 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_defs.h,v 1.5 2011/09/19 00:23:14 christos Exp $ */
+/* $NetBSD: bus_defs.h,v 1.6 2014/01/22 00:24:53 christos Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman. All rights reserved.
@@ -175,5 +175,6 @@ extern const struct amiga_bus_space_meth
extern const struct amiga_bus_space_methods amiga_bus_stride_4;
extern const struct amiga_bus_space_methods amiga_bus_stride_4swap;
extern const struct amiga_bus_space_methods amiga_bus_stride_16;
+extern const struct amiga_bus_space_methods amiga_bus_stride_0x1000;
#endif /* _AMIGAPPC_BUS_DEFS_H_ */