scrub old cvs log

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1789 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent 792cf1b3f2
commit fab3d1d502

@ -1,3 +1,7 @@
2010-06-15 Mike Frysinger <vapier@gentoo.org>
* src/bus/s3c4510x.c: Punt dead/useless cvs log info.
2010-06-14 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Drop stropts.h check since parport code no longer uses it.

@ -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 <marcel@telka.sk>
**
** * 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 <marcel@telka.sk>
**
** * 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 <marcel@telka.sk>
**
** * 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 <marcel@telka.sk>
**
** * src/bus/s3c4510x.c: Changed comment.
**
** Revision 1.1 2003/08/19 09:53:25 telka
** 2003-08-19 Marcel Telka <marcel@telka.sk>
**
** * src/bus/Makefile.am (libbus_a_SOURCES): Added s3c4510x.c.
** * src/bus/s3c4510x.c: New file (Jiun-Shian Ho).
**
*/

Loading…
Cancel
Save