Re: CVS commit: src/sys/dev/ic

2019-07-02 Thread Alistair Crooks
Awesome, Jared - many thanks for this! On Fri, 28 Jun 2019 at 08:08, Jared D. McNeill wrote: > Module Name:src > Committed By: jmcneill > Date: Fri Jun 28 15:08:47 UTC 2019 > > Modified Files: > src/sys/dev/ic: nvme.c nvmevar.h > > Log Message: > Fix a performance issue w

CVS commit: src/sbin/disklabel

2019-07-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 2 16:47:20 UTC 2019 Modified Files: src/sbin/disklabel: disklabel.8 Log Message: Sort and unify a bit. Add more macros. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sbin/disklabel/disklabel.8 Please n

CVS commit: src/sbin/disklabel

2019-07-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 2 16:47:20 UTC 2019 Modified Files: src/sbin/disklabel: disklabel.8 Log Message: Sort and unify a bit. Add more macros. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sbin/disklabel/disklabel.8 Please n

CVS commit: src/sbin/disklabel

2019-07-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jul 2 16:23:48 UTC 2019 Modified Files: src/sbin/disklabel: disklabel.8 main.c Log Message: Add options to define labelsector and -offset and number of slices. Make options to chose alternate label position for systems using

CVS commit: src/sbin/disklabel

2019-07-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jul 2 16:23:48 UTC 2019 Modified Files: src/sbin/disklabel: disklabel.8 main.c Log Message: Add options to define labelsector and -offset and number of slices. Make options to chose alternate label position for systems using

CVS commit: src/share/misc

2019-07-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 2 16:10:15 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: MHU, SCPI and another SCP To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 src/share/misc/acronyms.comp Please note that diff

CVS commit: src/share/misc

2019-07-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 2 16:10:15 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: MHU, SCPI and another SCP To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 src/share/misc/acronyms.comp Please note that diff

CVS commit: src/share/misc

2019-07-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 2 15:53:51 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: DTB, DTC, and another DTS from the world of device trees To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/share/misc/acron

CVS commit: src/share/misc

2019-07-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 2 15:53:51 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: DTB, DTC, and another DTS from the world of device trees To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/share/misc/acron

CVS commit: src/share/misc

2019-07-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 2 15:46:06 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: SBSA To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 src/share/misc/acronyms.comp Please note that diffs are not public doma

CVS commit: src/share/misc

2019-07-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 2 15:46:06 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: SBSA To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 src/share/misc/acronyms.comp Please note that diffs are not public doma

CVS commit: src/sys/dev/pci/ixgbe

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 08:38:48 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Sync with FreeBSD ix-3.3.10 part 2: - Calculate vector's bit location correctly when the vector >= 31 in ixgbe_allocate_msix(). To gener

CVS commit: src/sys/dev/pci/ixgbe

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 08:38:48 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Sync with FreeBSD ix-3.3.10 part 2: - Calculate vector's bit location correctly when the vector >= 31 in ixgbe_allocate_msix(). To gener

CVS commit: src/sys/dev/pci/ixgbe

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 08:32:18 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: Sync with FreeBSD ix-3.3.10 part 1. No functional change in this part: - "(u64)1" -> "1ULL" - Add some not-yet-used register

CVS commit: src/sys/dev/pci/ixgbe

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 08:32:18 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: Sync with FreeBSD ix-3.3.10 part 1. No functional change in this part: - "(u64)1" -> "1ULL" - Add some not-yet-used register

CVS commit: src/sys/dev/pci

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 07:53:23 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1363 -r1.1364 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1362 -r1.1

CVS commit: src/sys/dev/pci

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 07:52:58 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Modify some descriptions of Virtio devices from OpenBSD to identify the functions. To generate a diff of this commit: cvs rdiff -u -r1.1375 -r1

CVS commit: src/sys/dev/pci

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 07:52:58 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Modify some descriptions of Virtio devices from OpenBSD to identify the functions. To generate a diff of this commit: cvs rdiff -u -r1.1375 -r1

CVS commit: src/sys/dev/pci/ixgbe

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 07:20:07 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Sync with FreeBSD's ixv-1.5.17: - When ixv_check_link() failed in the watchdog function, reset the interface. - Remove RXCSUM register modif

CVS commit: src/sys/dev/pci/ixgbe

2019-07-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 2 07:20:07 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Sync with FreeBSD's ixv-1.5.17: - When ixv_check_link() failed in the watchdog function, reset the interface. - Remove RXCSUM register modif