Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amigappc/include gayle wants stride_1swap now, so d...
details: https://anonhg.NetBSD.org/src/rev/6db051e1605b
branches: trunk
changeset: 745577:6db051e1605b
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 06 02:31:13 2020 +0000
description:
gayle wants stride_1swap now, so declare the rest of the bus methods since
we already define them anyway.
diffstat:
sys/arch/amigappc/include/bus_defs.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 9d3efa376705 -r 6db051e1605b sys/arch/amigappc/include/bus_defs.h
--- a/sys/arch/amigappc/include/bus_defs.h Thu Mar 05 22:44:19 2020 +0000
+++ b/sys/arch/amigappc/include/bus_defs.h Fri Mar 06 02:31:13 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_defs.h,v 1.7 2019/09/23 16:17:54 skrll Exp $ */
+/* $NetBSD: bus_defs.h,v 1.8 2020/03/06 02:31:13 christos Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman. All rights reserved.
@@ -176,10 +176,13 @@
#define __BUS_SPACE_HAS_STREAM_METHODS
extern const struct amiga_bus_space_methods amiga_bus_stride_1;
+extern const struct amiga_bus_space_methods amiga_bus_stride_1swap;
+extern const struct amiga_bus_space_methods amiga_bus_stride_1swap_abs;
extern const struct amiga_bus_space_methods amiga_bus_stride_2;
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;
+extern const struct amiga_bus_space_methods amiga_bus_stride_0x4000;
#endif /* _AMIGAPPC_BUS_DEFS_H_ */
Home |
Main Index |
Thread Index |
Old Index