created | 2019-04-30T17:58:03Z |
---|---|
begin | 2019-04-24T00:00:00Z |
end | 2019-04-25T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2019-04-24T03:44:50Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | add the product id for VMware NVMe interface |
date | 2019-04-24T03:45:35Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2019-04-24T04:12:36Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/pmap.c | log | diff | annotate |
message |
Style tweaks: - use NULL for pointer comparisons and assignments. - in level comparisons, use PTP_LEVELS instead of magic constants - eliminate some superfluous variables in pmap_free_ptp() ok mlarkin@ |
date | 2019-04-24T10:09:49Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
src/sys/dev/pci/if_bnxtreg.h | log | diff | annotate | |
message |
implement SIOCGIFSFFPAGE so ifconfig can get transceiver info. the controller has an i2c read operation that's almost exactly what we want, except it only does 64 bytes at a time, so this is pretty simple. ok dlg@ |
date | 2019-04-24T20:28:31Z | |||
---|---|---|---|---|
author | remi | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message |
New product id for the USB serial adapter found in Juniper SRX 300. ok deraadt@ phessler@ sthen@ |
date | 2019-04-24T20:32:23Z | |||
---|---|---|---|---|
author | remi | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2019-04-24T20:36:59Z | |||
---|---|---|---|---|
author | remi | |||
files | src/sys/dev/usb/uslcom.c | log | diff | annotate |
message |
Add product id for the USB serial adapter found in Juniper SRX 300. ok deraadt@ phessler@ sthen@ |