CVS commit: [prg-localcount2] src/sys/dev/mscp

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 18 07:35:01 UTC 2017 Modified Files: src/sys/dev/mscp [prg-localcount2]: mscp_disk.c Log Message: Fix previous, make it build again. To generate a diff of this commit: cvs rdiff -u -r1.89.8.4 -r1.89.8.5

CVS commit: [prg-localcount2] src/sys/dev/mscp

2017-05-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 17 04:29:46 UTC 2017 Modified Files: src/sys/dev/mscp [prg-localcount2]: mscp_disk.c Log Message: Finish previous. :( To generate a diff of this commit: cvs rdiff -u -r1.89.8.3 -r1.89.8.4 src/sys/dev/mscp/mscp_disk.c

CVS commit: [prg-localcount2] src/sys/dev/mscp

2017-05-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 17 04:26:14 UTC 2017 Modified Files: src/sys/dev/mscp [prg-localcount2]: mscp_disk.c Log Message: Adapt to device_lookup_acquire To generate a diff of this commit: cvs rdiff -u -r1.89.8.2 -r1.89.8.3

CVS commit: [prg-localcount2] src/sys/dev/ata

2017-05-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 17 03:05:44 UTC 2017 Modified Files: src/sys/dev/ata [prg-localcount2]: ata_raid.c Log Message: It's "device_t x" not "struct device_t x" To generate a diff of this commit: cvs rdiff -u -r1.39.6.2 -r1.39.6.3

CVS commit: [prg-localcount2] src/sys/dev/ata

2017-05-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 17 02:58:37 UTC 2017 Modified Files: src/sys/dev/ata [prg-localcount2]: ata_raid.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.39.6.1 -r1.39.6.2 src/sys/dev/ata/ata_raid.c Please note that

CVS commit: [prg-localcount2] src/sys/dev/sysmon

2017-05-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 17 02:37:02 UTC 2017 Modified Files: src/sys/dev/sysmon [prg-localcount2]: swwdog.c Log Message: Use correct variable name To generate a diff of this commit: cvs rdiff -u -r1.19.8.1 -r1.19.8.2

CVS commit: [prg-localcount2] src/sys/dev/mscp

2017-05-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 14 13:02:35 UTC 2017 Modified Files: src/sys/dev/mscp [prg-localcount2]: mscp_disk.c Log Message: Rearrange the else clauses to make it work. To generate a diff of this commit: cvs rdiff -u -r1.89.8.1 -r1.89.8.2

CVS commit: [prg-localcount2] src/sys/dev

2017-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 14 05:38:38 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: md.c Log Message: Mark variable as __diagused to fix build-break To generate a diff of this commit: cvs rdiff -u -r1.78.6.4 -r1.78.6.5

CVS commit: [prg-localcount2] src/sys/dev

2017-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 30 10:27:16 UTC 2017 Modified Files: src/sys/dev/ata [prg-localcount2]: wd.c src/sys/dev/ic [prg-localcount2]: mlx.c nvme.c Log Message: And a few more DEVSW_MODULE_INIT for modular drivers To generate a diff

CVS commit: [prg-localcount2] src/sys/dev/pci

2017-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 30 10:17:26 UTC 2017 Modified Files: src/sys/dev/pci [prg-localcount2]: twa.c twe.c Log Message: More DEVSW_MODULE_INIT for modular drivers To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.55.6.1

CVS commit: [prg-localcount2] src/sys/dev

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 08:55:37 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: cgd.c Log Message: add a comment - NFC To generate a diff of this commit: cvs rdiff -u -r1.114.4.4 -r1.114.4.5 src/sys/dev/cgd.c Please note that

CVS commit: [prg-localcount2] src/sys/dev

2017-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 23:16:14 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: vnd.c Log Message: Don't call device_release() from vnd_detach(). The caller (typically, config_detach()) will take care of this. Without this fix,

CVS commit: [prg-localcount2] src/sys/dev

2017-04-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 27 23:18:21 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: md.c Log Message: Don't reference a known-NULL pointer, and remove duplicated calls to mutex_enter() and mutex_exit() To generate a diff of this

CVS commit: [prg-localcount2] src/sys/dev

2017-04-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 27 12:07:23 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: cgd.c Log Message: Once more let's try to fix the exit path in cgdclose() To generate a diff of this commit: cvs rdiff -u -r1.114.4.2 -r1.114.4.3

CVS commit: [prg-localcount2] src/sys/dev

2017-04-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 27 11:58:58 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: cgd.c Log Message: Fix checking of failure-to-spawn a unit (check the returned address for NULL, vs the pointer to that address). Ensure that that