diff options
| author | rkujawa <rkujawa@NetBSD.org> | 2014-01-03 00:33:06 +0000 |
|---|---|---|
| committer | rkujawa <rkujawa@NetBSD.org> | 2014-01-03 00:33:06 +0000 |
| commit | dec458678e514b08d976255eda5ec7868c5f76d5 (patch) | |
| tree | 54bf0cf120b081dcdc2998b80fe70a7b6c01716a /sys/arch/amiga/include | |
| parent | 08fbedeaff08b5bb777514ed6d008013761d8593 (diff) | |
Rework handling of Commodore Gayle chip. Avoid ugly struct casts, introduce
proper bus_space accesses and some abstraction layer. All drivers that utilised
Gayle also had to be refactored.
I tried not to break anything more, but this clearly needs more testing...
Diffstat (limited to 'sys/arch/amiga/include')
| -rw-r--r-- | sys/arch/amiga/include/bus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amiga/include/bus.h b/sys/arch/amiga/include/bus.h index e150378ba65..4cbc44b5644 100644 --- a/sys/arch/amiga/include/bus.h +++ b/sys/arch/amiga/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.28 2013/12/22 02:21:51 rkujawa Exp $ */ +/* $NetBSD: bus.h,v 1.29 2014/01/03 00:33:06 rkujawa Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. All rights reserved. @@ -279,6 +279,7 @@ 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; extern const struct amiga_bus_space_methods empb_bus_swap; |
