cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2008-10-07 Thread Warner Losh
imp 2008-10-07 17:44:04 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: SVN rev 183673 on 2008-10-07 17:44:04Z by imp More diff reductions against ixp425/boot2/boot2.c. This time, we bring in FIXUP_BOOT_DRV functionality as an #ifdef.

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2008-10-05 Thread Warner Losh
imp 2008-10-05 23:37:03 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: SVN rev 183634 on 2008-10-05 23:37:03Z by imp Indent with 8-space tabs. This reduces the diffs to the newer ixp425 boot2 and may make it easier to merge these

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c centipad_board.c kb920x_board.c

2008-10-05 Thread Warner Losh
imp 2008-10-05 23:39:28 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c centipad_board.c kb920x_board.c Log: SVN rev 183635 on 2008-10-05 23:39:28Z by imp Remove XMODEM_DL support. It never was complete and only

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2008-10-05 Thread Warner Losh
imp 2008-10-05 23:59:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: SVN rev 183636 on 2008-10-05 23:59:52Z by imp Bring in the trivial differences between this code and John Hay's new code. Added a copyright for the work I did to

Re: cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2008-10-05 Thread John Hay
On Sun, Oct 05, 2008 at 11:59:52PM +, Warner Losh wrote: imp 2008-10-05 23:59:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: SVN rev 183636 on 2008-10-05 23:59:52Z by imp Bring in the trivial differences between this

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c src/sys/boot/common ufsread.c src/sys/boot/i386/boot2 boot2.c

2007-11-08 Thread John Baldwin
jhb 2007-11-08 21:31:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/boot/arm/at91/boot2 boot2.c sys/boot/common ufsread.c sys/boot/i386/boot2 boot2.c Log: MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c src/sys/boot/common ufsread.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/gptboot gptboot.c

2007-10-26 Thread John Baldwin
jhb 2007-10-26 21:02:31 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c sys/boot/common ufsread.c sys/boot/i386/boot2 boot2.c sys/boot/i386/gptboot gptboot.c Log: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2007-08-17 Thread Warner Losh
imp 2007-08-17 18:22:31 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actually passed into the kernel, and the kernel will soon grow that ability on arm. Approved by: re@

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2007-04-02 Thread Warner Losh
imp 2007-04-02 20:26:04 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Loop on sdcard init. This helps if one hasn't plugged in the card fast enough, or there's other issues that cause the first try to fail. Revision ChangesPath

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2007-03-28 Thread Warner Losh
imp 2007-03-28 21:18:45 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Various buglets fixed (from submitter): The changes to getstr() is so that the character that is passed in to it, is also processed just as the

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:47:31 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Mfp4: We no longer need ee.h included here. Revision ChangesPath 1.3 +0 -1 src/sys/boot/arm/at91/boot2/boot2.c