CVS commit: src/sys/arch/evbarm/conf

2013-01-11 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Fri Jan 11 09:45:53 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBOARD

Log Message:
With the recent enhancement of omapfb, wsdisplay* devices appear
to now be required, so follow suit to fix the build.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/BEAGLEBOARD

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



CVS commit: src/sys/arch/amiga/conf

2013-01-11 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Fri Jan 11 11:00:33 UTC 2013

Modified Files:
src/sys/arch/amiga/conf: files.amiga

Log Message:
We appear to need files.usb included to get opt_usb.h generated,
to make hid.c build.  The inclusion of hid.c in the build is probably
triggered by some configs including bluetooth support, and hid.c
is apparently both for bluetooth and usb.  I'm not sure what changed
to make the build fail in the first place, though.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/arch/amiga/conf/files.amiga

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



CVS commit: src/sys/arch/hp300

2013-01-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jan 11 12:03:04 UTC 2013

Modified Files:
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hp300/hp300: autoconf.c
Added Files:
src/sys/arch/hp300/dev: sti_sgc.c

Log Message:
Add sti at sgc framebuffer.
Ported from OpenBSD by kiyohara@.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r0 -r1.1 src/sys/arch/hp300/dev/sti_sgc.c
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/hp300/hp300/autoconf.c

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



CVS commit: src/sys/arch/arm/arm32

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 12:04:01 UTC 2013

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Fix a bug in pmap_modify_pv where we didn't set PVF_WRITE on a page after
changing its mapping to writeable.
Add more KASSERTS
Don't go into DDB by default in pmap_fixup.


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/sys/arch/arm/arm32/pmap.c

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



CVS commit: src/sys/dev/usb

2013-01-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jan 11 12:21:54 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otgreg.h

Log Message:
Remove unused DOTG_REGSIZE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/dwc_otgreg.h

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



CVS commit: src/sys/arch/evbarm/rpi

2013-01-11 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Jan 11 12:47:38 UTC 2013

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
allow ukbd to be the console keyboard if genfb is the console display device


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/rpi/rpi_machdep.c

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



CVS commit: src/share/mk

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 12:55:29 UTC 2013

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
Make MKSOFTFLOAT = yes for ARM (since arm is softfloat by default).


To generate a diff of this commit:
cvs rdiff -u -r1.716 -r1.717 src/share/mk/bsd.own.mk

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



CVS commit: src/sys/dev/usb

2013-01-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jan 11 13:01:44 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otg.c

Log Message:
Fix the KASSERT in dwc_otg_poll


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/dwc_otg.c

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



CVS commit: src/sys/dev/usb

2013-01-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jan 11 13:48:47 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otg.c dwc_otgvar.h

Log Message:
Convert to pool_cache and add some (disabled by default) counters.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/dwc_otg.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/dwc_otgvar.h

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



CVS commit: src/lib/libc

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 13:55:26 UTC 2013

Modified Files:
src/lib/libc/arch/arm: Makefile.inc
src/lib/libc/arch/arm/gen: _setjmp.S setjmp.S
src/lib/libc/arch/arm/hardfloat: fpgetmask.S fpgetround.c fpgetsticky.S
fpsetmask.S fpsetround.c fpsetsticky.S
src/lib/libc/compat/arch/arm/gen: compat_setjmp.S

Log Message:
Remove all FPA code.
Support VFP for hard float
Allow MKSOFTFLOAT=no


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/arch/arm/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/arm/gen/_setjmp.S
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/gen/setjmp.S
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/arm/hardfloat/fpgetmask.S \
src/lib/libc/arch/arm/hardfloat/fpgetround.c \
src/lib/libc/arch/arm/hardfloat/fpgetsticky.S \
src/lib/libc/arch/arm/hardfloat/fpsetmask.S \
src/lib/libc/arch/arm/hardfloat/fpsetsticky.S
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/arm/hardfloat/fpsetround.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/arch/arm/gen/compat_setjmp.S

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



CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 13:58:41 UTC 2013

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h

Log Message:
Add missing % to SUBTARGET_ASM_FLOAT_SPEC
If compiling for AAPCS, default to a TARGET_CPU_arm926ejs (armv5te)
If linking for AAPCS, use the right linker emulation.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h

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



CVS commit: src/sys/arch

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 14:03:05 UTC 2013

Removed Files:
src/sys/arch/acorn26/include: fp.h
src/sys/arch/acorn32/include: fp.h
src/sys/arch/arm/include: fp.h
src/sys/arch/cats/include: fp.h
src/sys/arch/evbarm/include: fp.h
src/sys/arch/hpcarm/include: fp.h
src/sys/arch/iyonix/include: fp.h
src/sys/arch/netwinder/include: fp.h
src/sys/arch/shark/include: fp.h
src/sys/arch/zaurus/include: fp.h

Log Message:
Remove FPA specific header.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/sys/arch/acorn26/include/fp.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/acorn32/include/fp.h
cvs rdiff -u -r1.2 -r0 src/sys/arch/arm/include/fp.h
cvs rdiff -u -r1.3 -r0 src/sys/arch/cats/include/fp.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/evbarm/include/fp.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/hpcarm/include/fp.h
cvs rdiff -u -r1.2 -r0 src/sys/arch/iyonix/include/fp.h
cvs rdiff -u -r1.3 -r0 src/sys/arch/netwinder/include/fp.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/shark/include/fp.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/zaurus/include/fp.h

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



CVS commit: src/sys/arch/arm/include

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 14:04:55 UTC 2013

Modified Files:
src/sys/arch/arm/include: pcb.h reg.h

Log Message:
Don't include  since it no longer exists


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/include/pcb.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/include/reg.h

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



CVS commit: src/sys/arch/arm/include

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 13:56:32 UTC 2013

Modified Files:
src/sys/arch/arm/include: setjmp.h

Log Message:
Remove FPA support and replace with VFP.
(happily jmp_buf is large enough to store the needed VFP16 registers)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/include/setjmp.h

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



CVS commit: src/sys/arch

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 14:09:56 UTC 2013

Modified Files:
src/sys/arch/acorn26/include: Makefile
src/sys/arch/acorn32/include: Makefile
src/sys/arch/arm/include: Makefile
src/sys/arch/cats/include: Makefile
src/sys/arch/evbarm/include: Makefile
src/sys/arch/hpcarm/include: Makefile
src/sys/arch/iyonix/include: Makefile
src/sys/arch/netwinder/include: Makefile
src/sys/arch/shark/include: Makefile
src/sys/arch/zaurus/include: Makefile

Log Message:
Don't install fp.h anymore


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/acorn26/include/Makefile
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/acorn32/include/Makefile
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/arm/include/Makefile
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/cats/include/Makefile
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/include/Makefile
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcarm/include/Makefile
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/iyonix/include/Makefile
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/netwinder/include/Makefile
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/shark/include/Makefile
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/zaurus/include/Makefile

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



CVS commit: src/distrib/sets/lists/comp

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 14:22:55 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: ad.arm ad.armeb md.acorn26 md.acorn32
md.cats md.evbarm md.hpcarm md.iyonix md.netwinder md.shark
md.zaurus

Log Message:
Mark fp.h as obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/comp/ad.arm
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/comp/ad.armeb
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/comp/md.acorn26 \
src/distrib/sets/lists/comp/md.netwinder
cvs rdiff -u -r1.26 -r1.27 src/distrib/sets/lists/comp/md.acorn32
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/comp/md.cats \
src/distrib/sets/lists/comp/md.hpcarm
cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/lists/comp/md.evbarm
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/comp/md.iyonix
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/comp/md.shark
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/comp/md.zaurus

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



CVS commit: src/doc

2013-01-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 11 14:25:26 UTC 2013

Modified Files:
src/doc: CHANGES

Log Message:
Note removal of FPA support and replacement with VFP.


To generate a diff of this commit:
cvs rdiff -u -r1.1778 -r1.1779 src/doc/CHANGES

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



CVS commit: src

2013-01-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jan 11 16:32:51 UTC 2013

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile

Log Message:
Install the smsc(4) man page.


To generate a diff of this commit:
cvs rdiff -u -r1.1415 -r1.1416 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.594 -r1.595 src/share/man/man4/Makefile

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



CVS commit: src/sys/dev/usb

2013-01-11 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Jan 11 18:52:39 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otg.c

Log Message:
run repeat intr xfers in the workq


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/dwc_otg.c

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



CVS commit: src/sys/compat

2013-01-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jan 11 19:01:36 UTC 2013

Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_sockio.h
src/sys/compat/linux32/common: linux32_socket.c linux32_sockio.h

Log Message:
Use copyin/copyout and linux-specific ifreq structures (they are the same
as the netbsd ones, but this disconnects them)


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -u -r1.18 -r1.19 src/sys/compat/linux/common/linux_sockio.h
cvs rdiff -u -r1.16 -r1.17 src/sys/compat/linux32/common/linux32_socket.c
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/linux32/common/linux32_sockio.h

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



CVS commit: src/sys/dev/usb

2013-01-11 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Jan 11 20:35:51 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otg.c dwc_otgvar.h

Log Message:
move otg timer to workq


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/dwc_otg.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/dwc_otgvar.h

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



CVS commit: src/share/misc

2013-01-11 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Fri Jan 11 20:42:21 UTC 2013

Modified Files:
src/share/misc: airport

Log Message:
Add a missing entry.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/misc/airport

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



CVS commit: src

2013-01-11 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Fri Jan 11 23:49:23 UTC 2013

Modified Files:
src/distrib/sets/lists/base: mi
src/sbin/devpubd: Makefile devpubd.8
Added Files:
src/sbin/devpubd/hooks: 02-wedgenames

Log Message:
Provide a script for devpubd(8) that creates symlinks for each dk(4)
device under /dev/wedges so that you can access them by name.


To generate a diff of this commit:
cvs rdiff -u -r1.1015 -r1.1016 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.2 -r1.3 src/sbin/devpubd/Makefile src/sbin/devpubd/devpubd.8
cvs rdiff -u -r0 -r1.1 src/sbin/devpubd/hooks/02-wedgenames

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



CVS commit: othersrc/external/bsd/netdiff

2013-01-11 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Sat Jan 12 01:31:21 UTC 2013

Modified Files:
othersrc/external/bsd/netdiff/bin: Makefile
othersrc/external/bsd/netdiff/bin/netdiff: 004.expected
othersrc/external/bsd/netdiff/bin/qdiff: 004.expected
othersrc/external/bsd/netdiff/dist: diff.c diff_subr.c diffreg.c
libnetdiff.3 netdiff.h qdiff.c
Added Files:
othersrc/external/bsd/netdiff/bin/memdiff: 001.expected 002.expected
003.expected 005.expected 006.expected 007.expected Makefile f1 f2
othersrc/external/bsd/netdiff/dist: mem.c

Log Message:
Abstract the I/O routines within netdiff to work with either areas of
memory (mmap'ed or allocated), or with stdio; use the appropriate
implementation automatically.  This doesn't change comparisons which
use normal file I/O through stdio in any way - all of the existing
tests continue to pass; however, in addition, it enables the use of
the same comparison functionality on areas of memory.

Using the abstracted I/O, add a diff_mem() function to compare two
areas of memory.  Within the comparison, unless labels are provided
for each area of memory, any netdiff output will be labelled "lhs" and
"rhs".  The mtime for comparison output is taken to be the time at
which the comparison was started, and is the same for both areas of
memory.

Together with the function which retrieves comparison output in
memory, this allows us to do diff comparisons without hitting any file
system at all.

Directory comparisons continue to function in exactly the same way.

Add an example program called memdiff (again, not installed), which
uses mmap to read its input files, diff_mem() to compare the memory,
and diff_get_diffs() to retrieve the differences, all completely in
memory.  Add tests for this program, including filters so that we
don't check the mtimes on the areas of memory compared.

Regular files can still be compared using diff_file(), or the
higher-level difference(), although these will not be as quick as the
mmap()/diff_mem()/diff_get_diffs() combination.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/netdiff/bin/Makefile
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/netdiff/bin/memdiff/001.expected \
othersrc/external/bsd/netdiff/bin/memdiff/002.expected \
othersrc/external/bsd/netdiff/bin/memdiff/003.expected \
othersrc/external/bsd/netdiff/bin/memdiff/005.expected \
othersrc/external/bsd/netdiff/bin/memdiff/006.expected \
othersrc/external/bsd/netdiff/bin/memdiff/007.expected \
othersrc/external/bsd/netdiff/bin/memdiff/Makefile \
othersrc/external/bsd/netdiff/bin/memdiff/f1 \
othersrc/external/bsd/netdiff/bin/memdiff/f2
cvs rdiff -u -r1.3 -r1.4 \
othersrc/external/bsd/netdiff/bin/netdiff/004.expected
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/netdiff/bin/qdiff/004.expected
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/netdiff/dist/diff.c \
othersrc/external/bsd/netdiff/dist/diffreg.c \
othersrc/external/bsd/netdiff/dist/libnetdiff.3
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/netdiff/dist/diff_subr.c
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/netdiff/dist/mem.c
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/netdiff/dist/netdiff.h \
othersrc/external/bsd/netdiff/dist/qdiff.c

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



CVS commit: src/sbin/scsictl

2013-01-11 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sat Jan 12 02:50:09 UTC 2013

Modified Files:
src/sbin/scsictl: scsictl.c

Log Message:
take sizeof actual symbol we are memsetting


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sbin/scsictl/scsictl.c

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



CVS commit: src/sbin/scsictl

2013-01-11 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sat Jan 12 02:53:00 UTC 2013

Modified Files:
src/sbin/scsictl: scsictl.c

Log Message:
We supply data with the FORMAT UNIT command, so tell the kernel which
direction it is to go (write).


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sbin/scsictl/scsictl.c

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



CVS commit: src/share/man/man4

2013-01-11 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Jan 12 03:16:43 UTC 2013

Modified Files:
src/share/man/man4: envsys.4

Log Message:
"Each sensor dictionary" is a singular subject, so refer to "its"
characteristics, not "their" characteristics.

Also rephrase the device-properties section - device-properties is not
a sensor.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/man/man4/envsys.4

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



CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jan 12 07:04:58 UTC 2013

Modified Files:
src/sys/arch/luna68k/stand/boot: sio.c sioreg.h

Log Message:
Make sure to enable DTR and RTS on TX initialization for SIO console.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/sio.c \
src/sys/arch/luna68k/stand/boot/sioreg.h

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



CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jan 12 07:12:00 UTC 2013

Modified Files:
src/sys/arch/luna68k/stand/boot: init_main.c locore.S samachdep.h

Log Message:
Check cputype and set machine type (LUNA-I or LUNA-II).
Tested on only LUNA-I for now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/init_main.c \
src/sys/arch/luna68k/stand/boot/samachdep.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/luna68k/stand/boot/locore.S

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