Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   hannken
Date:           Sun Nov 28 08:23:25 UTC 2010

Modified Files:
        src/sys/arch/acorn32/mainbus: fd.c
        src/sys/arch/arm/arm32: arm32_machdep.c
        src/sys/arch/evbarm/beagle: beagle_machdep.c
        src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c
        src/sys/arch/evbarm/gemini: gemini_machdep.c
        src/sys/arch/evbarm/gumstix: gumstix_machdep.c
        src/sys/arch/evbarm/imx31: imx31lk_machdep.c
        src/sys/arch/evbarm/lubbock: lubbock_machdep.c
        src/sys/arch/evbarm/netwalker: netwalker_machdep.c
        src/sys/arch/evbarm/osk5912: osk5912_machdep.c
        src/sys/arch/evbarm/tisdp24xx: sdp24xx_machdep.c
        src/sys/arch/evbarm/viper: viper_machdep.c
        src/sys/arch/zaurus/zaurus: machdep.c

Log Message:
As md(4) no longer has "needs-count" there is no "md.h" anymore.
Remove the inclusion of this file.

Acorn32 now always builds load_memory_disc_from_floppy().  This should
not be a problem as all configs have md(4).

Observed by: Masao Uebayashi <uebayasi%netbsd.org@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/acorn32/mainbus/fd.c
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/beagle/beagle_machdep.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/gemini/gemini_machdep.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/imx31/imx31lk_machdep.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/lubbock/lubbock_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/netwalker/netwalker_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/osk5912/osk5912_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/viper/viper_machdep.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/zaurus/zaurus/machdep.c

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