OpenBSD cvs log

created 2020-01-15T14:47:23Z
begin 2020-01-05T00:00:00Z
end 2020-01-06T00:00:00Z
path src/sys
commits 25

date 2020-01-05T00:54:13Z
author jsg
files src/sys/dev/usb/if_urtwn.c log diff annotate
src/sys/dev/usb/umsm.c log diff annotate
src/sys/dev/usb/usb_quirks.c log diff annotate
src/sys/dev/usb/usbdevs log diff annotate
src/sys/dev/usb/uslcom.c log diff annotate
message consistently uppercase usb product defines

ok mpi@

date 2020-01-05T00:54:47Z
author jsg
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2020-01-05T01:07:58Z
author jsg
files src/sys/arch/i386/pci/geodesc.c log diff annotate
src/sys/dev/cardbus/if_fxp_cardbus.c log diff annotate
src/sys/dev/pci/ciss_pci.c log diff annotate
src/sys/dev/pci/envy.c log diff annotate
src/sys/dev/pci/gdt_pci.c log diff annotate
src/sys/dev/pci/if_fxp_pci.c log diff annotate
src/sys/dev/pci/if_msk.c log diff annotate
src/sys/dev/pci/if_nxe.c log diff annotate
src/sys/dev/pci/if_tl.c log diff annotate
src/sys/dev/pci/if_vge.c log diff annotate
src/sys/dev/pci/km.c log diff annotate
src/sys/dev/pci/pccbb.c log diff annotate
message consistently uppercase pci product defines

ok mpi@

date 2020-01-05T01:07:59Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
src/sys/dev/pci/pciide.c log diff annotate
src/sys/dev/pci/pucdata.c log diff annotate
src/sys/dev/pci/wdt.c log diff annotate
message consistently uppercase pci product defines

ok mpi@

date 2020-01-05T01:08:52Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-01-05T03:36:48Z
author jsg
files src/sys/dev/usb/usbdevs log diff annotate
message consistently lowercase hex digits in device ids

date 2020-01-05T03:37:22Z
author jsg
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2020-01-05T03:38:22Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message consistently lowercase hex digits in device ids

date 2020-01-05T03:39:07Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-01-05T04:29:11Z
author visa
files src/sys/dev/pci/drm/drm_drv.c log diff annotate
src/sys/dev/pci/drm/drm_ioctl.c log diff annotate
message Remove unneeded #include <sys/ttycom.h>.

OK jsg@

date 2020-01-05T06:34:39Z
author jsg
files src/sys/dev/usb/usbdevs log diff annotate
message sort by vendor define and device id

date 2020-01-05T06:35:04Z
author jsg
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2020-01-05T06:43:47Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message sort by vendor define and device id

date 2020-01-05T06:44:29Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-01-05T08:39:46Z
author jsg
files src/sys/dev/pci/drm/drm_drv.c log diff annotate
message remove some unneeded includes

date 2020-01-05T08:58:25Z
author jsg
files src/sys/dev/usb/if_atu.c log diff annotate
src/sys/dev/usb/if_run.c log diff annotate
src/sys/dev/usb/if_url.c log diff annotate
src/sys/dev/usb/if_urtwn.c log diff annotate
src/sys/dev/usb/usbdevs log diff annotate
message remove duplicate device ids

date 2020-01-05T08:59:00Z
author jsg
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2020-01-05T10:13:14Z
author jsg
files src/sys/dev/usb/usbdevs log diff annotate
message sort list of vendor ids by vendor id

date 2020-01-05T10:13:49Z
author jsg
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2020-01-05T10:16:03Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message sort list of vendor ids by vendor id

date 2020-01-05T10:17:00Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-01-05T12:54:21Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message remove incorrectly formatted IBM entries

they were added alongside a bunch of other devices in NetBSD rev 1.25

date 2020-01-05T12:55:12Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-01-05T13:46:02Z
author visa
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/kern/kern_event.c log diff annotate
src/sys/kern/sys_pipe.c log diff annotate
src/sys/kern/sys_socket.c log diff annotate
src/sys/kern/uipc_syscalls.c log diff annotate
src/sys/kern/vfs_vnops.c log diff annotate
src/sys/sys/file.h log diff annotate
message Constify instances of struct fileops.

OK anton@, mpi@, bluhm@

date 2020-01-05T19:13:48Z
author mpi
files src/sys/dev/usb/udl.c log diff annotate
message Convert to tsleep_nsec(9).

ok mglocker@