From fab3d1d5024dd21a84c4da2132f065e8eca1623b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jun 2010 23:01:20 +0000 Subject: [PATCH] scrub old cvs log git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1789 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/ChangeLog | 4 ++ urjtag/src/bus/s3c4510x.c | 114 -------------------------------------- 2 files changed, 4 insertions(+), 114 deletions(-) diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index a7ade046..88668c20 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -1,3 +1,7 @@ +2010-06-15 Mike Frysinger + + * src/bus/s3c4510x.c: Punt dead/useless cvs log info. + 2010-06-14 Mike Frysinger * configure.ac: Drop stropts.h check since parport code no longer uses it. diff --git a/urjtag/src/bus/s3c4510x.c b/urjtag/src/bus/s3c4510x.c index 473ee98c..d2aefc53 100644 --- a/urjtag/src/bus/s3c4510x.c +++ b/urjtag/src/bus/s3c4510x.c @@ -437,117 +437,3 @@ const urj_bus_driver_t urj_bus_s3c4510_bus = { s3c4510_bus_write, s3c4510_bus_init }; - - - -/*============================================================================= -** -** CVS Log -** $Log$ -** Revision 1.5 2003/09/10 12:38:01 telka -** 2003-09-10 Marcel Telka -** -** * src/bus/bcm1250.c (bcm1250_bus_printinfo, urj_bus_bcm1250_bus): Fixed typo (compatibile->compatible) in -** output message (thanks to Andreas Mohr). -** * src/bus/ixp425.c (ixp425_bus_printinfo, urj_bus_ixp425_bus): Ditto. -** * src/bus/pxa2x0.c (pxa2x0_bus_printinfo, urj_bus_pxa2x0_bus): Ditto. -** * src/bus/s3c4510x.c (s3c4510_bus_printinfo, urj_bus_s3c4510_bus): Ditto. -** * src/bus/sa1110.c (sa1110_bus_printinfo, urj_bus_sa1110_bus): Ditto. -** * src/bus/sh7727.c (sh7727_bus_printinfo, urj_bus_sh7727_bus): Ditto. -** * src/bus/sh7750r.c (sh7750r_bus_printinfo, urj_bus_sh7750r_bus): Ditto. -** * src/bus/sh7751r.c (sh7751r_bus_printinfo, urj_bus_sh7751r_bus): Ditto. -** -** Revision 1.4 2003/09/05 21:09:14 telka -** 2003-09-05 Marcel Telka -** -** * include/bus.h (urj_bus_drivers): Added constant declaration. -** (new_sa1110_bus, new_pxa250_bus, new_ixp425_bus, new_sh7727_bus, new_sh7750r_bus, new_sh7751r_bus) -** (new_bcm1250_bus): Function declarations removed. -** * src/bus/buses.c (urj_bus_drivers): New constant definition. -** * src/bus/buses.h: New file. -** * src/bus/Makefile.am (libbus_a_SOURCES): Added buses.h. -** -** * src/bus/bcm1250.c (bcm1250_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_bcm1250_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_bcm1250_bus): Function renamed ... -** (bcm1250_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/ixp425.c (ixp425_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_ixp425_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_ixp425_bus): Function renamed ... -** (ixp425_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/pxa2x0.c (pxa2x0_bus_printinfo): Added new function parameter 'bus'. -** (pxa250_bus): Structure transformed ... -** (urj_bus_pxa2x0_bus): ... to this constant (changed type to urj_bus_driver_t, changed members). -** (new_pxa250_bus): Function renamed ... -** (pxa2x0_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/s3c4510x.c (s3c4510_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_s3c4510_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_s3c4510_bus): Function renamed ... -** (s3c4510_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/sa1110.c (sa1110_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_sa1110_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_sa1110_bus): Function renamed ... -** (sa1110_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/sh7727.c (sh7727_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_sh7727_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_sh7727_bus): Function renamed ... -** (sh7727_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/sh7750r.c (sh7750r_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_sh7750r_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_sh7750r_bus): Function renamed ... -** (sh7750r_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** * src/bus/sh7751r.c (sh7751r_bus_printinfo): Added new function parameter 'bus'. -** (urj_bus_sh7751r_bus): Changed structure type to urj_bus_driver_t. Changed members. -** (new_sh7751r_bus): Function renamed ... -** (sh7751r_bus_new): ... to this one. Changed parameter list to void (and function body updated). -** -** * src/cmd/cable.c (cmd_cable_run): Replaced bus->free() call with URJ_BUS_FREE(). -** * src/jtag.c (main): Ditto. -** -** * src/cmd/cmd.c (cmds): Added urj_cmd_initbus. -** * src/cmd/detect.c (cmd_detect_run): Removed explicit bus driver detection. -** * src/cmd/initbus.c: New file. -** * src/cmd/Makefile.am (libcmd_a_SOURCES): Added initbus.c. -** -** * data/broadcom/bcm1250/bcm1250: Added 'initbus' command call. -** * data/hitachi/sh7727/sh7727: Ditto. -** * data/intel/ixp425/ixp425: Ditto. -** * data/intel/pxa250/pxa250: Ditto. -** * data/intel/pxa250/pxa250c0: Ditto. -** * data/intel/sa1110/sa1110: Ditto. -** * data/samsung/s3c4510b/s3c4510b: Ditto. -** -** Revision 1.3 2003/08/28 07:26:02 telka -** 2003-08-28 Marcel Telka -** -** * src/readmem.c (readmem): Replaced bus_width macro with new URJ_BUS_AREA. -** * src/bus/bcm1250.c (bcm1250_bus_width): Function removed. -** (bcm1250_bus_area): New function. -** * src/bus/ixp425.c (ixp425_bus_width): Function removed. -** (ixp425_bus_area): New function. -** * src/bus/pxa2x0.c (pxa250_bus_width): Function removed. -** (pxa2x0_bus_area): New function. -** * src/bus/s3c4510x.c (s3c4510_bus_width): Function removed. -** (s3c4510_bus_area): New function. -** * src/bus/sa1110.c (sa1110_bus_width: Function removed. -** (sa1110_bus_area): New function. -** * src/bus/sh7727.c (sh7727_bus_width): Function removed. -** (sh7727_bus_area): New function. -** * src/bus/sh7750r.c (sh7750r_bus_width): Function removed. -** (sh7750r_bus_area): New function. -** * src/bus/sh7751r.c (sh7751r_bus_width): Function removed. -** (sh7751r_bus_area): New function. -** * src/cmd/print.c (cmd_print_run): Added bus area printing. -** -** Revision 1.2 2003/08/19 09:59:26 telka -** 2003-08-19 Marcel Telka -** -** * src/bus/s3c4510x.c: Changed comment. -** -** Revision 1.1 2003/08/19 09:53:25 telka -** 2003-08-19 Marcel Telka -** -** * src/bus/Makefile.am (libbus_a_SOURCES): Added s3c4510x.c. -** * src/bus/s3c4510x.c: New file (Jiun-Shian Ho). -** -*/