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

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

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.

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 -r

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/ataw

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 g

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 in

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

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 g

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.

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 thi