Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/bebox/stand/boot/vreset.c
RevisionDateAuthorComments
 1.15  16-Feb-2022  riastradh powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.

Otherwise the compiler may reorder these around loads and stores,
which mostly defeats the purpose. `asm volatile' just ensures the
instruction isn't _deleted_; it may still move around.
 1.14  12-Dec-2014  phx Fix all warnings when compiling with gcc 4.8.
BeBox should be ready for 4.8 now.
 1.13  15-Oct-2010  he branches: 1.13.18; 1.13.34; 1.13.36;
Fix a minor typo preventing this from building.
 1.12  14-Oct-2010  kiyohara Add pci.c. Splitted from vreset.c
And cleanup vreset.c.
 1.11  26-May-2008  kiyohara branches: 1.11.18; 1.11.20;
Split boot/boot_com0/boot_vga.
boot supports framebuffer.
boot_com0 supports com0.
boot_vga supports vga, not frambuffer.
 1.10  26-Mar-2008  kiyohara branches: 1.10.2; 1.10.4; 1.10.6;
Remove printf() when VGA vendor is case Diamond and Matrox. Moreover
this printf() will make the start of CPU1 fail. I have not understood the
reason yet. When doing DEBUG is effective, the vender of all PCI devices
will be displayed again. At this time, printf() doesn't support the format
like "%08x".
 1.9  29-Jan-2006  dsl branches: 1.9.72;
Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>
The bswap.h and endian.h files are all rather incestuous, but I want to
get the constant folding stuff into one place - sys/bswap.h
 1.8  24-Dec-2005  perry branches: 1.8.2;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile
 1.7  11-Dec-2005  christos merge ktrace-lwp.
 1.6  28-Jun-2005  junyoung branches: 1.6.2;
#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
 1.5  27-Jun-2005  junyoung ANSI, KNF, de-__P, drop trailing spaces, and some other cosmetic changes.
 1.4  28-Jun-1999  sakamoto branches: 1.4.36;
Use loadfile.
KNF
b* -> mem*
 1.3  15-Feb-1999  sakamoto branches: 1.3.4;
RCS ID police
 1.2  26-Oct-1998  sakamoto Support frame buffer console initialized by the BootRom of the BeBox.
But, NetBSD/bebox kernel doesn't support yet.
 1.1  16-Jan-1998  sakamoto initial import of bebox kernel loader.
 1.3.4.1  01-Jul-1999  thorpej Sync w/ -current.
 1.4.36.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6.2.1  21-Jun-2006  yamt sync with head.
 1.8.2.1  01-Feb-2006  yamt sync with head.
 1.9.72.2  02-Jun-2008  mjf Sync with HEAD.
 1.9.72.1  03-Apr-2008  mjf Sync with HEAD.
 1.10.6.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.10.4.1  04-May-2009  yamt sync with head.
 1.10.2.1  04-Jun-2008  yamt sync with head
 1.11.20.1  05-Mar-2011  rmind sync with head
 1.11.18.1  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.13.36.1  06-Apr-2015  skrll Sync with HEAD
 1.13.34.1  07-Jan-2015  msaitoh Pull up following revision(s) (requested by martin in ticket #387):
sys/arch/bebox/stand/boot/vreset.c: revision 1.14
sys/arch/bebox/stand/boot/fd.c: revision 1.11
sys/arch/bebox/stand/boot/siop.c: revision 1.5
Fix all warnings when compiling with gcc 4.8.
BeBox should be ready for 4.8 now.
 1.13.18.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed