Module Name:src
Committed By: kiyohara
Date: Mon Dec 24 07:05:24 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: OVERO
Log Message:
Enable ehci and umass. (tested only Chestnut43)
Add some comment-outed devices.
Indent and reorder.
To generate a diff of this commit:
Module Name:src
Committed By: kiyohara
Date: Mon Dec 24 06:53:26 UTC 2012
Modified Files:
src/sys/arch/evbarm/gumstix: gumstix_machdep.c
Log Message:
Set some properties for ehci.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/gumstix/g
Module Name:src
Committed By: kiyohara
Date: Mon Dec 24 06:50:35 UTC 2012
Modified Files:
src/sys/arch/evbarm/gumstix: gxio.c
Log Message:
Add more comment.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/gumstix/gxio.c
Please note that
Module Name:src
Committed By: kiyohara
Date: Mon Dec 24 06:49:41 UTC 2012
Modified Files:
src/sys/arch/evbarm/gumstix: gumstixreg.h
Log Message:
Statically map of devices moves to 0xc000 from 0x9000.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src
Module Name:src
Committed By: kiyohara
Date: Mon Dec 24 06:41:02 UTC 2012
Modified Files:
src/sys/arch/arm/omap: omap3_ehci.c
Log Message:
Don't wait DPLL5 lock, if set to automatic mode. It is locked by 120 MHz
being supplied.
Also enable EN_USBHOST2(120MHz) in usbhost_i
Module Name:src
Committed By: kiyohara
Date: Mon Dec 24 06:28:55 UTC 2012
Modified Files:
src/sys/arch/arm/omap: omap2_obio.c
Log Message:
Add gpio6 to critical_devs[]. This required by some boards.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/a
Module Name:src
Committed By: jakllsch
Date: Mon Dec 24 06:09:50 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
SDHC_VOLTAGE_SUPP_1_8V is only valid in the presence of SDHC_EMBEDDED_SLOT.
Fixes probing of full-size 1GB Toshiba card made in 2008 that fails
Module Name:src
Committed By: jakllsch
Date: Mon Dec 24 05:43:34 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhcreg.h
Log Message:
Add a few more register bits from SDHCI 3.0.
Also, add comment to denote an ESDHC bit.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: khorben
Date: Mon Dec 24 01:29:20 UTC 2012
Modified Files:
src/sbin/wsconsctl: mouse.c
Log Message:
Added complete support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
Module Name:src
Committed By: khorben
Date: Mon Dec 24 01:27:23 UTC 2012
Modified Files:
src/sbin/wsconsctl: mouse.c
Log Message:
Added read-only support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibratio
Module Name:src
Committed By: khorben
Date: Mon Dec 24 01:20:45 UTC 2012
Modified Files:
src/sbin/wsconsctl: wsconsctl.h
Log Message:
Added a field type for signed integers. This is required when handling
touchscreen calibration values, which is about to be implemented in
Module Name:src
Committed By: khorben
Date: Mon Dec 24 01:20:12 UTC 2012
Modified Files:
src/sbin/wsconsctl: util.c
Log Message:
Added a field type for signed integers. This is required when handling
touchscreen calibration values, which is about to be implemented in
wscon
Module Name:src
Committed By: rmind
Date: Mon Dec 24 01:14:41 UTC 2012
Modified Files:
src/dist/pf/usr.sbin/ftp-proxy: npf.c
Log Message:
ftp-proxy: disable NPF bits for now; it will be re-done.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/dist/pf/usr.
Module Name:src
Committed By: wiz
Date: Mon Dec 24 00:35:56 UTC 2012
Modified Files:
src/lib/libnpf: npf.3
Log Message:
Remove a superfluous quote and fix a recurring typo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libnpf/npf.3
Please note that
Module Name:src
Committed By: jakllsch
Date: Sun Dec 23 22:33:09 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
SMC_CAPS_DMA without SMC_CAPS_MULTI_SEG_DMA means we as a host driver only
can support one segment per operation. This is not the case with SDH
Module Name:src
Committed By: rmind
Date: Sun Dec 23 21:01:05 UTC 2012
Modified Files:
src/lib/libnpf: npf.3 npf.c npf.h
src/sys/net/npf: npf.h npf_ctl.c
src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npfctl.c
Log Message:
- Add NPF version check in propli
Module Name:src
Committed By: jakllsch
Date: Sun Dec 23 18:34:01 UTC 2012
Modified Files:
src/sys/arch/arm/omap: omap3_sdhc.c
Log Message:
TI_AM335X SDHCI does not need SDHC_FLAG_SINGLE_ONLY. This was
drastically hindering transfer rate performance.
I suspect SDHC_FLAG_S
Module Name:src
Committed By: jakllsch
Date: Sun Dec 23 18:26:16 UTC 2012
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_emmc.c
Log Message:
The BCM2835 reference says the SDHC_HIGH_SPEED bit in SDHC_HOST_CTL is
implemented, so add SDHC_HIGH_SPEED_SUPP to the software-
Module Name:src
Committed By: skrll
Date: Sun Dec 23 17:00:13 UTC 2012
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
PR/41602
Fix a memory leak when ohci_device_setintr didn't return
USBD_NORMAL_COMPLETION.
ohci_setup_isoc always returns USBD_NORMAL_COMPLETION at
Module Name:src
Committed By: matt
Date: Sun Dec 23 13:26:21 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpu_in_cksum_fold.S
Log Message:
Conditional execution still takes one cycle per skipped instruction.
branch to unlikely cases instead of conditionally skipping them
Module Name:src
Committed By: matt
Date: Sun Dec 23 13:24:22 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpu_in_cksum_buffer.S
Log Message:
Make inner loop do up 128 bytes into one shot.
Reorganize the code that deals with non-dword starts.
To generate a diff of this
Module Name:src
Committed By: mbalmer
Date: Sun Dec 23 09:31:47 UTC 2012
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Add ibmcd(4) and ptcd(4) entries.
To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/dev/DEVNAMES
Please note that diffs are
22 matches
Mail list logo