CVS commit: [thorpej-cfargs] src/sys/dev/audio

2021-04-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 6 00:16:48 UTC 2021 Modified Files: src/sys/dev/audio [thorpej-cfargs]: audio.c Log Message: audiosearch(): Remove a stray CFARG_LOCATORS tag. To generate a diff of this commit: cvs rdiff -u -r1.91.2.7 -r1.91.2.8 src/s

CVS commit: [thorpej-cfargs] src/sys/dev/i2c

2021-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 5 01:28:00 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-cfargs]: i2c.c Log Message: config_match() -> config_probe(). It's a little over-loaded here because we're mixing direct and indirect in the same place, but t

CVS commit: [thorpej-cfargs] src/sys/dev/acpi

2021-04-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 3 16:10:39 UTC 2021 Modified Files: src/sys/dev/acpi [thorpej-cfargs]: acpi.c Log Message: Pass CFARG_DEVHANDLE to config_found(), rather than setting the device handle in acpi_device_register(). To generate a diff of

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-04-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 3 01:52:16 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: ismt.c Log Message: ismt_config_interrupts(): remove a now-unused variable. To generate a diff of this commit: cvs rdiff -u -r1.7.10.1 -r1.7.10.2 sr

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-03-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 31 01:44:59 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: voodoofb.c Log Message: There are two interface attriubtues on this device, so we need to be explcit about it in BOTH config_found() calls. To gener

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:41:04 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: mfii.c mpii.c Log Message: No need to pass interface attribute or locators to config_found(). To generate a diff of this commit: cvs rdiff -u -r1.7.

CVS commit: [thorpej-cfargs] src/sys/dev/gpio

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:40:30 UTC 2021 Modified Files: src/sys/dev/gpio [thorpej-cfargs]: gpio.c Log Message: No need to pass interface attribute or locators to config_search(). To generate a diff of this commit: cvs rdiff -u -r1.64.10.4

CVS commit: [thorpej-cfargs] src/sys/dev/pcmcia

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:39:10 UTC 2021 Modified Files: src/sys/dev/pcmcia [thorpej-cfargs]: pcmcia.c Log Message: - Unwrap a line. - No need to be explcit about interface attribute. To generate a diff of this commit: cvs rdiff -u -r1.94.

CVS commit: [thorpej-cfargs] src/sys/dev/scsipi

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:38:47 UTC 2021 Modified Files: src/sys/dev/scsipi [thorpej-cfargs]: scsiconf.c Log Message: Unwrap a line. To generate a diff of this commit: cvs rdiff -u -r1.290.4.2 -r1.290.4.3 src/sys/dev/scsipi/scsiconf.c Ple

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:38:04 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: mlx_pci.c twe.c Log Message: Correct the names of the arguments passed to the rescan function. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:36:40 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: amr.c Log Message: Correct the names of the arguments passed to the rescan function. To generate a diff of this commit: cvs rdiff -u -r1.65.10.2 -r1

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:36:16 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: aac_pci.c Log Message: Correct the names of the arguments passed to the rescan function. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.

CVS commit: [thorpej-cfargs] src/sys/dev/isa

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:35:57 UTC 2021 Modified Files: src/sys/dev/isa [thorpej-cfargs]: pcppi.c Log Message: pcppi_scan(): No need to pass interface attribute or locators to config_search(). To generate a diff of this commit: cvs rdiff

CVS commit: [thorpej-cfargs] src/sys/dev/isa

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:34:44 UTC 2021 Modified Files: src/sys/dev/isa [thorpej-cfargs]: isa.c Log Message: - Use designated initializers for the wildcard[] array in isaattach(). - No need to be explicit about interface attribute. To gen

CVS commit: [thorpej-cfargs] src/sys/dev/ic

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:33:47 UTC 2021 Modified Files: src/sys/dev/ic [thorpej-cfargs]: nvme.c Log Message: - In nvme_rescan(), pass the locators used for matching to config_found() and use config_stdsubmatch(). - No need to be explicit

CVS commit: [thorpej-cfargs] src/sys/dev/ic

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:31:05 UTC 2021 Modified Files: src/sys/dev/ic [thorpej-cfargs]: mfi.c Log Message: No need to pass interface or locators to config_found() in mfi_rescan(). To generate a diff of this commit: cvs rdiff -u -r1.63.10

CVS commit: [thorpej-cfargs] src/sys/dev/ic

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:30:14 UTC 2021 Modified Files: src/sys/dev/ic [thorpej-cfargs]: cac.c Log Message: Correct the names of the arguments passed to cac_rescan(), and update a local variable to avoid a name collision. Also, no need to

CVS commit: [thorpej-cfargs] src/sys/dev/ic

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:25:44 UTC 2021 Modified Files: src/sys/dev/ic [thorpej-cfargs]: apple_smc.c Log Message: This driver only has a single interface attribute, so no need to be expicit about it. That interface attribute has no locator

CVS commit: [thorpej-cfargs] src/sys/dev/i2c

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 20:02:29 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-cfargs]: i2c.c Log Message: "iic" only has a single interface attribute, so no need to be explicit. To generate a diff of this commit: cvs rdiff -u -r1.77.2.

CVS commit: [thorpej-cfargs] src/sys/dev/eisa

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 19:57:51 UTC 2021 Modified Files: src/sys/dev/eisa [thorpej-cfargs]: mlx_eisa.c Log Message: Correct names of arguments passed to rescan function. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.27.2.1 src

CVS commit: [thorpej-cfargs] src/sys/dev/audio

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 19:55:37 UTC 2021 Modified Files: src/sys/dev/audio [thorpej-cfargs]: audio.c Log Message: audio only has one interface attribute, so no need to be explcit about it. audio also doesn't have locators, so don't pass any

CVS commit: [thorpej-cfargs] src/sys/dev/ata

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 19:53:09 UTC 2021 Modified Files: src/sys/dev/ata [thorpej-cfargs]: ata_raid.c Log Message: Correct names of arguments passed to rescan function. To generate a diff of this commit: cvs rdiff -u -r1.43.4.2 -r1.43.4.3

CVS commit: [thorpej-cfargs] src/sys/dev

2021-03-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 28 19:50:05 UTC 2021 Modified Files: src/sys/dev [thorpej-cfargs]: spkr.c Log Message: "" is not a valid interface attribute, so don't pass it to spkr_rescan() (luckily it wasn't used anyway). To generate a diff of this

CVS commit: [thorpej-cfargs] src/sys/dev/pci

2021-03-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 22 16:47:13 UTC 2021 Modified Files: src/sys/dev/pci [thorpej-cfargs]: twa.c Log Message: Fix missing comma. To generate a diff of this commit: cvs rdiff -u -r1.58.10.2 -r1.58.10.3 src/sys/dev/pci/twa.c Please note tha

CVS commit: [thorpej-cfargs] src/sys/dev/marvell

2021-03-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 22 14:50:30 UTC 2021 Modified Files: src/sys/dev/marvell [thorpej-cfargs]: files.discovery Log Message: No need to define interface attributes separately from the devices that carry them if they are specific to that devic

CVS commit: [thorpej-cfargs] src/sys/dev/ieee1394

2021-03-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Mar 22 14:39:14 UTC 2021 Modified Files: src/sys/dev/ieee1394 [thorpej-cfargs]: files.ieee1394 Log Message: sbp does not need its own (unused) interface attribute; it already carries the "scsi" interface attribute. To gener

CVS commit: [thorpej-cfargs] src/sys/dev/gpio

2021-03-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 21 18:03:32 UTC 2021 Modified Files: src/sys/dev/gpio [thorpej-cfargs]: gpio.c Log Message: Remove a now-unused variable. To generate a diff of this commit: cvs rdiff -u -r1.64.10.3 -r1.64.10.4 src/sys/dev/gpio/gpio.c