CVS commit: src/sys/arch/cobalt/stand/boot

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 19:15:54 UTC 2019 Modified Files: src/sys/arch/cobalt/stand/boot: wdc.c Log Message: no need for To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/cobalt/stand/boot/wdc.c Please note that

CVS commit: src/sys/arch/cobalt/stand/boot

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 17:13:04 UTC 2019 Modified Files: src/sys/arch/cobalt/stand/boot: wdc.c Log Message: Someone should merge all the wdc copies. Include for DEV_BSIZE/DEV_BSHIFT To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/sys/arch/cobalt/stand/boot

2015-06-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jun 23 20:54:43 UTC 2015 Modified Files: src/sys/arch/cobalt/stand/boot: Makefile Log Message: Always build for mips3. Use -Os instead -O2 for smallest code size. text goes from 74608 to 63020 To generate a diff of this

CVS commit: src/sys/arch/cobalt/stand/boot

2015-06-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jun 23 20:27:28 UTC 2015 Modified Files: src/sys/arch/cobalt/stand/boot: boot.h Log Message: #include mips/cpuregs.h To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cobalt/stand/boot/boot.h Please

CVS commit: src/sys/arch/cobalt/stand/boot

2014-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 21 00:51:09 UTC 2014 Modified Files: src/sys/arch/cobalt/stand/boot: clock.c Log Message: need clock_subr.h for bcdtobin() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/cobalt/stand/boot

2014-04-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 3 18:49:52 UTC 2014 Modified Files: src/sys/arch/cobalt/stand/boot: wdc.c Log Message: GC found. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/cobalt/stand/boot/wdc.c Please note that diffs

CVS commit: src/sys/arch/cobalt/stand/boot

2014-04-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 3 18:49:41 UTC 2014 Modified Files: src/sys/arch/cobalt/stand/boot: wd.c Log Message: Avoid type pruning. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/cobalt/stand/boot/wd.c Please note

CVS commit: src/sys/arch/cobalt/stand/boot

2011-07-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jul 9 15:50:38 UTC 2011 Modified Files: src/sys/arch/cobalt/stand/boot: Makefile Log Message: Use TOOL_GZIP To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/cobalt/stand/boot/Makefile Please note

CVS commit: src/sys/arch/cobalt/stand/boot

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 06:01:51 UTC 2011 Modified Files: src/sys/arch/cobalt/stand/boot: wd.c Log Message: avoid pointer aliasing issues To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/cobalt/stand/boot/wd.c Please

CVS commit: src/sys/arch/cobalt/stand/boot

2010-07-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jul 11 17:09:27 UTC 2010 Modified Files: src/sys/arch/cobalt/stand/boot: wd.c Log Message: Include sys/param.h for howmany() definition. OK'ed by tsut...@. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/cobalt/stand/boot

2010-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jan 19 15:28:52 UTC 2010 Modified Files: src/sys/arch/cobalt/stand/boot: Makefile tlp.c wd.c wdc.c Log Message: Use -DLIBSA_PRINTF_LONGLONG_SUPPORT -DLIBSA_PRINTF_WIDTH_SUPPORT in debug printf()s. To generate a diff of

CVS commit: src/sys/arch/cobalt/stand/boot

2010-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 10 09:34:45 UTC 2010 Modified Files: src/sys/arch/cobalt/stand/boot: boot.c bootinfo.c Log Message: Make these compile with -D_DEBUG (use proper printf types). To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/arch/cobalt/stand/boot

2010-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 10 16:20:45 UTC 2010 Modified Files: src/sys/arch/cobalt/stand/boot: version wd.c wdc.c wdvar.h Log Message: Add support for LBA48 read command to standalone wdc/wd driver. Thanks to bouyer@ for comments about LBA48