svn commit: r220314 - head/usr.sbin/usbdump

2011-04-03 Thread Andrew Thompson
Author: thompsa Date: Mon Apr 4 02:57:19 2011 New Revision: 220314 URL: http://svn.freebsd.org/changeset/base/220314 Log: fix printing of tv_usec Modified: head/usr.sbin/usbdump/usbdump.c Modified: head/usr.sbin/usbdump/usbdump.c =

svn commit: r220316 - head/usr.sbin/usbdump

2011-04-03 Thread Andrew Thompson
Author: thompsa Date: Mon Apr 4 03:43:13 2011 New Revision: 220316 URL: http://svn.freebsd.org/changeset/base/220316 Log: Lower WARNS to unbreak the build, some archs may have alignment issues. Modified: head/usr.sbin/usbdump/Makefile Modified: head/usr.sbin/usbdump/Makefile ===

Re: svn commit: r220559 - in head/sys: conf geom

2011-04-12 Thread Andrew Thompson
On 12 April 2011 20:10, Adrian Chadd wrote: > Author: adrian > Date: Tue Apr 12 08:10:25 2011 > New Revision: 220559 > URL: http://svn.freebsd.org/changeset/base/220559 > > Log: >  Introduce geom_map, a GEOM provider designed for use by >  embedded flash stores. > >  Some devices - notably those w

Re: svn commit: r220980 - in head: . usr.sbin/mountd usr.sbin/nfsd

2011-04-23 Thread Andrew Thompson
On 24 April 2011 12:06, Rick Macklem wrote: > Author: rmacklem > Date: Sun Apr 24 00:06:56 2011 > New Revision: 220980 > URL: http://svn.freebsd.org/changeset/base/220980 > > Log: >  This patch changes the default NFS server to the new one, which was >  referred to as the experimental server. It a

Re: svn commit: r221088 - head/usr.bin/rlogin

2011-04-26 Thread Andrew Thompson
On 27 April 2011 10:02, Doug Barton wrote: > Author: dougb > Date: Tue Apr 26 22:02:51 2011 > New Revision: 221088 > URL: http://svn.freebsd.org/changeset/base/221088 > > Log: >  Revert r221053 by replacing WARNS?= 3 since it's breaking the build on >  several arches. r221079 from jhb may have al

svn commit: r221270 - head/sys/net

2011-04-30 Thread Andrew Thompson
Author: thompsa Date: Sat Apr 30 20:34:52 2011 New Revision: 221270 URL: http://svn.freebsd.org/changeset/base/221270 Log: LACP frames must not be send VLAN-tagged, check for that before processing. PR: kern/156743 Submitted by: Dmitrij Tejblum MFC after:1 week Modified:

Re: svn commit: r206769 - in head: etc/defaults share/man/man5

2010-04-17 Thread Andrew Thompson
On Sat, Apr 17, 2010 at 06:48:18PM +, Doug Barton wrote: > Author: dougb > Date: Sat Apr 17 18:48:18 2010 > New Revision: 206769 > URL: http://svn.freebsd.org/changeset/base/206769 > > Log: > In case a user wants to configure only an IPv6 link-local address > add an example that shows how

Re: svn commit: r206769 - in head: etc/defaults share/man/man5

2010-04-17 Thread Andrew Thompson
On Sat, Apr 17, 2010 at 11:16:44PM -0700, Doug Barton wrote: > On 04/17/10 22:49, Andrew Thompson wrote: > > Magic ifconfig parameters in rc.conf are usually in upper case, what > > makes this one different? > > It's not magic. :) That's the actual command line

svn commit: r207020 - in head: etc etc/devd sys/dev/usb

2010-04-21 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 21 21:51:14 2010 New Revision: 207020 URL: http://svn.freebsd.org/changeset/base/207020 Log: Change usb devd events from fake attach to a notify. The ugen device is not a proper device_t so it faked the devctl event to appear like one, this is now a notify which

svn commit: r207027 - head/sys/dev/usb

2010-04-21 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 21 23:03:26 2010 New Revision: 207027 URL: http://svn.freebsd.org/changeset/base/207027 Log: Also add the usb mode to the devd string as the usb controller can work in both host or device (gadget) modes. Suggested by: HPS Modified: head/sys/dev/usb/usb_de

svn commit: r207072 - head/sbin/devd

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 20:46:39 2010 New Revision: 207072 URL: http://svn.freebsd.org/changeset/base/207072 Log: Document the new USB notification types. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5 ==

svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/con...

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 21:31:34 2010 New Revision: 207077 URL: http://svn.freebsd.org/changeset/base/207077 Log: Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless. MFC after:1 w

svn commit: r207078 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 21:41:50 2010 New Revision: 207078 URL: http://svn.freebsd.org/changeset/base/207078 Log: Use SX_DUPOK rather than making the string unique. Modified: head/sys/dev/usb/usb_device.c Modified: head/sys/dev/usb/usb_device.c ==

svn commit: r207079 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 22:00:16 2010 New Revision: 207079 URL: http://svn.freebsd.org/changeset/base/207079 Log: Properly name the sxlocks, mutexes and condvars. Modified: head/sys/dev/usb/usb_dev.c head/sys/dev/usb/usb_device.c head/sys/dev/usb/usb_device.h head/sys/dev/usb/u

svn commit: r207080 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 22:15:08 2010 New Revision: 207080 URL: http://svn.freebsd.org/changeset/base/207080 Log: Use a more obvious prefix for the USB control (endpoint 0) transfers rather than default_*. Modified: head/sys/dev/usb/usb_compat_linux.c head/sys/dev/usb/usb_dev.c

Re: svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/co

2010-04-23 Thread Andrew Thompson
On Fri, Apr 23, 2010 at 08:51:16AM +0200, Marius Strobl wrote: > On Thu, Apr 22, 2010 at 09:31:34PM +0000, Andrew Thompson wrote: > > Author: thompsa > > Date: Thu Apr 22 21:31:34 2010 > > New Revision: 207077 > > URL: http://svn.freebsd.org/changeset/base/207077

svn commit: r207207 - head/sys/amd64/conf

2010-04-25 Thread Andrew Thompson
Author: thompsa Date: Sun Apr 25 22:01:32 2010 New Revision: 207207 URL: http://svn.freebsd.org/changeset/base/207207 Log: Set USB_DEBUG like the other platforms, I had turned it off to test the build before committing r207077. Spotted by: marius Modified: head/sys/amd64/conf/GENERIC

svn commit: r207404 - head/sys/modules/usb/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:51:18 2010 New Revision: 207404 URL: http://svn.freebsd.org/changeset/base/207404 Log: usb_controller.c requires opt_ddb.h Modified: head/sys/modules/usb/usb/Makefile Modified: head/sys/modules/usb/usb/Makefile =

Re: svn commit: r207624 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-04 Thread Andrew Thompson
On Tue, May 04, 2010 at 05:30:07PM +, Martin Matuska wrote: > Author: mm > Date: Tue May 4 17:30:07 2010 > New Revision: 207624 > URL: http://svn.freebsd.org/changeset/base/207624 > > Log: > Fix deadlock during zfs receive. > > OpenSolaris onnv revision: 9299:8809e849f63e > I beli

svn commit: r208006 - in head/sys/dev/usb: . quirk

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:26:23 2010 New Revision: 208006 URL: http://svn.freebsd.org/changeset/base/208006 Log: Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and Samsung YP_U4 music player. PR: usb/145265, usb/146104 Submitted by: Dmitry

svn commit: r208007 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:28:40 2010 New Revision: 208007 URL: http://svn.freebsd.org/changeset/base/208007 Log: Staticise usb_ref_device and usb_unref_device. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_dev.c Modified: head/sys/dev/usb/usb_dev.c =

svn commit: r208008 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:42:35 2010 New Revision: 208008 URL: http://svn.freebsd.org/changeset/base/208008 Log: If a USB device is suspended and a USB set config request is issued when the USB enumeration lock is locked, then the USB stack fails to resume the device because lockin

svn commit: r208009 - in head/sys/dev/usb: . input

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:43:33 2010 New Revision: 208009 URL: http://svn.freebsd.org/changeset/base/208009 Log: Enable support for mouse panning wheels. Submitted by: Henry Hu Modified: head/sys/dev/usb/input/ums.c head/sys/dev/usb/usbhid.h Modified: head/sys/dev/usb/input/

svn commit: r208010 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:44:57 2010 New Revision: 208010 URL: http://svn.freebsd.org/changeset/base/208010 Log: Provide more information about the device location in the USB system. Submitted by: Hans Petter Sekasky Modified: head/sys/dev/usb/usb_hub.c Modified: head/sys/dev/

svn commit: r208011 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:45:44 2010 New Revision: 208011 URL: http://svn.freebsd.org/changeset/base/208011 Log: Add the ASUS MyPal A730W device id. Submitted by: Dmitry Luhtionov Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs ===

svn commit: r208012 - in head: lib/libusbhid sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:50:23 2010 New Revision: 208012 URL: http://svn.freebsd.org/changeset/base/208012 Log: Support getting signed and unsigned HID data. Submitted by: Alex Deiter Reviewed by: Hans Petter Selaksy Modified: head/lib/libusbhid/data.c head/sys/dev/usb/us

svn commit: r208013 - head/sys/dev/usb/controller

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:51:45 2010 New Revision: 208013 URL: http://svn.freebsd.org/changeset/base/208013 Log: Add missing ifdefs for usb power saving support. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/usb_controller.c Modified: head/sys/dev/usb

svn commit: r208014 - head/sys/dev/usb/controller

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:55:45 2010 New Revision: 208014 URL: http://svn.freebsd.org/changeset/base/208014 Log: Back out r203140 which was causing problems when the first and the last microframe slot was not in the smask. The problem was that the EHCI driver was then thinking that

svn commit: r208015 - head/sys/dev/usb/serial

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:57:16 2010 New Revision: 208015 URL: http://svn.freebsd.org/changeset/base/208015 Log: Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9. Requested by: n_hibma Modified: head/sys/dev/usb/serial/u3g.c Modified: head/sys/dev/us

svn commit: r208016 - in head/sys/dev/usb: . serial

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:58:59 2010 New Revision: 208016 URL: http://svn.freebsd.org/changeset/base/208016 Log: Add new FTDI USB device ID. PR: kern/146483 Submitted by: Andre Albsmeier Modified: head/sys/dev/usb/serial/uftdi.c head/sys/dev/usb/usbdevs Modified:

svn commit: r208017 - head/sys/dev/usb/net

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 23:00:36 2010 New Revision: 208017 URL: http://svn.freebsd.org/changeset/base/208017 Log: Fix possibly wrong bit masking. Reported by: n_hibma Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/net/uhso.c Modified: head/sys/dev/usb/net/uhso.

svn commit: r208018 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 23:40:44 2010 New Revision: 208018 URL: http://svn.freebsd.org/changeset/base/208018 Log: Reduce diffs to p4. Add test code for delaying or failing usb control requests, disabled by default under ifdef USB_REQ_DEBUG. Submitted by: Hans Petter Selask

svn commit: r208020 - head/lib/libusb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 00:25:30 2010 New Revision: 208020 URL: http://svn.freebsd.org/changeset/base/208020 Log: Fix header file compliancy with libusb 1.0 from sourceforge. Reported by: Xiaofan Chen Submitted by: Hans Petter Selasky Modified: head/lib/libusb/libusb.h head

svn commit: r208021 - head/lib/libusb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 00:26:30 2010 New Revision: 208021 URL: http://svn.freebsd.org/changeset/base/208021 Log: Fix return values for usb_find_busses() and usb_find_devices(). We should try to return the actual number of busses and devices. Reported by: Mike Tancsa Submitted

svn commit: r208023 - head/lib/libusbhid

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 02:03:00 2010 New Revision: 208023 URL: http://svn.freebsd.org/changeset/base/208023 Log: Use fixed width integer types for parsing the binary hid data. PR: usb/146367 Submitted by: Hans Petter Selasky Modified: head/lib/libusbhid/data.c hea

svn commit: r208048 - head/sys/conf

2010-05-13 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 20:48:39 2010 New Revision: 208048 URL: http://svn.freebsd.org/changeset/base/208048 Log: Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Requested by: HPS Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r209144 - head/sys/dev/usb/wlan

2010-06-13 Thread Andrew Thompson
Author: thompsa Date: Mon Jun 14 00:40:23 2010 New Revision: 209144 URL: http://svn.freebsd.org/changeset/base/209144 Log: - Because hostapd calls iv_key_set() before if_init(), make sure key_set callback function will be executed, and that the key won't be deleted during the init proces

svn commit: r209442 - head/sys/modules/mqueue

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 20:52:35 2010 New Revision: 209442 URL: http://svn.freebsd.org/changeset/base/209442 Log: Add missing opt_compat.h dependency. Found by: Garrett Cooper Modified: head/sys/modules/mqueue/Makefile Modified: head/sys/modules/mqueue/Makefile

svn commit: r209443 - in head/sys/dev/usb: . controller

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 20:57:48 2010 New Revision: 209443 URL: http://svn.freebsd.org/changeset/base/209443 Log: Add support for LOW speed BULK transfers. This mode is not recommended by the USB 2.0 standard, though some USB devices use it anyway. Submitted by: Hans Petter Sela

svn commit: r209444 - head/sys/dev/usb/net

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:01:40 2010 New Revision: 209444 URL: http://svn.freebsd.org/changeset/base/209444 Log: Add new device id. PR: usb/146907 Modified: head/sys/dev/usb/net/if_rue.c Modified: head/sys/dev/usb/net/if_rue.c

svn commit: r209445 - in head/sys/dev/usb: . quirk

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:03:13 2010 New Revision: 209445 URL: http://svn.freebsd.org/changeset/base/209445 Log: Add a mass storage quirk. PR: usb/147196 Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/quirk/usb_quir

svn commit: r209447 - in head/sys/dev/usb: . wlan

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:08:45 2010 New Revision: 209447 URL: http://svn.freebsd.org/changeset/base/209447 Log: Add new device id. PR: usb/147190 Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/usbdevs

svn commit: r209450 - head/sys/dev/sound/usb

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:13:36 2010 New Revision: 209450 URL: http://svn.freebsd.org/changeset/base/209450 Log: Reduce MIDI input buffer size to one USB packet, hence some USB devices don't properly short terminate their transfers. This fixes a problem where input appears several

svn commit: r209452 - head/sys/dev/sound/usb

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:16:18 2010 New Revision: 209452 URL: http://svn.freebsd.org/changeset/base/209452 Log: - fix for USB audio devices which use the 7-byte endpoint descriptor instead of the 9-byte one. - remove sync-endpoint code, which is currently unused. Reported

svn commit: r221792 - head/sys/geom

2011-05-11 Thread Andrew Thompson
Author: thompsa Date: Wed May 11 21:47:30 2011 New Revision: 221792 URL: http://svn.freebsd.org/changeset/base/221792 Log: Move the three geom kprocs as threads under a single pid. Reviewed by: julian Modified: head/sys/geom/geom_kern.c Modified: head/sys/geom/geom_kern.c =

Re: svn commit: r222275 - in head/sys: amd64/conf i386/conf

2011-05-24 Thread Andrew Thompson
On 25 May 2011 16:46, Kevin Lo wrote: > Author: kevlo > Date: Wed May 25 04:46:48 2011 > New Revision: 75 > URL: http://svn.freebsd.org/changeset/base/75 > > Log: >  run(4) needs firmware loaded to work > > Modified: >  head/sys/amd64/conf/GENERIC >  head/sys/i386/conf/GENERIC > > Modified

svn commit: r223846 - head/sys/net

2011-07-07 Thread Andrew Thompson
Author: thompsa Date: Thu Jul 7 20:02:09 2011 New Revision: 223846 URL: http://svn.freebsd.org/changeset/base/223846 Log: Grab the rlock before checking if our interface is enabled, it could be possible to hit a dead pointer when changing interfaces. PR: kern/156978 Submitted

svn commit: r209917 - head/sys/dev/usb/wlan

2010-07-11 Thread Andrew Thompson
Author: thompsa Date: Sun Jul 11 23:52:12 2010 New Revision: 209917 URL: http://svn.freebsd.org/changeset/base/209917 Log: Update for style(9). Submitted by: Akinori Furukoshi (author) Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r209918 - head/sys/dev/usb/wlan

2010-07-11 Thread Andrew Thompson
Author: thompsa Date: Sun Jul 11 23:54:44 2010 New Revision: 209918 URL: http://svn.freebsd.org/changeset/base/209918 Log: Use more compact deviceid table. Submitted by: Akinori Furukoshi Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c =

svn commit: r210275 - in head: share/man/man4 sys/dev/usb sys/dev/usb/net

2010-07-19 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 20 03:10:22 2010 New Revision: 210275 URL: http://svn.freebsd.org/changeset/base/210275 Log: - Support for Globetrotter iCON 452. - Fixed the interface probe routine to only attach to USB interfaces the driver actually supports. This allows other drivers to

svn commit: r210276 - head/usr.sbin/uhsoctl

2010-07-19 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 20 03:11:26 2010 New Revision: 210276 URL: http://svn.freebsd.org/changeset/base/210276 Log: - Fixed automatic detection of the control serial port. - Fixed segmentation fault when an invalid network interface was given. - More helpful message in case of wrong P

svn commit: r210553 - head/sys/dev/usb

2010-07-27 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 27 22:55:24 2010 New Revision: 210553 URL: http://svn.freebsd.org/changeset/base/210553 Log: Fix the entry for the Option ICON452 where an underscore was used instead of whitespace. Submitted by: Lucius Windschuh Modified: head/sys/dev/usb/usbdevs Modifie

Re: svn commit: r211201 - in head: share/man/man4 sys/conf sys/dev/tpm sys/modules sys/modules/tpm

2010-08-12 Thread Andrew Thompson
On 12 August 2010 12:16, Takanori Watanabe wrote: > Author: takawata > Date: Thu Aug 12 00:16:18 2010 > New Revision: 211201 > URL: http://svn.freebsd.org/changeset/base/211201 > > Log: >  Add tpm(4) driver for Trusted Platform Module. >  You may want to look at http://bsssd.sourceforge.net/ . > >

svn commit: r212122 - in head/sys/dev: if_ndis usb usb/input usb/misc usb/net usb/serial usb/storage usb/wlan

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Wed Sep 1 23:47:53 2010 New Revision: 212122 URL: http://svn.freebsd.org/changeset/base/212122 Log: Add missing MODULE_VERSION() definitions, this resolves problems around duplicate module loads. PR: usb/125736 Submitted by: danger, mm Reviewed by: hs

svn commit: r212127 - head/sys/dev/usb/wlan

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:28:03 2010 New Revision: 212127 URL: http://svn.freebsd.org/changeset/base/212127 Log: We need to grab a node reference count to vap->iv_bss before using it as it is possible for the node to be replaced and freed at any time by ieee80211_sta_join1(). Modi

svn commit: r212128 - head/sys/dev/usb/input

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:42:26 2010 New Revision: 212128 URL: http://svn.freebsd.org/changeset/base/212128 Log: Silence debug error by default. PR: usb/141212 Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/input/ukbd.c Modified: head/sys/dev/usb/inpu

svn commit: r212129 - head/sys/dev/usb/input

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:44:56 2010 New Revision: 212129 URL: http://svn.freebsd.org/changeset/base/212129 Log: Add support for extra buttons on the Kensington Slimblade Trackball. Submitted by: Lee, Chung-Yeol Modified: head/sys/dev/usb/input/ums.c Modified: head/sys/dev/usb

svn commit: r212130 - head/sys/dev/usb/net

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:47:07 2010 New Revision: 212130 URL: http://svn.freebsd.org/changeset/base/212130 Log: Add GPIO programming for more PHY hardware. Submitted by: yongari Modified: head/sys/dev/usb/net/if_axe.c head/sys/dev/usb/net/if_axereg.h Modified: head/sys/dev/

svn commit: r212131 - head/sys/dev/usb/wlan

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:50:11 2010 New Revision: 212131 URL: http://svn.freebsd.org/changeset/base/212131 Log: Fix build breakage from r212127 Modified: head/sys/dev/usb/wlan/if_upgt.c head/sys/dev/usb/wlan/if_urtw.c Modified: head/sys/dev/usb/wlan/if_upgt.c ===

svn commit: r212132 - head/sys/dev/usb/input

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:52:04 2010 New Revision: 212132 URL: http://svn.freebsd.org/changeset/base/212132 Log: Fix UMS_BUTTON_MAX define name Modified: head/sys/dev/usb/input/ums.c Modified: head/sys/dev/usb/input/ums.c

svn commit: r212133 - head/sys/dev/usb/net

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 03:55:08 2010 New Revision: 212133 URL: http://svn.freebsd.org/changeset/base/212133 Log: Fix setting of the rx_max and tx_max variables. If the expected buffer size is greater than 65535 bytes then the CDC driver might not work as expected, which is not like

svn commit: r212134 - in head/sys/dev/usb: . controller

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 04:01:18 2010 New Revision: 212134 URL: http://svn.freebsd.org/changeset/base/212134 Log: Change argument for usbd_get_dma_delay() from USB bus to USB device, some embedded hardware needs to know exactly which device is in question before it exactly can decid

svn commit: r212135 - head/sys/dev/usb

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 04:05:00 2010 New Revision: 212135 URL: http://svn.freebsd.org/changeset/base/212135 Log: Add support for power mode filtering as some USB hardware does not support power saving. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_controlle

svn commit: r212136 - in head/sys/dev/usb: . net serial storage

2010-09-01 Thread Andrew Thompson
Author: thompsa Date: Thu Sep 2 04:39:45 2010 New Revision: 212136 URL: http://svn.freebsd.org/changeset/base/212136 Log: Reduce the need to accesss struct usb_device by providing functions to access the product, manufacturer and serial strings. Submitted by: Hans Petter Selasky Modifie

Re: svn commit: r212525 - head/usr.sbin

2010-09-12 Thread Andrew Thompson
On 13 September 2010 14:21, Warner Losh wrote: > Author: imp > Date: Mon Sep 13 02:21:07 2010 > New Revision: 212525 > URL: http://svn.freebsd.org/changeset/base/212525 > > Log: >  Merge from tbemd: use Makefile.arch to control building. > >  Reviewed by:  arch@ (many times, no objection) > > Adde

svn commit: r212774 - head/sys/mips/atheros

2010-09-16 Thread Andrew Thompson
Author: thompsa Date: Fri Sep 17 01:09:12 2010 New Revision: 212774 URL: http://svn.freebsd.org/changeset/base/212774 Log: Use getenv to find the mac address since it could be in the bootloader environment or command line and under different names. Modified: head/sys/mips/atheros/ar71xx_mac

svn commit: r212775 - head/sys/mips/atheros

2010-09-16 Thread Andrew Thompson
Author: thompsa Date: Fri Sep 17 01:13:48 2010 New Revision: 212775 URL: http://svn.freebsd.org/changeset/base/212775 Log: Make a note of which platforms the mac strings come from. Suggested by: adrian Modified: head/sys/mips/atheros/ar71xx_machdep.c Modified: head/sys/mips/atheros/ar71

Re: svn commit: r209510 - head

2010-09-20 Thread Andrew Thompson
On 25 June 2010 04:32, Warner Losh wrote: > Author: imp > Date: Thu Jun 24 16:32:20 2010 > New Revision: 209510 > URL: http://svn.freebsd.org/changeset/base/209510 > > Log: >  Merge from tbemd: > >  change the name of the object tree from ${TARGET} to >  ${TARGET}.${TARGET_ARCH} so we can do both

svn commit: r212954 - head/sys/conf

2010-09-21 Thread Andrew Thompson
Author: thompsa Date: Tue Sep 21 07:03:53 2010 New Revision: 212954 URL: http://svn.freebsd.org/changeset/base/212954 Log: Fix the path to the sys dir when cross compiling after r209510. Reviewed by: imp Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh

svn commit: r213461 - head/sys/compat/ndis

2010-10-05 Thread Andrew Thompson
Author: thompsa Date: Tue Oct 5 20:56:08 2010 New Revision: 213461 URL: http://svn.freebsd.org/changeset/base/213461 Log: Use the printf-like capability from kproc_create(). Submitted by: Paul B Mahol Modified: head/sys/compat/ndis/subr_ntoskrnl.c Modified: head/sys/compat/ndis/subr_nt

Re: svn commit: r213462 - in head: share/mk usr.sbin

2010-10-05 Thread Andrew Thompson
On 6 October 2010 10:19, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Tue Oct  5 21:19:20 2010 > New Revision: 213462 > URL: http://svn.freebsd.org/changeset/base/213462 > > Log: >  - Introduce WITH_GPIO knob and disable building gpioctl >      by default. Most systems do not need it. > If

svn commit: r213705 - head/sys/conf

2010-10-11 Thread Andrew Thompson
Author: thompsa Date: Mon Oct 11 21:53:03 2010 New Revision: 213705 URL: http://svn.freebsd.org/changeset/base/213705 Log: Add the XHCI USB controller to NOTES. Reviewed by: hselasky Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ===

svn commit: r214946 - in head/sys/arm: conf xscale/ixp425

2010-11-07 Thread Andrew Thompson
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/arm/xscale/ixp425/avila_gpio.c Sun Nov 7 20:33:39 2010 (r214946) @@ -0,0 +1,380 @@ +/*- + * Copyright (c) 2009, Oleksandr Tymoshenko + * Copyright (c) 2009, Luiz Otavio O Souza.

svn commit: r214948 - head/sys/arm/xscale/ixp425

2010-11-07 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 7 20:38:14 2010 New Revision: 214948 URL: http://svn.freebsd.org/changeset/base/214948 Log: Remove line for the uncommitted Cambria gpio drive that snuck in with r214946. Modified: head/sys/arm/xscale/ixp425/files.avila Modified: head/sys/arm/xscale/ixp425/file

svn commit: r214971 - head/sys/dev/gpio

2010-11-07 Thread Andrew Thompson
Author: thompsa Date: Mon Nov 8 03:08:01 2010 New Revision: 214971 URL: http://svn.freebsd.org/changeset/base/214971 Log: Set the pin to output on attach, we can't assume it already is. Reviewed by: gonzo Modified: head/sys/dev/gpio/gpioled.c Modified: head/sys/dev/gpio/gpioled.c

svn commit: r215142 - in head/sys: arm/conf arm/xscale/ixp425 dev/gpio

2010-11-11 Thread Andrew Thompson
10 (r215142) @@ -0,0 +1,471 @@ +/*- + * Copyright (c) 2010, Andrew Thompson + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source c

svn commit: r215319 - head/sys/arm/xscale/ixp425

2010-11-14 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 14 20:41:22 2010 New Revision: 215319 URL: http://svn.freebsd.org/changeset/base/215319 Log: Provide a mutex around the read/modify/write of the IXP425_GPIO_* registers. Giant was used in some places, but not all. Modified: head/sys/arm/xscale/ixp425/avila_gpio

Re: svn commit: r215319 - head/sys/arm/xscale/ixp425

2010-11-14 Thread Andrew Thompson
On 15 November 2010 11:56, Gavin Atkinson wrote: > On Sun, 14 Nov 2010, Andrew Thompson wrote: > >> Author: thompsa >> Date: Sun Nov 14 20:41:22 2010 >> New Revision: 215319 >> URL: http://svn.freebsd.org/changeset/base/215319 >> >> Log: >>   Pro

svn commit: r215330 - in head/sys/dev/usb: . serial

2010-11-14 Thread Andrew Thompson
Author: thompsa Date: Mon Nov 15 02:27:01 2010 New Revision: 215330 URL: http://svn.freebsd.org/changeset/base/215330 Log: Add the Sierra MC8700. Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/serial/u3g.c ===

Re: svn commit: r213852 - in head: lib/libusb sys/dev/usb

2010-11-29 Thread Andrew Thompson
On 17 October 2010 02:27, Kostik Belousov wrote: > On Sat, Oct 16, 2010 at 01:30:31PM +0200, Hans Petter Selasky wrote: >> On Saturday 16 October 2010 12:12:43 Hans Petter Selasky wrote: >> > On Saturday 16 October 2010 12:00:51 Kostik Belousov wrote: >> > > > USB has some shared memory structures

svn commit: r217288 - head/sys/conf

2011-01-11 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 11 21:46:29 2011 New Revision: 217288 URL: http://svn.freebsd.org/changeset/base/217288 Log: Allow runfw(4) to be compiled in to the kernel. Submitted by: Akinori Furukoshi Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r217289 - head/share/man/man4

2011-01-11 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 11 21:51:46 2011 New Revision: 217289 URL: http://svn.freebsd.org/changeset/base/217289 Log: Add manpage for runfw, the Ralink RT2700U, RT2800U and RT3000U firmware module. Also fix a few nits in run.4. Submitted by: Akinori Furukoshi Added: head/share/man

svn commit: r217727 - head/sys/dev/if_ndis

2011-01-22 Thread Andrew Thompson
Author: thompsa Date: Sat Jan 22 21:33:18 2011 New Revision: 217727 URL: http://svn.freebsd.org/changeset/base/217727 Log: Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION and this breaks loading miniport drivers from loader.conf Reported by: Yuri Submitted

svn commit: r217829 - head/sys/netinet

2011-01-25 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 25 17:15:23 2011 New Revision: 217829 URL: http://svn.freebsd.org/changeset/base/217829 Log: When matching an incoming ARP against a bridge, ensure both interfaces belong to the same bridge. Submitted by: Alexander Zagrebin Modified: head/sys/netinet/if_et

Re: svn commit: r218046 - head/etc

2011-01-28 Thread Andrew Thompson
On 29 January 2011 13:10, Bjoern A. Zeeb wrote: > On Fri, 28 Jan 2011, Pawel Jakub Dawidek wrote: > >> Author: pjd >> Date: Fri Jan 28 22:28:12 2011 >> New Revision: 218046 >> URL: http://svn.freebsd.org/changeset/base/218046 >> >> Log: >>  Add 'hast' user and 'hast' group that will be used by has

svn commit: r225380 - head/sys/net

2011-09-04 Thread Andrew Thompson
Author: thompsa Date: Sun Sep 4 22:06:32 2011 New Revision: 225380 URL: http://svn.freebsd.org/changeset/base/225380 Log: On the first loop for generating a bridge MAC address use the local hostid, this gives a good chance of keeping the same address over reboots. This is intended to help I

svn commit: r225955 - head/sys/boot/arm/ixp425/boot2

2011-10-03 Thread Andrew Thompson
Author: thompsa Date: Tue Oct 4 00:15:40 2011 New Revision: 225955 URL: http://svn.freebsd.org/changeset/base/225955 Log: Allow ixp425 boot2 to compile after r219452 Modified: head/sys/boot/arm/ixp425/boot2/boot2.c Modified: head/sys/boot/arm/ixp425/boot2/boot2.c ===

svn commit: r226034 - head/sys/arm/xscale/ixp425

2011-10-05 Thread Andrew Thompson
Author: thompsa Date: Wed Oct 5 08:33:50 2011 New Revision: 226034 URL: http://svn.freebsd.org/changeset/base/226034 Log: Add missing newbus glue, this has never attached properly to gpiobus. Modified: head/sys/arm/xscale/ixp425/avila_gpio.c Modified: head/sys/arm/xscale/ixp425/avila_gpio.c

svn commit: r226242 - head/tools/tools/nanobsd/gateworks

2011-10-10 Thread Andrew Thompson
Author: thompsa Date: Tue Oct 11 01:11:57 2011 New Revision: 226242 URL: http://svn.freebsd.org/changeset/base/226242 Log: Fix build after TARGET_BIG_ENDIAN was nuked from orbit. Modified: head/tools/tools/nanobsd/gateworks/common Modified: head/tools/tools/nanobsd/gateworks/common =

svn commit: r226324 - head/sys/arm/xscale/ixp425

2011-10-12 Thread Andrew Thompson
Author: thompsa Date: Wed Oct 12 20:57:21 2011 New Revision: 226324 URL: http://svn.freebsd.org/changeset/base/226324 Log: Dont just set the pin high when turning on output, use the current value. Also let this value be set when in input mode. Modified: head/sys/arm/xscale/ixp425/cambria_gp

svn commit: r226325 - head/sys/arm/xscale/ixp425

2011-10-12 Thread Andrew Thompson
Author: thompsa Date: Wed Oct 12 20:58:54 2011 New Revision: 226325 URL: http://svn.freebsd.org/changeset/base/226325 Log: Name these gpio pins better, they are on an external PLD and not the same as the cpu wired gpio. Modified: head/sys/arm/xscale/ixp425/cambria_gpio.c Modified: head/sys

svn commit: r314935 - head/release/tools

2017-03-08 Thread Andrew Thompson
Author: thompsa Date: Thu Mar 9 01:26:10 2017 New Revision: 314935 URL: https://svnweb.freebsd.org/changeset/base/314935 Log: ec2.conf and vmimage.subr can be used from the installation livecd after install to prepare an AMI image. This can be used to create a ZFS AMI disk image using a vir

Re: svn commit: r341657 - in head: etc/mtree sbin/nvmecontrol share/man/man7

2018-12-06 Thread Andrew Thompson
On Fri, 7 Dec 2018 at 11:58, Warner Losh wrote: > Author: imp > Date: Thu Dec 6 22:58:26 2018 > New Revision: 341657 > URL: https://svnweb.freebsd.org/changeset/base/341657 > > Log: > Dynamically load .so modules to expand functionality > > o Dynamically load all the .so files found in /libe

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-14 Thread Andrew Thompson
On Fri, 15 Mar 2019 at 15:11, Chuck Tuffli wrote: > Author: chuck > Date: Fri Mar 15 02:11:28 2019 > New Revision: 345171 > URL: https://svnweb.freebsd.org/changeset/base/345171 > > Log: > Fix bhyve PCIe capability emulation > > PCIe devices starting with version 1.1 must set the Role-Based E

svn commit: r269653 - head/usr.sbin/bsdinstall/scripts

2014-08-06 Thread Andrew Thompson
Author: thompsa Date: Thu Aug 7 01:51:01 2014 New Revision: 269653 URL: http://svnweb.freebsd.org/changeset/base/269653 Log: Give a brief message as to what error was encountered to help the user along. Reviewed by: nwhitehorn MFC after:2 weeks Modified: head/usr.sbin/bsdinstall/

Re: svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys

2014-10-20 Thread Andrew Thompson
On 21 October 2014 03:42, Bryan Venteicher wrote: > Author: bryanv > Date: Mon Oct 20 14:42:42 2014 > New Revision: 273331 > URL: https://svnweb.freebsd.org/changeset/base/273331 > > Log: > Add vxlan interface > > vxlan creates a virtual LAN by encapsulating the inner Ethernet frame in > a

Re: svn commit: r298743 - in head/sys/netinet: . tcp_stacks

2016-05-03 Thread Andrew Thompson
On 29 April 2016 at 01:27, Randall Stewart wrote: > Author: rrs > Date: Thu Apr 28 13:27:12 2016 > New Revision: 298743 > URL: https://svnweb.freebsd.org/changeset/base/298743 > > Log: > This cleans up the timers code in TCP to start using the new > async_drain functionality. This as been tes

svn commit: r234163 - head/sys/net

2012-04-11 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 12 01:07:17 2012 New Revision: 234163 URL: http://svn.freebsd.org/changeset/base/234163 Log: Set the proto to LAGG_PROTO_NONE before calling the detach routine so packets are discarded, this is an issue because lacp drops the lock which may allow network threads

svn commit: r234403 - head/sys/net

2012-04-17 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 18 01:39:14 2012 New Revision: 234403 URL: http://svn.freebsd.org/changeset/base/234403 Log: Remove KASSERTS, they do not add any value here since the pointer is about to be derefernced anyway. Modified: head/sys/net/if.c Modified: head/sys/net/if.c ==

Re: svn commit: r234403 - head/sys/net

2012-04-17 Thread Andrew Thompson
On 18 April 2012 14:16, Peter Jeremy wrote: > On 2012-Apr-18 01:39:14 +0000, Andrew Thompson wrote: >>Log: >>  Remove KASSERTS, they do not add any value here since the pointer is about >> to >>  be derefernced anyway. > > Could you give a bit more background to

  1   2   >