CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2019-01-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 24 02:09:56 UTC 2019 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat80.c Log Message: Need sys/module.h here To generate a diff of this commit: cvs rdiff -u -r1.2.2.7 -r1.2.2.8 src/sys/dev/raidframe/

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2019-01-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 23 20:19:47 UTC 2019 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat80.c Log Message: Another missing semicolon. gr. To generate a diff of this commit: cvs rdiff -u -r1.2.2.5 -r1.2.2.6 src/sys/d

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2019-01-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 23 09:33:47 UTC 2019 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat50.c Log Message: Ooops, missed a semicolon - add it back To generate a diff of this commit: cvs rdiff -u -r1.3.2.7 -r1.3.2.8 src/s

CVS commit: [pgoyette-compat] src/sys/dev/pci

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 13:16:46 UTC 2018 Modified Files: src/sys/dev/pci [pgoyette-compat]: xhci_pci.c Log Message: And one more missed conflict. (I think this is the last one.) To generate a diff of this commit: cvs rdiff -u -r1.11.2.4

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 10:43:37 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: usbdi.c Log Message: Missed a $Id$ conflict in the last sync-with-HEAD To generate a diff of this commit: cvs rdiff -u -r1.175.2.3 -r1.175.2.4 src

CVS commit: [pgoyette-compat] src/sys/dev

2018-09-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Sep 27 03:07:21 UTC 2018 Modified Files: src/sys/dev [pgoyette-compat]: clockctl.c Log Message: Fix some NTP-related function pointers To generate a diff of this commit: cvs rdiff -u -r1.35.14.6 -r1.35.14.7 src/sys/dev/clo

CVS commit: [pgoyette-compat] src/sys/dev

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Sep 24 00:01:13 UTC 2018 Modified Files: src/sys/dev [pgoyette-compat]: clockctl.c Log Message: Don't compile NTP-related case if NTP is not available. No HOOK required here since NTP is not modularized. To generate a dif

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:37:14 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: files.usb Log Message: Revert previous - not appropriate To generate a diff of this commit: cvs rdiff -u -r1.150.2.2 -r1.150.2.3 src/sys/dev/usb/f

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:27:34 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: files.usb Log Message: Put the USBVERBOSE option into a header file so it can be found by modules. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 22:12:16 UTC 2018 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_netbsdkintf.c Log Message: In the case of no compat modules (ENOSYS returned from the stubs), reset the retcode to zero so we don't return

CVS commit: [pgoyette-compat] src/sys/dev/wscons

2018-06-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jun 14 10:36:01 UTC 2018 Modified Files: src/sys/dev/wscons [pgoyette-compat]: wsevent_50.c Log Message: Keep up with HEAD. The original change in the wsevent_50 compat code has been moved to sys/time_types.h and will get p

CVS commit: [pgoyette-compat] src/sys/dev/wscons

2018-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 13 02:29:56 UTC 2018 Modified Files: src/sys/dev/wscons [pgoyette-compat]: wsevent_50.c Log Message: Keep up with -HEAD To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/dev/wscons/wsevent_50.

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-03-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 29 10:27:28 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: usbdivar.h Log Message: Revert previous. Instead, we'll just move usbd_printBCD() to usbdi.h To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-03-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 29 10:15:20 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: usbdivar.h Log Message: Protect against multiple-inclusion To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.114.12.1 src/sys/dev/usb/us

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2018-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 24 08:23:20 UTC 2018 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat50.c rf_compat50.h Added Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat50_mod.h Log Message: Finish clean-up of ra

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2018-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 24 08:22:45 UTC 2018 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat80.c rf_compat80.h Added Files: src/sys/dev/raidframe [pgoyette-compat]: rf_compat80_mod.h Log Message: Finish clean-up of ra

CVS commit: [pgoyette-compat] src/sys/dev

2018-03-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 23 09:22:24 UTC 2018 Modified Files: src/sys/dev [pgoyette-compat]: ccd.c Log Message: Remove definition of compat_ccd_ioctl_60() - this is now defined in sys/kern/compat_stub.c (sync/merge botch) To generate a diff of