Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/mac68k/include/bus.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/mac68k/include/bus.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.29.4.1 diff -u -p -r1.29 -r1.29.4.1 --- src/sys/arch/mac68k/include/bus.h 2020/04/02 15:30:26 1.29 +++ src/sys/arch/mac68k/include/bus.h 2021/04/03 22:28:29 1.29.4.1 @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.29 2020/04/02 15:30:26 msaitoh Exp $ */ +/* $NetBSD: bus.h,v 1.29.4.1 2021/04/03 22:28:29 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -266,12 +266,6 @@ u_int32_t mac68k_bsrs4_gen(bus_space_tag #define bus_space_read_stream_2(t,h,o) (h).bsrs2((t), &(h), (o)) #define bus_space_read_stream_4(t,h,o) (h).bsrs4((t), &(h), (o)) -#if 0 /* Cause a link error for bus_space_read_8 */ -#define bus_space_read_8(t, h, o) !!! bus_space_read_8 unimplemented !!! -#define bus_space_read_stream_8(t, h, o) \ - !!! bus_space_read_stream_8 unimplemented !!! -#endif - /* * void bus_space_read_multi_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t offset, u_intN_t *addr, @@ -344,12 +338,6 @@ void mac68k_bsrms4_gen(bus_space_tag_t, do { if (c) (h).bsrms4(t, &(h), o, a, c); } while (0) #endif -#if 0 /* Cause a link error for bus_space_read_multi_8 */ -#define bus_space_read_multi_8 !!! bus_space_read_multi_8 unimplemented !!! -#define bus_space_read_multi_stream_8 \ - !!! bus_space_read_multi_stream_8 unimplemented !!! -#endif - /* * void bus_space_read_region_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t offset, @@ -421,12 +409,6 @@ void mac68k_bsrrs4_gen(bus_space_tag_t, do { if (c) (h).bsrrs4(t,&(h),o,a,c); } while (0) #endif -#if 0 /* Cause a link error for bus_space_read_region_8 */ -#define bus_space_read_region_8 !!! bus_space_read_region_8 unimplemented !!! -#define bus_space_read_region_stream_8 \ - !!! bus_space_read_region_stream_8 unimplemented !!! -#endif - /* * void bus_space_write_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t offset, u_intN_t value); @@ -460,12 +442,6 @@ void mac68k_bsws4_gen(bus_space_tag_t, b #define bus_space_write_stream_2(t, h, o, v) (h).bsws2(t, &(h), o, v) #define bus_space_write_stream_4(t, h, o, v) (h).bsws4(t, &(h), o, v) -#if 0 /* Cause a link error for bus_space_write_8 */ -#define bus_space_write_8 !!! bus_space_write_8 not implemented !!! -#define bus_space_write_stream_8 \ - !!! bus_space_write_stream_8 not implemented !!! -#endif - /* * void bus_space_write_multi_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t offset, const u_intN_t *addr, @@ -536,13 +512,6 @@ void mac68k_bswms4_gen(bus_space_tag_t, do { if (c) (h).bswms4(t, &(h), o, a, c); } while (0) #endif -#if 0 /* Cause a link error for bus_space_write_8 */ -#define bus_space_write_multi_8(t, h, o, a, c) \ - !!! bus_space_write_multi_8 unimplemented !!! -#define bus_space_write_multi_stream_8(t, h, o, a, c) \ - !!! bus_space_write_multi_stream_8 unimplemented !!! -#endif - /* * void bus_space_write_region_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t offset, const u_intN_t *addr, @@ -613,13 +582,6 @@ void mac68k_bswrs4_gen(bus_space_tag_t, do { if (c) (h).bswrs4(t,&(h),o,a,c); } while (0) #endif -#if 0 /* Cause a link error for bus_space_write_region_8 */ -#define bus_space_write_region_8 \ - !!! bus_space_write_region_8 unimplemented !!! -#define bus_space_write_region_stream_8 \ - !!! bus_space_write_region_stream_8 unimplemented !!! -#endif - /* * void bus_space_set_multi_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t offset, u_intN_t val, @@ -668,11 +630,6 @@ void mac68k_bssm4_gen(bus_space_tag_t, b do { if (c) (h).bssm4(t,&(h),o,val,c); } while (0) #endif -#if 0 /* Cause a link error for bus_space_set_multi_8 */ -#define bus_space_set_multi_8 \ - !!! bus_space_set_multi_8 unimplemented !!! -#endif - /* * void bus_space_set_region_N(bus_space_tag_t tag, * bus_space_handle_t bsh, bus_size_t, u_intN_t val, @@ -721,11 +678,6 @@ void mac68k_bssr4_gen(bus_space_tag_t, b do { if (c) (h).bssr4(t,&(h),o,val,c); } while (0) #endif -#if 0 /* Cause a link error for bus_space_set_region_8 */ -#define bus_space_set_region_8 \ - !!! bus_space_set_region_8 unimplemented !!! -#endif - /* * void bus_space_copy_N(bus_space_tag_t tag, * bus_space_handle_t bsh1, bus_size_t off1, @@ -768,10 +720,6 @@ __CONCAT(bus_space_copy_region_,BYTES)( __MAC68K_copy_region_N(1) __MAC68K_copy_region_N(2) __MAC68K_copy_region_N(4) -#if 0 /* Cause a link error for bus_space_copy_8 */ -#define bus_space_copy_8 \ - !!! bus_space_copy_8 unimplemented !!! -#endif #undef __MAC68K_copy_region_N