svn commit: r194954 - stable/7/sys/dev/usb

2009-06-25 Thread Nick Hibma
Author: n_hibma Date: Thu Jun 25 12:34:44 2009 New Revision: 194954 URL: http://svn.freebsd.org/changeset/base/194954 Log: Don't send multiple commands. Sending the ZTE switch command is sufficient. Modified: stable/7/sys/dev/usb/u3g.c Modified: stable/7/sys/dev/usb/u3g.c

svn commit: r195184 - stable/7/tools/tools/nanobsd

2009-06-30 Thread Nick Hibma
Author: n_hibma Date: Tue Jun 30 09:20:43 2009 New Revision: 195184 URL: http://svn.freebsd.org/changeset/base/195184 Log: MFC all changes up to 194958: 194288: Fix NanoBSD when the data partition size is defined as a negative number. 194431: Allow building world into a separate

svn commit: r196166 - stable/7/sys/dev/usb

2009-08-13 Thread Nick Hibma
Author: n_hibma Date: Thu Aug 13 07:19:43 2009 New Revision: 196166 URL: http://svn.freebsd.org/changeset/base/196166 Log: Reset the debugging flag to 0. Modified: stable/7/sys/dev/usb/u3g.c Modified: stable/7/sys/dev/usb/u3g.c

svn commit: r196167 - stable/7/sys/dev/usb

2009-08-13 Thread Nick Hibma
Author: n_hibma Date: Thu Aug 13 07:21:24 2009 New Revision: 196167 URL: http://svn.freebsd.org/changeset/base/196167 Log: Restart the controller if it has halted. Restarting it makes the USB tree functional again (without reconnecting the devices, mind you). On my laptop there is

svn commit: r196168 - in stable/7/sys/modules: . ohci uhci

2009-08-13 Thread Nick Hibma
Author: n_hibma Date: Thu Aug 13 08:18:29 2009 New Revision: 196168 URL: http://svn.freebsd.org/changeset/base/196168 Log: Add these two modules to enable loading of 'the other' host controller if only one was compiled into the kernel. This happens on a laptop with an Intel chipset

svn commit: r196169 - stable/7/sys/pci

2009-08-13 Thread Nick Hibma
Author: n_hibma Date: Thu Aug 13 08:20:12 2009 New Revision: 196169 URL: http://svn.freebsd.org/changeset/base/196169 Log: Hide aperture size and stolen memory behind bootverbose. Modified: stable/7/sys/pci/agp_i810.c Modified: stable/7/sys/pci/agp_i810.c

svn commit: r196170 - stable/7/sys/dev/firewire

2009-08-13 Thread Nick Hibma
Author: n_hibma Date: Thu Aug 13 08:24:58 2009 New Revision: 196170 URL: http://svn.freebsd.org/changeset/base/196170 Log: Compact some output. Move some behind bootverbose. Modified: stable/7/sys/dev/firewire/fwohci.c Modified: stable/7/sys/dev/firewire/fwohci.c

svn commit: r196177 - stable/7/sys/dev/firewire

2009-08-13 Thread Nick Hibma
Author: n_hibma Date: Thu Aug 13 10:27:22 2009 New Revision: 196177 URL: http://svn.freebsd.org/changeset/base/196177 Log: Revert he previous commit as requested by Sean Bruno. Modified: stable/7/sys/dev/firewire/fwohci.c Modified: stable/7/sys/dev/firewire/fwohci.c

svn commit: r196225 - stable/7/sys/pci

2009-08-14 Thread Nick Hibma
Author: n_hibma Date: Fri Aug 14 21:07:41 2009 New Revision: 196225 URL: http://svn.freebsd.org/changeset/base/196225 Log: Revert r196169. Modified: stable/7/sys/pci/agp_i810.c Modified: stable/7/sys/pci/agp_i810.c

svn commit: r197071 - head/sys/kern

2009-09-10 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 10 18:24:59 2009 New Revision: 197071 URL: http://svn.freebsd.org/changeset/base/197071 Log: Add a comment on the consequences of reducing the poweroff delay Modified: head/sys/kern/kern_shutdown.c Modified: head/sys/kern/kern_shutdown.c

svn commit: r197072 - in head/sys: dev/ichwd netsmb

2009-09-10 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 10 18:33:08 2009 New Revision: 197072 URL: http://svn.freebsd.org/changeset/base/197072 Log: Don't print out a message on loading a module. 'kldload -v' and 'kldstat | grep modname' can be used instead. Put a message behind bootverbose as ichwd0:

svn commit: r197075 - head/sys/modules/dtrace/lockstat

2009-09-10 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 10 19:12:08 2009 New Revision: 197075 URL: http://svn.freebsd.org/changeset/base/197075 Log: Missing opt_*.h file reference for make depend in sys/modules MFC after:1 week Modified: head/sys/modules/dtrace/lockstat/Makefile Modified:

svn commit: r197076 - head/sys/dev/agp

2009-09-10 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 10 19:24:46 2009 New Revision: 197076 URL: http://svn.freebsd.org/changeset/base/197076 Log: Move the printing of aperture size and stolen memory behind bootverbose. None of the other AGP drivers actually displays this information at all, MFC after:1

svn commit: r197191 - head/sys/dev/agp

2009-09-14 Thread Nick Hibma
Author: n_hibma Date: Mon Sep 14 13:16:16 2009 New Revision: 197191 URL: http://svn.freebsd.org/changeset/base/197191 Log: John Baldwin suggested that 'stolen memory' only happens in the case of i810 and therefore is useful info there. Aperture size and stolen memory are now printed on one

svn commit: r206412 - stable/7/sys/dev/usb

2010-04-09 Thread Nick Hibma
Author: n_hibma Date: Fri Apr 9 08:20:43 2010 New Revision: 206412 URL: http://svn.freebsd.org/changeset/base/206412 Log: Add the ID for the Matrix Orbital LCD display MOU-Axxx series. Simplify a switch statement in the uftdi driver to an if-then-else-endif as it encoded those two cases

svn commit: r206561 - stable/7/sys/dev/usb

2010-04-13 Thread Nick Hibma
Author: n_hibma Date: Tue Apr 13 19:43:16 2010 New Revision: 206561 URL: http://svn.freebsd.org/changeset/base/206561 Log: Make the list of allocated ports dynamic. The Option GTM382 has 10 serial ports (yes, 10, it has a built in GPS and other stuff) and we need to access the last one for

svn commit: r207201 - stable/7/sys/dev/usb

2010-04-25 Thread Nick Hibma
Author: n_hibma Date: Sun Apr 25 19:22:06 2010 New Revision: 207201 URL: http://svn.freebsd.org/changeset/base/207201 Log: Remove the call to usbd_reset_device() as this panics the kernel on devices with many serial ports (the device is reset for each port that reports IOERROR). Remove

svn commit: r207272 - stable/7/sys/dev/usb

2010-04-27 Thread Nick Hibma
Author: n_hibma Date: Tue Apr 27 12:50:42 2010 New Revision: 207272 URL: http://svn.freebsd.org/changeset/base/207272 Log: Typo in comment. Modified: stable/7/sys/dev/usb/uhub.c Modified: stable/7/sys/dev/usb/uhub.c

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

2008-10-21 Thread Nick Hibma
Author: n_hibma Date: Tue Oct 21 22:14:22 2008 New Revision: 184143 URL: http://svn.freebsd.org/changeset/base/184143 Log: Add a device ID for the Ovation MC950D (Novatel Wireless HSUPA modem). Modified: head/sys/dev/usb/u3g.c Modified: head/sys/dev/usb/u3g.c

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

2008-10-22 Thread Nick Hibma
Author: n_hibma Date: Wed Oct 22 10:12:21 2008 New Revision: 184160 URL: http://svn.freebsd.org/changeset/base/184160 Log: Remove the debug flag. This makes the u3gstub lines and the Windows-driver CD-ROM devices disappear. Modified: head/sys/dev/usb/u3g.c Modified:

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

2008-10-22 Thread Nick Hibma
Author: n_hibma Date: Wed Oct 22 20:18:47 2008 New Revision: 184178 URL: http://svn.freebsd.org/changeset/base/184178 Log: Remove a comment that belonged to a deleted if statement. Modified: head/sys/dev/usb/ubsa.c Modified: head/sys/dev/usb/ubsa.c

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

2008-10-24 Thread Nick Hibma
Author: n_hibma Date: Fri Oct 24 21:52:50 2008 New Revision: 184234 URL: http://svn.freebsd.org/changeset/base/184234 Log: Make the driver compile on FBSD6 as well. Up the speed on the E220 ID as it is a part which is used in other devices that are capable of HSPA speeds. Modified:

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

2008-10-27 Thread Nick Hibma
Author: n_hibma Date: Mon Oct 27 22:44:22 2008 New Revision: 184381 URL: http://svn.freebsd.org/changeset/base/184381 Log: Grab Sierra and Novatel init functions from NetBSD version of the u3g driver (rev 1.3), by Joerg Sonnenberger. Note: This change is untested as I do not own the

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

2008-10-29 Thread Nick Hibma
Author: n_hibma Date: Wed Oct 29 08:08:55 2008 New Revision: 184436 URL: http://svn.freebsd.org/changeset/base/184436 Log: Add the device ID for the mass storage device that appears before the modem appears to facilitate faster switching to modem mode. Modified: head/sys/dev/usb/u3g.c

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

2008-10-30 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 30 08:13:49 2008 New Revision: 184464 URL: http://svn.freebsd.org/changeset/base/184464 Log: Return USBD_NORMAL_COMPLETION instead of a hard coded 0. Modified: head/sys/dev/usb/usbdi.c Modified: head/sys/dev/usb/usbdi.c

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

2008-10-30 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 30 08:17:27 2008 New Revision: 184465 URL: http://svn.freebsd.org/changeset/base/184465 Log: Bugfix: Check the error code for in progress as well, after starting the transfer. Some changes to improve the debugging experience. Modified:

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

2008-10-30 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 30 08:32:18 2008 New Revision: 184466 URL: http://svn.freebsd.org/changeset/base/184466 Log: We need to print out the device info ourselves on FBSD 6. Submitted by: Thomas Nystrom Modified: head/sys/dev/usb/u3g.c Modified: head/sys/dev/usb/u3g.c

Re: svn commit: r184466 - head/sys/dev/usb

2008-10-30 Thread Nick Hibma
Folks, Just to preempt people suggesting that I committed into the wrong tree: I didn't. FBSD 6 is still locked down. To keep things simple I keep one version of the driver in CURRENT which works on FBSD CURRENT, 7, and 6. See http://people.freebsd.org/~n_hibma/u3g.html for more

Re: svn commit: r184444 - head/share/man/man4

2008-10-30 Thread Nick Hibma
on the +.Xr uark 4 +driver, and written by .An Andrea Guzzo Aq [EMAIL PROTECTED] in September 2008. .Sh AUTHORS @@ -116,4 +121,4 @@ driver was written by .An Andrea Guzzo Aq [EMAIL PROTECTED] and .An Nick Hibma Aq [EMAIL PROTECTED] . -Hardware for testing provided by AnyWi

Re: svn commit: r184771 - in head/sys: dev/syscons kern sys

2008-11-11 Thread Nick Hibma
pseudo-terminals have the following buffer sizes: | LINE RAW CAN OUT IHIWT ILOWT OHWT LWT COL STATE SESS PGID | DISC ttyv0 0 0 0 7680 6720 2052 256 7 OCcl 1146 | 1146 term ttyp0 0 0 0 7680 6720 1296 256 0 OCc | 82033 82033 term With

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

2008-11-26 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 26 17:16:54 2008 New Revision: 185338 URL: http://svn.freebsd.org/changeset/base/185338 Log: - Add the device ID for the HP HS2300 MC8775 clone (michael) - Bugfix: Don't excede static number of ports allowed when iterating over endpoints within an interface.

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-19 Thread Nick Hibma
+ printf(Error %d is \%s\\n, errnum, errstr); Please reduce the noise. 'Error %d is ' and the quotes are not necessary and complicate scripting. Simply printing the errstr is sufficient. Are you going to MFC this to FBSD7? Nick ___

Re: svn commit: r193420 - head/sys/dev/usb/wlan

2009-06-04 Thread Nick Hibma
Will you MFC this to FBSD7? Nick Author: weongyo Date: Thu Jun 4 02:49:50 2009 New Revision: 193420 URL: http://svn.freebsd.org/changeset/base/193420 Log: reimplements RF logic for GCT chipset (as known as UW2453) to support ICIDU NI-707503 which is donated by Nick Hibma (great

svn commit: r194253 - stable/7/sys/dev/usb

2009-06-15 Thread Nick Hibma
Author: n_hibma Date: Mon Jun 15 19:15:28 2009 New Revision: 194253 URL: http://svn.freebsd.org/changeset/base/194253 Log: Hide 'Unsupported ATAPI command - trying anyway' under bootverbose. This caused more noise than was actually useful. Modified: stable/7/sys/dev/usb/umass.c Modified:

svn commit: r194258 - stable/7/sys/dev/usb

2009-06-15 Thread Nick Hibma
Author: n_hibma Date: Mon Jun 15 19:26:34 2009 New Revision: 194258 URL: http://svn.freebsd.org/changeset/base/194258 Log: Rearrange the init code in the stub driver, using a task to initialise the card. This allows better error handling and re-issuing of commands if one fails.

svn commit: r194261 - in stable/7/sys/modules: acpi/acpi dtrace/dtrace linux

2009-06-15 Thread Nick Hibma
Author: n_hibma Date: Mon Jun 15 20:12:27 2009 New Revision: 194261 URL: http://svn.freebsd.org/changeset/base/194261 Log: Add opt_hwpmc_hooks.h to fix building individual modules from /sys/modules. Modified: stable/7/sys/modules/acpi/acpi/Makefile

svn commit: r194431 - head/tools/tools/nanobsd

2009-06-18 Thread Nick Hibma
Author: n_hibma Date: Thu Jun 18 10:39:08 2009 New Revision: 194431 URL: http://svn.freebsd.org/changeset/base/194431 Log: Allow building world into a separate dir (for reuse in multiple images): - buildworld and buildkernel are built into MAKEOBJDIRPREFIX - installworld and installkernel

svn commit: r194437 - head/tools/tools/nanobsd

2009-06-18 Thread Nick Hibma
Author: n_hibma Date: Thu Jun 18 11:35:29 2009 New Revision: 194437 URL: http://svn.freebsd.org/changeset/base/194437 Log: Reverse some stuff I accidentally committed in the previous commit: - creation of sparse files to speed up the build process. This was discussed with phk 2 years

svn commit: r194440 - head/tools/tools/nanobsd

2009-06-18 Thread Nick Hibma
Author: n_hibma Date: Thu Jun 18 13:56:10 2009 New Revision: 194440 URL: http://svn.freebsd.org/changeset/base/194440 Log: - Don't hard code _.disk.full. Use the variable. - _.bk should be created in MAKEOBJDIRPREFIX as well - Remove a misplaced and unnecessary message. Modified:

svn commit: r190251 - stable/7/sys/dev/usb

2009-03-22 Thread Nick Hibma
Author: n_hibma Date: Sun Mar 22 06:37:14 2009 New Revision: 190251 URL: http://svn.freebsd.org/changeset/base/190251 Log: MFC 184941: Add a reset device command to ugen.c. This is needed to make some devices work that require a firmware upload and a USB reset afterwards.

svn commit: r190252 - stable/6/sys/dev/usb

2009-03-22 Thread Nick Hibma
Author: n_hibma Date: Sun Mar 22 06:47:29 2009 New Revision: 190252 URL: http://svn.freebsd.org/changeset/base/190252 Log: MFC 184941: Add a reset device command to ugen.c. This is needed to make some devices work that require a firmware upload and a USB reset afterwards.

svn commit: r190267 - stable/7/sys/kern

2009-03-22 Thread Nick Hibma
Author: n_hibma Date: Sun Mar 22 15:46:12 2009 New Revision: 190267 URL: http://svn.freebsd.org/changeset/base/190267 Log: If the device marked itself quiet, make detachment quiet as well. This avoids 'devXX: detached' messages when the 'attached' message was suppressed. Modified:

svn commit: r190268 - in stable/7: share/man/man4 sys/conf sys/dev/usb sys/modules sys/modules/u3g

2009-03-22 Thread Nick Hibma
+and +.An Nick Hibma Aq n_hi...@freebsd.org . +Hardware for testing was provided by AnyWi Technologies, Leiden, NL. Modified: stable/7/sys/conf/NOTES == --- stable/7/sys/conf/NOTES Sun Mar 22 15:46:12 2009(r190267

svn commit: r206270 - stable/7/sys/dev/usb

2010-04-06 Thread Nick Hibma
Author: n_hibma Date: Tue Apr 6 13:12:11 2010 New Revision: 206270 URL: http://svn.freebsd.org/changeset/base/206270 Log: Add the ID of the Option GTM382 Mini PCI express module Approved by: re (implicit) Modified: stable/7/sys/dev/usb/u3g.c stable/7/sys/dev/usb/usbdevs Modified:

Re: svn commit: r185941 - head/sys/dev/usb

2008-12-15 Thread Nick Hibma
Why not add those devices to u3g while at it? Nick Author: thompsa Date: Thu Dec 11 21:08:14 2008 New Revision: 185941 URL: http://svn.freebsd.org/changeset/base/185941 Log: Add entries for some Option, Sierra and Stelera 3G cards. Modified: head/sys/dev/usb/usbdevs Modified:

svn commit: r187402 - stable/7/share/man/man4

2009-01-18 Thread Nick Hibma
Author: n_hibma Date: Sun Jan 18 18:53:27 2009 New Revision: 187402 URL: http://svn.freebsd.org/changeset/base/187402 Log: Speling mistake. Modified: stable/7/share/man/man4/textdump.4 Modified: stable/7/share/man/man4/textdump.4

svn commit: r187403 - stable/7/share/man/man4

2009-01-18 Thread Nick Hibma
Author: n_hibma Date: Sun Jan 18 18:54:41 2009 New Revision: 187403 URL: http://svn.freebsd.org/changeset/base/187403 Log: Remark on the fact that a phone is supported by this driver. Just to give people a hint. Modified: stable/7/share/man/man4/umodem.4 Modified:

svn commit: r187484 - stable/7/sys/dev/ata

2009-01-20 Thread Nick Hibma
Author: n_hibma Date: Tue Jan 20 20:32:48 2009 New Revision: 187484 URL: http://svn.freebsd.org/changeset/base/187484 Log: revert my previous commit. It was in error. I got primed by a few other similar typos in man-pages. Submitted by: jhb Modified: stable/7/sys/dev/ata/ata-all.c

svn commit: r187542 - stable/7/sys/dev/ata

2009-01-21 Thread Nick Hibma
Author: n_hibma Date: Wed Jan 21 17:23:06 2009 New Revision: 187542 URL: http://svn.freebsd.org/changeset/base/187542 Log: Couple of pointy hats to me, please. Not only did I make an unnecessary commit, I actually managed to screw up the revert as well. Submitted by: quite a few

svn commit: r187577 - stable/7/sys/dev/usb

2009-01-21 Thread Nick Hibma
Author: n_hibma Date: Wed Jan 21 23:10:43 2009 New Revision: 187577 URL: http://svn.freebsd.org/changeset/base/187577 Log: Sync this file with HEAD r183874. - Remove a redundant MOD_LOAD function - Reduce the attach priority for the attach function to give other drivers, like the to be

svn commit: r187593 - stable/7/sys/dev/usb

2009-01-22 Thread Nick Hibma
Author: n_hibma Date: Thu Jan 22 15:52:13 2009 New Revision: 187593 URL: http://svn.freebsd.org/changeset/base/187593 Log: MFC the IDs for the u3g MFC across. This fixes the build breakage introduced by me yesterday evening. Modified: stable/7/sys/dev/usb/usbdevs Modified:

svn commit: r242095 - stable/9/usr.sbin/ppp

2012-10-25 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 25 20:45:57 2012 New Revision: 242095 URL: http://svn.freebsd.org/changeset/base/242095 Log: MFC 241496: Some 3G modems return the wrong signature in echo packets and make it impossible to use LQR/ECHO. They return want_magic instead.

svn commit: r242098 - stable/8/usr.sbin/ppp

2012-10-25 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 25 21:08:31 2012 New Revision: 242098 URL: http://svn.freebsd.org/changeset/base/242098 Log: MFC 241496: Some 3G modems return the wrong signature in echo packets and make it impossible to use LQR/ECHO. They return want_magic instead.

svn commit: r242100 - stable/9/sys/dev/usb/serial

2012-10-25 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 25 21:22:05 2012 New Revision: 242100 URL: http://svn.freebsd.org/changeset/base/242100 Log: MFC 241555: Implement modem control in u3g. Tested on Option GTM382W, Huawei E220, and Sierra Wireless MC8790V. Also implement the .ucom_poll method. Note:

svn commit: r242128 - stable/8/sys/dev/usb/serial

2012-10-26 Thread Nick Hibma
Author: n_hibma Date: Fri Oct 26 12:24:38 2012 New Revision: 242128 URL: http://svn.freebsd.org/changeset/base/242128 Log: MFC 241555: Implement modem control in u3g. Tested on Option GTM382W, Huawei E220, and Sierra Wireless MC8790V. Also implement the .ucom_poll

svn commit: r242784 - head/etc

2012-11-08 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 8 20:34:12 2012 New Revision: 242784 URL: http://svnweb.freebsd.org/changeset/base/242784 Log: Not only load pccard_ether settings, also load network settings. This is only a problem when a /etc/rc.conf.d/network file is being used. PR:

svn commit: r243086 - stable/9/etc

2012-11-15 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 15 15:48:40 2012 New Revision: 243086 URL: http://svnweb.freebsd.org/changeset/base/243086 Log: MFC r242784: Not only load pccard_ether settings, also load network settings. This is only a problem when a /etc/rc.conf.d/network file is being used. PR:

svn commit: r243087 - stable/8/etc

2012-11-15 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 15 15:49:37 2012 New Revision: 243087 URL: http://svnweb.freebsd.org/changeset/base/243087 Log: MFC 242784: Not only load pccard_ether settings, also load network settings. This is only a problem when a /etc/rc.conf.d/network file is being used. PR:

svn commit: r247359 - head/sbin/reboot

2013-02-26 Thread Nick Hibma
Author: n_hibma Date: Tue Feb 26 23:18:35 2013 New Revision: 247359 URL: http://svnweb.freebsd.org/changeset/base/247359 Log: Clarify that overriding the -h/-D flags through flags in device.hints only works for sio(4) but not for uart(4) which no longer has this flag. Modified:

svn commit: r250034 - head/tools/tools/nanobsd

2013-04-28 Thread Nick Hibma
Author: n_hibma Date: Sun Apr 28 21:44:44 2013 New Revision: 250034 URL: http://svnweb.freebsd.org/changeset/base/250034 Log: Doing a cpio from /var/empty if dir was not specified or non-existent copies its mode to the destination. This is not desirable. Rephrase this code to be more

svn commit: r250036 - head/tools/tools/nanobsd

2013-04-28 Thread Nick Hibma
Author: n_hibma Date: Sun Apr 28 22:12:40 2013 New Revision: 250036 URL: http://svnweb.freebsd.org/changeset/base/250036 Log: Replace a silly command sequence with a proper if-then-else. Generate images sparsely. This saves space and time, especially when generating images inside a VM (PR

svn commit: r241496 - head/usr.sbin/ppp

2012-10-12 Thread Nick Hibma
Author: n_hibma Date: Fri Oct 12 22:48:33 2012 New Revision: 241496 URL: http://svn.freebsd.org/changeset/base/241496 Log: Some 3G modems return the wrong signature in echo packets and make it impossible to use LQR/ECHO. They return want_magic instead. With this change it is now possible

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

2012-10-14 Thread Nick Hibma
Author: n_hibma Date: Sun Oct 14 19:15:54 2012 New Revision: 241555 URL: http://svn.freebsd.org/changeset/base/241555 Log: Implement modem control in u3g. Tested on Option GTM382W, Huawei E220, and Sierra Wireless MC8790V. Also implement the .ucom_poll method. Note: This makes it

svn commit: r188516 - in head/sys/modules: . acpi/acpi agp dtrace/dtrace linux svr4

2009-02-12 Thread Nick Hibma
Author: n_hibma Date: Thu Feb 12 14:44:15 2009 New Revision: 188516 URL: http://svn.freebsd.org/changeset/base/188516 Log: Fix a few problems related to building modules in /sys/modules (not checked whether this applies to builds in /sys/*/compile/* as well): - Create empty opt_*.h files

svn commit: r214754 - head/sys/netinet/libalias

2010-11-03 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 3 21:10:12 2010 New Revision: 214754 URL: http://svn.freebsd.org/changeset/base/214754 Log: Don't spam the console with loaded modules during boot and/or during startup of ppp. Note: This cannot be hidden behind bootverbose as this file is included from

svn commit: r214761 - in head/sys/dev/usb: net serial

2010-11-03 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 3 21:50:49 2010 New Revision: 214761 URL: http://svn.freebsd.org/changeset/base/214761 Log: - Simplify the way unit/subunit allocation is done in ucom. - hw.usb.ucom.cons_unit is now split into hw.usb.ucom.cons_unit/...cons_subunit. Note: The

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

2010-11-04 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 4 21:06:36 2010 New Revision: 214809 URL: http://svn.freebsd.org/changeset/base/214809 Log: Don't terminate the notification with \n. This is done in usb_device.c:devctl_notify_f(). Modified: head/sys/dev/usb/usb_device.c Modified:

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

2010-11-05 Thread Nick Hibma
Author: n_hibma Date: Fri Nov 5 08:30:16 2010 New Revision: 214830 URL: http://svn.freebsd.org/changeset/base/214830 Log: Bugfix: Move the 'at location string' to the beginning of the attach notification. devd would stop evaluating at 'at' (not 'k=v') and hence prevent 'port=X' (and

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

2010-11-05 Thread Nick Hibma
Author: n_hibma Date: Fri Nov 5 09:06:23 2010 New Revision: 214831 URL: http://svn.freebsd.org/changeset/base/214831 Log: - Remove an unused entry from the softc (only used in a debugging printf). - Fix the loop count on detach (causing a panic on detaching a serial dongle). - Increase

svn commit: r214843 - in head/sys/dev/usb: net serial

2010-11-05 Thread Nick Hibma
Author: n_hibma Date: Fri Nov 5 19:12:48 2010 New Revision: 214843 URL: http://svn.freebsd.org/changeset/base/214843 Log: Implement ucom_set_pnpinfo_usb() providing ttyname and port number information through devd. My E220 now produces the notification (1 line): +u3g0 at bus=1

Re: svn commit: r214843 - in head/sys/dev/usb: net serial

2010-11-05 Thread Nick Hibma
Forgot to mention: MFC:2 weeks On 5 Nov 2010, at 20:12, Nick Hibma wrote: Author: n_hibma Date: Fri Nov 5 19:12:48 2010 New Revision: 214843 URL: http://svn.freebsd.org/changeset/base/214843 Log: Implement ucom_set_pnpinfo_usb() providing ttyname and port number information

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

2010-11-05 Thread Nick Hibma
Author: n_hibma Date: Fri Nov 5 21:17:55 2010 New Revision: 214852 URL: http://svn.freebsd.org/changeset/base/214852 Log: Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STOR based devices (QUALCOMMINC 0x2000). He made it use SCSI eject instead of ZTE STOR eject. This

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

2010-11-07 Thread Nick Hibma
Author: n_hibma Date: Sun Nov 7 15:36:07 2010 New Revision: 214919 URL: http://svn.freebsd.org/changeset/base/214919 Log: Bugfix: Set the bit that marks a device number in use. This would cause a panic when disconnecting the second serial device. Submitted by: Lucius Windschuh

svn commit: r214955 - head/tools/tools/nanobsd

2010-11-07 Thread Nick Hibma
Author: n_hibma Date: Sun Nov 7 21:57:57 2010 New Revision: 214955 URL: http://svn.freebsd.org/changeset/base/214955 Log: - Set -x flag when executing customisation scripts to aid in debugging them. - Use KERNCONFDIR with KERNCONF instead of copying the kernel config into the source tree

svn commit: r215095 - in head/sys/dev/usb: quirk serial

2010-11-10 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 10 18:41:38 2010 New Revision: 215095 URL: http://svn.freebsd.org/changeset/base/215095 Log: Allow specification of eject method through quirks, so people can test drive eject methods before supplying patches. Modified: head/sys/dev/usb/quirk/usb_quirk.c

svn commit: r215104 - in head: share/man/man4 sys/dev/usb/quirk usr.sbin/usbconfig

2010-11-10 Thread Nick Hibma
...@anywi.com -and +module appeared in +.Fx 8.0 , +and was written by +.An Hans Petter Selasky Aq hsela...@freebsd.org . +This manual page was written by .An Nick Hibma Aq n_hi...@freebsd.org . -Hardware for testing was provided by AnyWi Technologies, Leiden, NL. Modified: head/sys/dev/usb/quirk

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

2010-11-13 Thread Nick Hibma
Author: n_hibma Date: Sat Nov 13 20:45:16 2010 New Revision: 215258 URL: http://svn.freebsd.org/changeset/base/215258 Log: Add the switch config for the XS Stick. It speaks AT commands on 2 out of 3 serial ports, but it has not been verified to work at all speaking PPP yet. Modified:

svn commit: r215723 - stable/8/sys/netinet/libalias

2010-11-22 Thread Nick Hibma
Author: n_hibma Date: Mon Nov 22 22:41:43 2010 New Revision: 215723 URL: http://svn.freebsd.org/changeset/base/215723 Log: MFC r214754: Don't spam the console with 'Loading alias module' messages. This cannot be hidden behind 'bootverbose' as this file is included from userland.

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

2010-11-23 Thread Nick Hibma
Author: n_hibma Date: Tue Nov 23 08:15:14 2010 New Revision: 215734 URL: http://svn.freebsd.org/changeset/base/215734 Log: Make the Huawei E1820 work (Emile Coetzee). Shorten the descriptive strings for Huawei devices. The vendor or operator name should not be included in the device name.

svn commit: r215762 - in stable/8/sys/dev/usb: . quirk

2010-11-23 Thread Nick Hibma
Author: n_hibma Date: Tue Nov 23 19:22:44 2010 New Revision: 215762 URL: http://svn.freebsd.org/changeset/base/215762 Log: MFC r213856 - Add more USB devices to usbdevs and rename some previously unknown ones. - Add more USB mass storage quirks. Note: In this MFC the QUALCOMMINC

svn commit: r215795 - stable/8/sys/dev/usb/serial

2010-11-24 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 24 09:36:36 2010 New Revision: 215795 URL: http://svn.freebsd.org/changeset/base/215795 Log: MFC 213876: Add more USB device IDs to supported list of devices. Modified: stable/8/sys/dev/usb/serial/uftdi.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r216018 - in stable/8: share/man/man4 sys/dev/usb/quirk sys/dev/usb/serial usr.sbin/usbconfig

2010-11-28 Thread Nick Hibma
. +This manual page was written by +.An Nick Hibma Aq n_hi...@freebsd.org . Modified: stable/8/sys/dev/usb/quirk/usb_quirk.c == --- stable/8/sys/dev/usb/quirk/usb_quirk.c Sun Nov 28 20:56:51 2010 (r216017

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

2010-11-30 Thread Nick Hibma
Author: n_hibma Date: Tue Nov 30 09:34:47 2010 New Revision: 216074 URL: http://svn.freebsd.org/changeset/base/216074 Log: Fix two errors in the man page Submitted by: ruslan MFC after:1 day Modified: head/share/man/man4/usb_quirk.4 Modified: head/share/man/man4/usb_quirk.4

svn commit: r212829 - head/usr.sbin/ppp

2010-09-18 Thread Nick Hibma
Author: n_hibma Date: Sat Sep 18 22:26:50 2010 New Revision: 212829 URL: http://svn.freebsd.org/changeset/base/212829 Log: Bugfix: Reset the packet counters at the same time as the byte counts. Reviewed by: brian MFC after:3 weeks Modified: head/usr.sbin/ppp/throughput.c

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

2010-09-18 Thread Nick Hibma
Author: n_hibma Date: Sat Sep 18 22:37:47 2010 New Revision: 212830 URL: http://svn.freebsd.org/changeset/base/212830 Log: Cleanup white space and typos. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

svn commit: r221553 - in stable/8/sys/dev/usb: . serial

2011-05-06 Thread Nick Hibma
Author: n_hibma Date: Fri May 6 21:09:33 2011 New Revision: 221553 URL: http://svn.freebsd.org/changeset/base/221553 Log: MFC r217637,218178 Add another ID for the ZTE MF190 Surf Stick New ID for the Novatel MC547 Modified: stable/8/sys/dev/usb/serial/u3g.c

svn commit: r221612 - in stable/8/sys/dev/usb: . net serial

2011-05-07 Thread Nick Hibma
Author: n_hibma Date: Sat May 7 22:20:01 2011 New Revision: 221612 URL: http://svn.freebsd.org/changeset/base/221612 Log: MFC overview: - Fix busg in events provided to devd from the USB stack. - Provide more info on the u3g devices that attached. - Make the ucom device numbering more

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

2011-01-20 Thread Nick Hibma
Author: n_hibma Date: Thu Jan 20 13:02:54 2011 New Revision: 217637 URL: http://svn.freebsd.org/changeset/base/217637 Log: Add another ID for the ZTE MF190 Surf Stick Submitted by: nagilum MFC after:1 day Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs

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

2011-02-01 Thread Nick Hibma
Author: n_hibma Date: Tue Feb 1 22:26:06 2011 New Revision: 218178 URL: http://svn.freebsd.org/changeset/base/218178 Log: New ID for the Novatel MC547 PR: 154127 Submitted by: Mike Tancsa MFC after:1 day Modified: head/sys/dev/usb/serial/u3g.c

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

2011-02-07 Thread Nick Hibma
Author: n_hibma Date: Mon Feb 7 22:37:27 2011 New Revision: 218422 URL: http://svn.freebsd.org/changeset/base/218422 Log: Curitel UM150 needs a quirk to stop it from detaching straight after attach (resetting actually). Submitted by: Oleg Nauman MFC after:1 week Modified:

svn commit: r269326 - head/lib/libc/stdio

2014-07-31 Thread Nick Hibma
Author: n_hibma Date: Thu Jul 31 08:28:42 2014 New Revision: 269326 URL: http://svnweb.freebsd.org/changeset/base/269326 Log: Fix the example: free the memory that was allocated by getline(). Modified: head/lib/libc/stdio/getline.3 Modified: head/lib/libc/stdio/getline.3

svn commit: r269569 - in head/sys/dev/usb: controller serial wlan

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 08:24:41 2014 New Revision: 269569 URL: http://svnweb.freebsd.org/changeset/base/269569 Log: Remove unused defines. Fix some device_printf's that were missing '\n' at the end or had speling errors. PR: 145319 Submitted by: rozhuk.im

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

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 08:29:16 2014 New Revision: 269571 URL: http://svnweb.freebsd.org/changeset/base/269571 Log: Add ID for Novatel MC990D to u3g. PR: 145319 Submitted by: rozhuk.im gmail.com MFC after:3 days Modified: head/sys/dev/usb/serial/u3g.c

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

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 08:48:24 2014 New Revision: 269575 URL: http://svnweb.freebsd.org/changeset/base/269575 Log: Reset the error value in the softc before starting a BBB transfer. PR: 145319 Submitted by: rozhuk.im gmail.com MFC after:3 days Modified:

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

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 09:35:25 2014 New Revision: 269576 URL: http://svnweb.freebsd.org/changeset/base/269576 Log: Add a second Huawei SCSI eject command as USB mode switch config files sometimes use one or the other. Maybe newer Huawei modems switched. Add a quirk for it as

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

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 09:59:16 2014 New Revision: 269578 URL: http://svnweb.freebsd.org/changeset/base/269578 Log: Return USB_ERR_INVAL if the eject method is not known. PR: 145319 Submitted by: rozhuk.im gmail.com Modified: head/sys/dev/usb/usb_msctest.c

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

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 11:50:16 2014 New Revision: 269582 URL: http://svnweb.freebsd.org/changeset/base/269582 Log: don't OR integer error values together as this does not make sense. Instead bail on the first failed command. Modified: head/sys/dev/usb/serial/u3g.c Modified:

svn commit: r269584 - in head/sys/dev/usb: . net

2014-08-05 Thread Nick Hibma
Author: n_hibma Date: Tue Aug 5 12:08:50 2014 New Revision: 269584 URL: http://svnweb.freebsd.org/changeset/base/269584 Log: Add support for Huawei E3272 modems which are supported by the CDC ethernet class. Note: This is untested as I do not have a device like this. That is reflected

svn commit: r267621 - stable/10/sys/dev/usb

2014-06-18 Thread Nick Hibma
Author: n_hibma Date: Wed Jun 18 22:09:33 2014 New Revision: 267621 URL: http://svnweb.freebsd.org/changeset/base/267621 Log: MFC r261270: Fix the ordering of the arguments to printf in uhub_child_location_string(). This produced bogus information in dev.USB

Re: svn commit: r261115 - stable/10/sys/dev/usb/net

2014-01-24 Thread Nick Hibma
It’s not just the GTM661 that supports uhso, the GTM382 does so to I think. Perhaps you want to move them all in that case? Or add them to both and let devd decide? Nick On 24 Jan 2014, at 09:22, Hans Petter Selasky hsela...@freebsd.org wrote: Author: hselasky Date: Fri Jan 24 08:22:29 2014

  1   2   >