CVS commit: src/sys/dev/usb

2010-06-27 Thread Frank Kardel
Module Name:src
Committed By:   kardel
Date:   Sun Jun 27 10:32:13 UTC 2010

Modified Files:
src/sys/dev/usb: usbdevs usbdevs.h usbdevs_data.h

Log Message:
add MTK chipset based GPS receiver (e. g. Qstarz BT-Q1000eX)


To generate a diff of this commit:
cvs rdiff -u -r1.559 -r1.560 src/sys/dev/usb/usbdevs
cvs rdiff -u -r1.552 -r1.553 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.553 -r1.554 src/sys/dev/usb/usbdevs_data.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

2010-06-27 Thread Frank Kardel
Module Name:src
Committed By:   kardel
Date:   Sun Jun 27 10:41:26 UTC 2010

Modified Files:
src/sys/dev/usb: umodem_common.c usb_quirks.c usb_quirks.h

Log Message:
add quirk for CDC-ACM devices that do not have a CDC UNION interface descriptor.
idea gleened from Linux cdc-acm implementation (which has a long list of these 
devices)
first tested/added device is MTK GPS receiver.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/umodem_common.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/usb/usb_quirks.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/usb/usb_quirks.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

2010-06-27 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 27 11:53:59 UTC 2010

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

Log Message:
Replace evil pointer casts that cause unaligned access panic on ARM and
MIPS with proper le16dec(9) and le32dec(9) functions for byte stream.

Now kue(4) works on hpcarm W-ZERO3.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/if_kuereg.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/sandpoint/stand/netboot

2010-06-27 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Jun 27 12:09:17 UTC 2010

Modified Files:
src/sys/arch/sandpoint/stand/netboot: dsk.c

Log Message:
Replaced test code for Synology SiI3512 with working KuroBox code again.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sandpoint/stand/netboot/dsk.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/sandpoint/stand/netboot

2010-06-27 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Jun 27 12:09:41 UTC 2010

Removed Files:
src/sys/arch/sandpoint/stand/netboot: atawd.c

Log Message:
No longer needed. See dsk.c.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r0 src/sys/arch/sandpoint/stand/netboot/atawd.c

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



CVS commit: src/sys/net

2010-06-27 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Sun Jun 27 13:39:11 UTC 2010

Modified Files:
src/sys/net: if_ethersubr.c if_mpls.c

Log Message:
Don't assume that rt_tag family is AF_MPLS but verify it.
This way rt_tag can be used for other future work also, not only MPLS


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/net/if_mpls.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/mips/mips

2010-06-27 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jun 27 13:44:27 UTC 2010

Modified Files:
src/sys/arch/mips/mips: mips_emul.c

Log Message:
Use the address of the instruction instead of the contents of the
instruction to calculate a relative branch target address from that
instruction.

Not sure what the intention of this change was, or if it could possibly
have been tested.

Fixes awk on my dbau1500.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/mips/mips_emul.c

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



CVS commit: src/external/bsd/atf/dist/atf-run

2010-06-27 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Jun 27 20:36:43 UTC 2010

Modified Files:
src/external/bsd/atf/dist/atf-run: atf-run.cpp

Log Message:
If get_tcr() is called with broken_reason set, apply xfail inversion.
This (at least) makes timeouting tests honor xfail.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-run/atf-run.cpp

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



CVS commit: src/sys/arch/x86/x86

2010-06-27 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Jun 28 00:39:47 UTC 2010

Modified Files:
src/sys/arch/x86/x86: vga_post.c

Log Message:
Add missing pmap_update() in vga_post_init(), remove wrong pmap_kremove()
in error path, and fix pmap_update() in vga_post_set_vbe().


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/vga_post.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/xen/x86

2010-06-27 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Jun 28 00:47:53 UTC 2010

Modified Files:
src/sys/arch/xen/x86: cpu.c

Log Message:
mp_cpu_start: although fragment is commented out, add pmap_update(), just
in case somebody would come up with a clever idea to copy-paste that.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/xen/x86/cpu.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/pci

2010-06-27 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jun 28 01:43:39 UTC 2010

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
Fix a bug that wm_attach() fails after reading MAC address. Fixes PR#43533.

Fix an uninitialized value on some cases.


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/dev/pci/if_wm.c

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