svn commit: r368453 - head/etc/mtree

2020-12-08 Thread Nick Hibma
Author: n_hibma Date: Tue Dec 8 17:44:34 2020 New Revision: 368453 URL: https://svnweb.freebsd.org/changeset/base/368453 Log: Missed adding netgraph to mtree in r368443: New Netgraph module ng_macfilter: Macfilter to route packets through different hooks based on sender

svn commit: r368452 - head/etc/mtree

2020-12-08 Thread Nick Hibma
Author: n_hibma Date: Tue Dec 8 17:42:32 2020 New Revision: 368452 URL: https://svnweb.freebsd.org/changeset/base/368452 Log: Fix indenting for netmap. Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist

svn commit: r368443 - in head: share/man/man4 sys/conf sys/modules/netgraph sys/modules/netgraph/macfilter sys/netgraph tests/sys tests/sys/netgraph

2020-12-08 Thread Nick Hibma
t;getmacs" (4) from "[54]:": + Args:{ n=1 macs=[ { ether=08:00:27:92:eb:aa hookid=1 packets_in=3571 bytes_in=592631 packets_out=3437 bytes_out=777142 } ] } +.Ed +.Sh SEE ALSO +.Xr divert 4 , +.Xr ipfw 4 , +.Xr netgraph 4 , +.Xr ng_ether 4 , +.Xr ng_one2many 4 , +.Xr ng_tag

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

2020-11-18 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 18 15:23:43 2020 New Revision: 367804 URL: https://svnweb.freebsd.org/changeset/base/367804 Log: Fix mandoc lint warnings. Modified: head/share/man/man4/ng_tag.4 Modified: head/share/man/man4/ng_tag.4

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

2020-01-24 Thread Nick Hibma
Author: n_hibma Date: Fri Jan 24 11:22:33 2020 New Revision: 357074 URL: https://svnweb.freebsd.org/changeset/base/357074 Log: Fix a few spacing issues to make the page more readable. Modified: head/share/man/man4/netmap.4 Modified: head/share/man/man4/netmap.4

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

2018-08-17 Thread Nick Hibma
Author: n_hibma Date: Fri Aug 17 10:18:45 2018 New Revision: 337961 URL: https://svnweb.freebsd.org/changeset/base/337961 Log: Add the possibility to mark packets urgent based on their length. This allows preferring small (e.g. ACK) packets, in upload heavy environments. It was

svn commit: r329655 - stable/11/sbin/ipfw

2018-02-20 Thread Nick Hibma
Author: n_hibma Date: Tue Feb 20 19:33:33 2018 New Revision: 329655 URL: https://svnweb.freebsd.org/changeset/base/329655 Log: Merge rev. 329197 from HEAD: DSCP values passed to setdscp need to be lowercase. Modified: stable/11/sbin/ipfw/ipfw.8 Directory Properties: stable/11/

svn commit: r329197 - head/sbin/ipfw

2018-02-13 Thread Nick Hibma
Author: n_hibma Date: Tue Feb 13 10:11:39 2018 New Revision: 329197 URL: https://svnweb.freebsd.org/changeset/base/329197 Log: DSCP values passed to setdscp need to be lowercase. See definition of f_ipdscp values. They are compared against using bcmp which is case sensitive. MFC

svn commit: r328888 - in stable/11/sys/dev/usb: . serial

2018-02-05 Thread Nick Hibma
Author: n_hibma Date: Mon Feb 5 16:28:03 2018 New Revision: 32 URL: https://svnweb.freebsd.org/changeset/base/32 Log: Merge r327951 Add IDs for Quectel EC25. Submitted by: Samuel Crookes Modified: stable/11/sys/dev/usb/serial/u3g.c stable/11/sys/dev/usb/usbdevs Directory

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

2018-01-13 Thread Nick Hibma
Author: n_hibma Date: Sat Jan 13 23:31:21 2018 New Revision: 327951 URL: https://svnweb.freebsd.org/changeset/base/327951 Log: Add support for Quectel EC25. Submitted by: Samuel Crookes MFC after:3 days Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified:

svn commit: r324548 - stable/11/sys/dev/smc

2017-10-12 Thread Nick Hibma
Author: n_hibma Date: Thu Oct 12 14:08:55 2017 New Revision: 324548 URL: https://svnweb.freebsd.org/changeset/base/324548 Log: MFC 324088: Make smc compile with DEVICE_POLLING set. smc_poll had the wrong prototype. Reviewed by: benno Modified:

svn commit: r324089 - head/sys/dev/neta

2017-09-28 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 28 19:57:46 2017 New Revision: 324089 URL: https://svnweb.freebsd.org/changeset/base/324089 Log: Make this compile if NO_SYSCTL_DESCR is defined. Defining a variable with the description and then only use it in the SYSCTL declaration led to an unused

svn commit: r324088 - head/sys/dev/smc

2017-09-28 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 28 19:33:36 2017 New Revision: 324088 URL: https://svnweb.freebsd.org/changeset/base/324088 Log: Make this compile with DEVICE_POLLING set. smc_poll had the wrong prototype. It returns 0 as it does not check anything but submits a taskqueue. Reviewed

svn commit: r324082 - head/usr.sbin/config

2017-09-28 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 28 12:43:25 2017 New Revision: 324082 URL: https://svnweb.freebsd.org/changeset/base/324082 Log: Typo in filename in comment. Modified: head/usr.sbin/config/config.h Modified: head/usr.sbin/config/config.h

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

2017-09-21 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 21 10:13:48 2017 New Revision: 323855 URL: https://svnweb.freebsd.org/changeset/base/323855 Log: Remove an 'unused' function. This function was only set in legacy.sh and only at the very end after the disk image had been successfully created. The only

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

2017-09-21 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 21 09:27:44 2017 New Revision: 323849 URL: https://svnweb.freebsd.org/changeset/base/323849 Log: Fix up style for consistency. Modified: head/tools/tools/nanobsd/defaults.sh Modified: head/tools/tools/nanobsd/defaults.sh

svn commit: r323848 - head/tools/tools/nanobsd/embedded

2017-09-21 Thread Nick Hibma
Author: n_hibma Date: Thu Sep 21 09:22:41 2017 New Revision: 323848 URL: https://svnweb.freebsd.org/changeset/base/323848 Log: Speling mistakes. Modified: head/tools/tools/nanobsd/embedded/common Modified: head/tools/tools/nanobsd/embedded/common

svn commit: r323738 - stable/11/tools/tools/nanobsd/embedded

2017-09-19 Thread Nick Hibma
Author: n_hibma Date: Tue Sep 19 07:56:24 2017 New Revision: 323738 URL: https://svnweb.freebsd.org/changeset/base/323738 Log: MFC 323197: Bug fix: Don't treat NANO_IMAGES as a directory. This was accidentally broken in r295377 . Submitted by: Igor Serikov

svn commit: r323197 - head/tools/tools/nanobsd/embedded

2017-09-05 Thread Nick Hibma
Author: n_hibma Date: Tue Sep 5 21:17:20 2017 New Revision: 323197 URL: https://svnweb.freebsd.org/changeset/base/323197 Log: Bugfix: Don't treat NANO_IMAGES as a direcotory. This was probably accidentally broken in r295377 . Submitted by: Igor Serikov MFC after:2 weeks

svn commit: r321769 - head/usr.bin/calendar/calendars

2017-07-31 Thread Nick Hibma
Hideyuki KURASHINA <rush...@freebsd.org> born in Niigata, Japan, 1982 01/24 Fabien Thomas <fabi...@freebsd.org> born in Avignon, France, 1971 01/24 Matteo Riondato <mat...@freebsd.org> born in Padova, Italy, 1986 +01/25 Nick Hibma <n_hi...@freebsd.org> born in Groningen

svn commit: r318965 - stable/11/etc/rc.d

2017-05-26 Thread Nick Hibma
Author: n_hibma Date: Fri May 26 19:19:47 2017 New Revision: 318965 URL: https://svnweb.freebsd.org/changeset/base/318965 Log: MFC 317729: Silence sysctl in startup scripts. This makes 'stop' behave consistently with 'start' in the script. Also use $SYSCTL instead

svn commit: r318735 - stable/11

2017-05-23 Thread Nick Hibma
Author: n_hibma Date: Tue May 23 09:20:31 2017 New Revision: 318735 URL: https://svnweb.freebsd.org/changeset/base/318735 Log: Commit the mergeinfo for the commit to sbin/dhclient. Modified: Directory Properties: stable/11/ (props changed) ___

svn commit: r318630 - stable/11/sbin/dhclient

2017-05-22 Thread Nick Hibma
Author: n_hibma Date: Mon May 22 10:28:17 2017 New Revision: 318630 URL: https://svnweb.freebsd.org/changeset/base/318630 Log: MFC: r317923 | n_hibma | 2017-05-07 23:11:28 +0200 (Sun, 07 May 2017) | 8

svn commit: r317923 - head/sbin/dhclient

2017-05-07 Thread Nick Hibma
Author: n_hibma Date: Sun May 7 21:11:28 2017 New Revision: 317923 URL: https://svnweb.freebsd.org/changeset/base/317923 Log: Fix the output of very large rebind, renew and lease time options in lease file. Some routers set very large values for rebind time (Netgear) and these are

svn commit: r317915 - head/sbin/dhclient

2017-05-07 Thread Nick Hibma
Author: n_hibma Date: Sun May 7 19:59:37 2017 New Revision: 317915 URL: https://svnweb.freebsd.org/changeset/base/317915 Log: Fix handling of large DHCP expiry values. They would overflow a signed 32-bit time_t on 32 bit architectures. This was taken care of, but a compiler optimisation

svn commit: r317729 - head/etc/rc.d

2017-05-03 Thread Nick Hibma
Author: n_hibma Date: Wed May 3 08:10:03 2017 New Revision: 317729 URL: https://svnweb.freebsd.org/changeset/base/317729 Log: Silence sysctl in startup scripts. This makes 'stop' behave consistently with 'start' in the script. Also use $SYSCTL instead of sysctl for consistency within

svn commit: r317136 - head/tools/tools/nanobsd/embedded

2017-04-19 Thread Nick Hibma
Author: n_hibma Date: Wed Apr 19 12:39:45 2017 New Revision: 317136 URL: https://svnweb.freebsd.org/changeset/base/317136 Log: A test was moved but without the definition of $d. The test however always succeeds because 'test -d' always returns true. Also some speling fixes. Modified:

svn commit: r316604 - stable/11/sbin/dhclient

2017-04-07 Thread Nick Hibma
Author: n_hibma Date: Fri Apr 7 09:13:26 2017 New Revision: 316604 URL: https://svnweb.freebsd.org/changeset/base/316604 Log: MFC 316283: Allow superseding the lease renewal and rebind times. Also make sure that the renewal is never more than 1/2 * expiry and

svn commit: r316451 - stable/11/sys/conf

2017-04-03 Thread Nick Hibma
Author: n_hibma Date: Mon Apr 3 10:28:18 2017 New Revision: 316451 URL: https://svnweb.freebsd.org/changeset/base/316451 Log: MFC 316275: Add nctgpio conf lines so it can be compiled into the kernel. Modified: stable/11/sys/conf/files.amd64 stable/11/sys/conf/files.i386

svn commit: r316285 - head/sbin/dhclient

2017-03-30 Thread Nick Hibma
Author: n_hibma Date: Thu Mar 30 18:20:04 2017 New Revision: 316285 URL: https://svnweb.freebsd.org/changeset/base/316285 Log: Make dhcp-lease-time option supersedable as well. Note: It is not recommended to set this value to above the value that the server provided, unless that value is

svn commit: r316283 - head/sbin/dhclient

2017-03-30 Thread Nick Hibma
Author: n_hibma Date: Thu Mar 30 17:31:12 2017 New Revision: 316283 URL: https://svnweb.freebsd.org/changeset/base/316283 Log: Allow superseding the lease renewal and rebind times. Also make sure that the renewal is never more than 1/2 * expiry and rebind never more than 7/4 * renewal

svn commit: r316275 - head/sys/conf

2017-03-30 Thread Nick Hibma
Author: n_hibma Date: Thu Mar 30 15:05:10 2017 New Revision: 316275 URL: https://svnweb.freebsd.org/changeset/base/316275 Log: Add nctgpio conf lines so it can be compiled into the kernel. MFC after:2 days Modified: head/sys/conf/files.amd64 head/sys/conf/files.i386 Modified:

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

2016-12-02 Thread Nick Hibma
Author: n_hibma Date: Fri Dec 2 11:32:11 2016 New Revision: 309410 URL: https://svnweb.freebsd.org/changeset/base/309410 Log: Fix man page: - It should say 'read' in the I2CREAD section. - last in the struct indicates the last command in a sequence, not the reverse. Reviewed

svn commit: r309409 - head/usr.sbin/i2c

2016-12-02 Thread Nick Hibma
Author: n_hibma Date: Fri Dec 2 11:30:21 2016 New Revision: 309409 URL: https://svnweb.freebsd.org/changeset/base/309409 Log: More typos in strings. Submitted by: bde MFC after:3 days Modified: head/usr.sbin/i2c/i2c.c Modified: head/usr.sbin/i2c/i2c.c

svn commit: r309357 - head/usr.sbin/i2c

2016-12-01 Thread Nick Hibma
Author: n_hibma Date: Thu Dec 1 09:14:58 2016 New Revision: 309357 URL: https://svnweb.freebsd.org/changeset/base/309357 Log: Speling fixes and fix line endings for err_msg output. In some cases there was not \n, in other cases there was. Modified: head/usr.sbin/i2c/i2c.c Modified:

svn commit: r301129 - stable/10/sys/net

2016-06-01 Thread Nick Hibma
Author: n_hibma Date: Wed Jun 1 15:08:27 2016 New Revision: 301129 URL: https://svnweb.freebsd.org/changeset/base/301129 Log: MFC 300670 (slightly adapted for 10-STABLE): Change net.link.log_promisc_mode_change to a read-only tunable. PR: 166255 Submitted by:

svn commit: r301078 - stable/10

2016-05-31 Thread Nick Hibma
Author: n_hibma Date: Tue May 31 21:21:32 2016 New Revision: 301078 URL: https://svnweb.freebsd.org/changeset/base/301078 Log: Fixup botched merge in rev. r300488. This commit only updates mergeinfo, not sys/net/if.c. Modified: Directory Properties: stable/10/ (props changed)

svn commit: r300670 - head/sys/net

2016-05-25 Thread Nick Hibma
Author: n_hibma Date: Wed May 25 09:00:05 2016 New Revision: 300670 URL: https://svnweb.freebsd.org/changeset/base/300670 Log: Change net.link.log_promisc_mode_change to a read-only tunable PR: 166255 Submitted by: eugen.grosbein.net Obtained from:hselasky MFC

svn commit: r300488 - stable/10/sys/net

2016-05-23 Thread Nick Hibma
Author: n_hibma Date: Mon May 23 09:44:06 2016 New Revision: 300488 URL: https://svnweb.freebsd.org/changeset/base/300488 Log: MFC 299559: Allow silencing of 'promiscuous mode enabled/disabled' messages. Modified: stable/10/sys/net/if.c Modified: stable/10/sys/net/if.c

svn commit: r299562 - head/share/misc

2016-05-12 Thread Nick Hibma
nngie@FreeBS nork [label="Norikatsu Shigemura\nn...@freebsd.org\n2009/06/09"] np [label="Navdeep Parhar\n...@freebsd.org\n2009/06/05"] nwhitehorn [label="Nathan Whitehorn\nnwhiteh...@freebsd.org\n2008/07/03"] +n_hibma [label="Nick Hibma\nn_hi...@freebsd.o

svn commit: r299559 - head/sys/net

2016-05-12 Thread Nick Hibma
Author: n_hibma Date: Thu May 12 19:42:13 2016 New Revision: 299559 URL: https://svnweb.freebsd.org/changeset/base/299559 Log: Allow silencing of 'promiscuous mode enabled/disabled' messages. PR: 166255 Submitted by: eugen.grosbein.net Obtained from:eugen.grosbein.net

Re: svn commit: r277714 - head/sbin/ipfw

2015-01-26 Thread Nick Hibma
On 26 Jan 2015, at 22:24, John Baldwin j...@freebsd.org wrote: On Monday, January 26, 2015 09:34:39 PM Olivier Cochard-Labbé wrote: On Sun, Jan 25, 2015 at 9:37 PM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Sun Jan 25 20:37:32 2015 New Revision: 277714 URL:

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

2014-11-27 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 27 09:17:42 2014 New Revision: 275180 URL: https://svnweb.freebsd.org/changeset/base/275180 Log: clean_build is not always done (*), so move the mkdir to the first step that needs it and is always done: make.conf build. (*) In our build environment we

svn commit: r274892 - stable/10/tools/tools/nanobsd

2014-11-22 Thread Nick Hibma
Author: n_hibma Date: Sat Nov 22 20:55:21 2014 New Revision: 274892 URL: https://svnweb.freebsd.org/changeset/base/274892 Log: MFC: r274792 | n_hibma | 2014-11-21 15:53:42 +0100 (Fri, 21 Nov 2014) | 5

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

2014-11-21 Thread Nick Hibma
Author: n_hibma Date: Fri Nov 21 14:53:42 2014 New Revision: 274792 URL: https://svnweb.freebsd.org/changeset/base/274792 Log: Simply remove the tmp dir before creating the symlink. We are doing chroots all over the place, so there is bound to be a stale file lying around in there (in my

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: 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: 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

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

2014-01-29 Thread Nick Hibma
Author: n_hibma Date: Wed Jan 29 16:24:50 2014 New Revision: 261270 URL: http://svnweb.freebsd.org/changeset/base/261270 Log: Fix the ordering of the arguments to printf in uhub_child_location_string(). This produced bogus information in dev.USB driver.id.%location output from

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

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

2013-11-28 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 28 08:54:15 2013 New Revision: 258705 URL: http://svnweb.freebsd.org/changeset/base/258705 Log: Do a parallel buildworld buildkernel (using NANO_PMAKE), but use a single threaded installworld, installkernel and distribution (using NANO_MAKE). Setting

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

2013-10-25 Thread Nick Hibma
Author: n_hibma Date: Fri Oct 25 19:39:22 2013 New Revision: 257132 URL: http://svnweb.freebsd.org/changeset/base/257132 Log: Add id for GTM661W. Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/serial/u3g.c

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

  1   2   >