History log of /netbsd-src/sys/arch/bebox/stand/boot/pci.c (Results 1 – 5 of 5)
Revision Date Author Comments
# cde8f271 16-Feb-2022 riastradh <riastradh@NetBSD.org>

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 t

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.

show more ...


# 2fb624f2 14-Oct-2010 kiyohara <kiyohara@NetBSD.org>

Add pci.c. Splitted from vreset.c
And cleanup vreset.c.


# a6a228ce 15-Feb-1999 sakamoto <sakamoto@NetBSD.org>

RCS ID police


# 7b111b42 28-Oct-1998 sakamoto <sakamoto@NetBSD.org>

Support frame buffer console with Matrox Millennium(probably, and II).
But, NetBSD/bebox kernel doesn't support yet.


# 709dd80e 26-Oct-1998 sakamoto <sakamoto@NetBSD.org>

Support frame buffer console initialized by the BootRom of the BeBox.
But, NetBSD/bebox kernel doesn't support yet.