Module Name:src
Committed By: thorpej
Date: Sun Mar 28 19:42:59 UTC 2021
Modified Files:
src/sys/arch/x86/pci/imcsmb [thorpej-cfargs]: imc.c imcsmb.c
Log Message:
- The third argument passed to the rescan function is a locs array, not
a pointer to flags.
- imc and imcsmb
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 01:03:19 UTC 2021
Modified Files:
src/sys/arch/x86/pci [thorpej-cfargs]: amdnb_misc.c amdsmn.c
Log Message:
These devices have only one interface attribute and no locators,
so simplify:
- config_attach_loc() -> config
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 01:01:46 UTC 2021
Modified Files:
src/sys/arch/x86/pci [thorpej-cfargs]: files.pci
Log Message:
Minor rearrangement of the deck chairs to group things together.
To generate a diff of this commit:
cvs rdiff -u -r1.25.
Module Name:src
Committed By: thorpej
Date: Tue Mar 23 01:29:32 UTC 2021
Modified Files:
src/sys/arch/x86/pci/imcsmb [thorpej-cfargs]: imcsmb.c
Log Message:
In imcsmb_rescan(), no need to explcitly check that we're being asked
to rescan on the "i2cbus" interface attribute.
Module Name:src
Committed By: thorpej
Date: Tue Mar 23 01:25:48 UTC 2021
Modified Files:
src/sys/arch/x86/pci [thorpej-cfargs]: files.pci
Log Message:
Remove unneceesary "imcsmb" attribute from "imc".
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.4.1 src/