Chris Gilbert | 1 Apr 2008 01:18
Picon

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


Module Name:	src
Committed By:	chris
Date:		Mon Mar 31 23:18:49 UTC 2008

Modified Files:
	src/sys/arch/arm/xscale: pxa2x0_ohci.c

Log Message:
Update pxa2x0 ohci support to match recent device_t/softc splitting on
ohci.

Also remove powerhooks (eventually it'll be pmf'd)

This is enough for host usb to work sometimes on a zaurus.

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/xscale/pxa2x0_ohci.c

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

Chris Gilbert | 1 Apr 2008 01:32
Picon

CVS commit: src/sys/arch/zaurus/dev


Module Name:	src
Committed By:	chris
Date:		Mon Mar 31 23:32:43 UTC 2008

Added Files:
	src/sys/arch/zaurus/dev: zusb.c

Log Message:
Add zusb device for powering on the USB port.  Also configure USB port 2
via the client USB on the pxa270, as it appears USB port 2 is the
externally routed port.

The linux driver was used as documentation for GPIO pins and port
settings.

Note that this only seems to work for one boot, a reboot loses for some
reason, perhaps something in the USB client area needs to be configured.

XXX: perhaps we should make zusb a device that attached/detaches the USB
USB host or client device depending on the plugged in cable.

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/zaurus/dev/zusb.c

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

Chris Gilbert | 1 Apr 2008 01:35
Picon

CVS commit: src/sys/arch/zaurus


Module Name:	src
Committed By:	chris
Date:		Mon Mar 31 23:35:40 UTC 2008

Modified Files:
	src/sys/arch/zaurus/conf: files.zaurus
	src/sys/arch/zaurus/zaurus: zaurus_reg.h

Log Message:
Add GPIO pins for USB cable type detection and glue for zusb devices for
config.

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/zaurus/conf/files.zaurus
cvs rdiff -r1.2 -r1.3 src/sys/arch/zaurus/zaurus/zaurus_reg.h

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

Chris Gilbert | 1 Apr 2008 01:40
Picon

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


Module Name:	src
Committed By:	chris
Date:		Mon Mar 31 23:40:44 UTC 2008

Added Files:
	src/sys/arch/zaurus/conf: GENERIC.HOSTUSB

Log Message:
Add GENERIC.HOSTUSB kernel for zaurus.

This allows a Zaurus to act as a USB host, rather than client device.

Tested on a C3000 with USB NIC. I've added most usb devices to the kernel
as I'd expect USB devices just work.

Eventually this will disappear once switching from host to device
controller mode is supported.

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/zaurus/conf/GENERIC.HOSTUSB

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

Chris Gilbert | 1 Apr 2008 01:55
Picon

CVS commit: src/distrib/utils/sysinst


Module Name:	src
Committed By:	chris
Date:		Mon Mar 31 23:55:30 UTC 2008

Modified Files:
	src/distrib/utils/sysinst: Makefile
Added Files:
	src/distrib/utils/sysinst/arch/zaurus: Makefile md.c md.h menus.md.en
	    menus.md.es menus.md.fr menus.md.pl msg.md.de msg.md.en msg.md.es
	    msg.md.fr msg.md.pl

Log Message:
Add sysinst support for zaurus.

Still needs some work, eg raw partition should be c not d on arm
platforms.

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/distrib/utils/sysinst/Makefile
cvs rdiff -r0 -r1.1 src/distrib/utils/sysinst/arch/zaurus/Makefile \
    src/distrib/utils/sysinst/arch/zaurus/md.c \
    src/distrib/utils/sysinst/arch/zaurus/md.h \
    src/distrib/utils/sysinst/arch/zaurus/menus.md.en \
    src/distrib/utils/sysinst/arch/zaurus/menus.md.es \
    src/distrib/utils/sysinst/arch/zaurus/menus.md.fr \
    src/distrib/utils/sysinst/arch/zaurus/menus.md.pl \
    src/distrib/utils/sysinst/arch/zaurus/msg.md.de \
    src/distrib/utils/sysinst/arch/zaurus/msg.md.en \
    src/distrib/utils/sysinst/arch/zaurus/msg.md.es \
(Continue reading)

Chris Gilbert | 1 Apr 2008 01:59
Picon

CVS commit: src/distrib/zaurus


Module Name:	src
Committed By:	chris
Date:		Mon Mar 31 23:59:07 UTC 2008

Added Files:
	src/distrib/zaurus: Makefile
	src/distrib/zaurus/instkernel: Makefile
	src/distrib/zaurus/ramdisk: Makefile disktab.preinstall dot.hdprofile
	    dot.profile list list.inet6

Log Message:
Add zaurus support to distrib, it's now possible to build a sysinst
enabled install kernel using the standard methods.

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/distrib/zaurus/Makefile
cvs rdiff -r0 -r1.1 src/distrib/zaurus/instkernel/Makefile
cvs rdiff -r0 -r1.1 src/distrib/zaurus/ramdisk/Makefile \
    src/distrib/zaurus/ramdisk/disktab.preinstall \
    src/distrib/zaurus/ramdisk/dot.hdprofile \
    src/distrib/zaurus/ramdisk/dot.profile src/distrib/zaurus/ramdisk/list \
    src/distrib/zaurus/ramdisk/list.inet6

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

Chris Gilbert | 1 Apr 2008 02:01
Picon

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


Module Name:	src
Committed By:	chris
Date:		Tue Apr  1 00:01:14 UTC 2008

Modified Files:
	src/sys/arch/zaurus/conf: INSTALL

Log Message:
Increase the Zaurus INSTALL memory disk size to match the size of the
ramdisk created by the distrib files.

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/zaurus/conf/INSTALL

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

Chris Gilbert | 1 Apr 2008 02:03
Picon

CVS commit: src/doc


Module Name:	src
Committed By:	chris
Date:		Tue Apr  1 00:03:54 UTC 2008

Modified Files:
	src/doc: CHANGES

Log Message:
Note addition of sysinst support for zaurus.

To generate a diff of this commit:
cvs rdiff -r1.1035 -r1.1036 src/doc/CHANGES

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

Jared D. McNeill | 1 Apr 2008 02:16
Picon

CVS commit: src/doc


Module Name:	src
Committed By:	jmcneill
Date:		Tue Apr  1 00:16:14 UTC 2008

Modified Files:
	src/doc: CHANGES

Log Message:
Note additions of Realtek ALC662-GR support to azalia(4) and the new
asus(4) hotkey driver.

To generate a diff of this commit:
cvs rdiff -r1.1036 -r1.1037 src/doc/CHANGES

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

Jared D. McNeill | 1 Apr 2008 02:52
Picon

CVS commit: src/sys/dev


Module Name:	src
Committed By:	jmcneill
Date:		Tue Apr  1 00:52:11 UTC 2008

Modified Files:
	src/sys/dev: audio.c

Log Message:
Fix audio_volume_toggle. How did this ever work for me? Thinkpad T61
mutes audio automatically when the mute key is pressed.

To generate a diff of this commit:
cvs rdiff -r1.237 -r1.238 src/sys/dev/audio.c

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


Gmane