History log of /netbsd-src/sys/arch/bebox/stand/boot/boot.h (Results 1 – 10 of 10)
Revision Date Author Comments
# e7ab4b8e 09-Jun-2014 phx <phx@NetBSD.org>

printslots() -> printPCIslots(). Make it compile with -DDEBUG.


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

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


# 5ea6a937 14-Oct-2010 kiyohara <kiyohara@NetBSD.org>

Add PCI_mem and many access/cache-ope functions.
+ inw/inwrb/writeb/writel/readb/readw/readl.
+ _wbinv/_inv.


# 33aaae50 26-May-2008 kiyohara <kiyohara@NetBSD.org>

Split boot/boot_com0/boot_vga.
boot supports framebuffer.
boot_com0 supports com0.
boot_vga supports vga, not frambuffer.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# d20841bb 13-Feb-2004 wiz <wiz@NetBSD.org>

Uppercase CPU, plural is CPUs.


# 07704f0a 08-Oct-2003 simonb <simonb@NetBSD.org>

Use consistent type qualifiers for CPU1_alive (keeps gcc331 happy).


# 162b0b1d 16-Mar-2000 darrenr <darrenr@NetBSD.org>

__P(()) -> __P((void))


# d32f2272 28-Jun-1999 sakamoto <sakamoto@NetBSD.org>

Use loadfile.
KNF
b* -> mem*


# 95dac230 24-Jun-1999 sakamoto <sakamoto@NetBSD.org>

Some cleanup.
Move bootinfo related things to boot.c
and console related things to cons.c.