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

2012-08-24 Thread Steve Woodford
Module Name:src Committed By: scw Date: Fri Aug 24 15:25:11 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap_wdt.c Log Message: Defend against the case where omapwdt32k_enable() can be called via ddb if the kernel crashes early on before the watchdog driver starts.

CVS commit: src/sys/dev/usb

2011-03-09 Thread Steve Woodford
Module Name:src Committed By: scw Date: Thu Mar 10 00:11:59 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add entry for Toshiba version of a Novatel EU870D 3G/HSDPA WWAN Card. To generate a diff of this commit: cvs rdiff -u -r1.578 -r1.579

CVS commit: src/sys/dev/usb

2011-03-09 Thread Steve Woodford
Module Name:src Committed By: scw Date: Thu Mar 10 00:12:51 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen for Toshiba version of Novatel EU870D 3G/HSDPA WWAN Card To generate a diff of this commit: cvs rdiff -u -r1.571 -r1.572

CVS commit: src/sys/dev/usb

2011-03-09 Thread Steve Woodford
Module Name:src Committed By: scw Date: Thu Mar 10 00:13:56 UTC 2011 Modified Files: src/sys/dev/usb: u3g.c Log Message: Match a Toshiba-branded version of Novatel's EU870D 3G/HSDPA WWAN Card. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2010-03-24 Thread Steve Woodford
Module Name:src Committed By: scw Date: Wed Mar 24 13:55:04 UTC 2010 Modified Files: src/sys/arch/arm/xscale: ixp425-fw.README Log Message: Update with new download link provided by Marcin M. Jessa in http://mail-index.netbsd.org/port-arm/2010/03/24/msg000912.html. Add a

CVS commit: src/sys/dev/usb

2010-03-13 Thread Steve Woodford
Module Name:src Committed By: scw Date: Sat Mar 13 16:28:13 UTC 2010 Modified Files: src/sys/dev/usb: ucomvar.h uftdi.c Log Message: Fix PR kern/42838 using option #1 as described by KIYOHARA Takashi in http://mail-index.netbsd.org/current-users/2010/02/20/msg012654.html

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

2009-11-28 Thread Steve Woodford
Module Name:src Committed By: scw Date: Sat Nov 28 11:44:45 UTC 2009 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Apply some band-aid to pmap_activate() for PR kern/41058: There's a corner case here which can leave turds in the cache as reported in