Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/bebox/stand



Module Name:    src
Committed By:   kiyohara
Date:           Mon May 26 16:28:39 UTC 2008

Modified Files:
        src/sys/arch/bebox/stand: Makefile
        src/sys/arch/bebox/stand/boot: Makefile boot.c boot.h clock.c com.c
            cons.c devopen.c fd.c filesystem.c inkernel.c io.c monitor.c
            version vga.c vreset.c
Added Files:
        src/sys/arch/bebox/stand/boot_com0: Makefile
        src/sys/arch/bebox/stand/boot_vga: Makefile

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


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/bebox/stand/Makefile
cvs rdiff -r1.24 -r1.25 src/sys/arch/bebox/stand/boot/Makefile
cvs rdiff -r1.16 -r1.17 src/sys/arch/bebox/stand/boot/boot.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/bebox/stand/boot/boot.h \
    src/sys/arch/bebox/stand/boot/filesystem.c \
    src/sys/arch/bebox/stand/boot/version
cvs rdiff -r1.10 -r1.11 src/sys/arch/bebox/stand/boot/clock.c \
    src/sys/arch/bebox/stand/boot/vreset.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/bebox/stand/boot/com.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/bebox/stand/boot/cons.c \
    src/sys/arch/bebox/stand/boot/devopen.c \
    src/sys/arch/bebox/stand/boot/monitor.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/bebox/stand/boot/fd.c \
    src/sys/arch/bebox/stand/boot/inkernel.c \
    src/sys/arch/bebox/stand/boot/vga.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/bebox/stand/boot/io.c
cvs rdiff -r0 -r1.1 src/sys/arch/bebox/stand/boot_com0/Makefile
cvs rdiff -r0 -r1.1 src/sys/arch/bebox/stand/boot_vga/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index