History log of /netbsd-src/sys/arch/prep/stand/boot/pci.c (Results 1 – 3 of 3)
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 ...


# fd97fa0b 03-Apr-2014 mrg <mrg@NetBSD.org>

GCC 4.8 build fixes from John D. Baker


# 158f609a 19-May-2012 kiyohara <kiyohara@NetBSD.org>

Support load kernel from SCSI HDD with siop. It copy from bebox. (EXPERIMENTAL)