Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/bebox/stand/boot/pci.c
RevisionDateAuthorComments
 1.6  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.5  14-Oct-2010  kiyohara Add pci.c. Splitted from vreset.c
And cleanup vreset.c.
 1.4  24-Jun-1999  sakamoto branches: 1.4.96; 1.4.98;
Some cleanup.
Move bootinfo related things to boot.c
and console related things to cons.c.
 1.3  15-Feb-1999  sakamoto branches: 1.3.4;
RCS ID police
 1.2  28-Oct-1998  sakamoto Support frame buffer console with Matrox Millennium(probably, and II).
But, NetBSD/bebox kernel doesn't support yet.
 1.1  26-Oct-1998  sakamoto Support frame buffer console initialized by the BootRom of the BeBox.
But, NetBSD/bebox kernel doesn't support yet.
 1.3.4.1  01-Jul-1999  thorpej Sync w/ -current.
 1.4.98.1  05-Mar-2011  rmind sync with head
 1.4.96.1  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).

RSS XML Feed