Module Name:src
Committed By: thorpej
Date: Fri Apr 23 15:05:27 UTC 2021
Modified Files:
src/sys/arch/xen/xenbus [thorpej-cfargs]: xenbus_probe.c
Log Message:
No need to be explicit about interface attributes here.
To generate a diff of this commit:
cvs rdiff -u -r1.55.4
Module Name:src
Committed By: thorpej
Date: Sun Apr 18 17:12:01 UTC 2021
Modified Files:
src/sys/arch/arm/xscale [thorpej-cfargs]: becc.c
Log Message:
Need to be explicit about the interface attribute when attaching the
PCI bus instance because "becc" carries 2 interface a
Module Name:src
Committed By: thorpej
Date: Sun Apr 18 16:46:06 UTC 2021
Modified Files:
src/sys/arch/arm/ep93xx [thorpej-cfargs]: eppcic.c
Log Message:
config_found() takes a device_t, not a softc. This is a bug left-over
from decoupling of device_t / softcs long ago.
Module Name:src
Committed By: thorpej
Date: Sat Apr 17 18:03:32 UTC 2021
Modified Files:
src/sys/arch/arm/acpi [thorpej-cfargs]: acpi_machdep.c
Log Message:
acpi_md_gtdt_probe(): Fix paste-o in interface attribute name.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: thorpej
Date: Mon Apr 5 01:25:55 UTC 2021
Modified Files:
src/sys/arch/hpcmips/dev [thorpej-cfargs]: plum.c
src/sys/arch/hpcmips/tx [thorpej-cfargs]: txcsbus.c txsim.c
src/sys/arch/hpcmips/vr [thorpej-cfargs]: vrc4173bcu.c vrip
Module Name:src
Committed By: thorpej
Date: Mon Apr 5 01:24:09 UTC 2021
Modified Files:
src/sys/arch/arm/imx [thorpej-cfargs]: imx23_apbh.c
Log Message:
Oops. missed this in the last.
To generate a diff of this commit:
cvs rdiff -u -r1.1.56.6 -r1.1.56.7 src/sys/arch/arm
Module Name:src
Committed By: thorpej
Date: Sun Apr 4 17:28:03 UTC 2021
Modified Files:
src/sys/arch/macppc/dev [thorpej-cfargs]: gpio.c mediabay.c obio.c
smu.c uni-n.c
src/sys/arch/macppc/macppc [thorpej-cfargs]: mainbus.c
src/sys/arch/macppc/p
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: Fri Mar 26 02:05:02 UTC 2021
Modified Files:
src/sys/arch/i386/pci [thorpej-cfargs]: gscpcib.c
Log Message:
gscpcib_rescan(): "gpiobus" doesn't have locators, so no need to pass any
to config_found().
To generate a diff of this
Module Name:src
Committed By: thorpej
Date: Fri Mar 26 02:04:02 UTC 2021
Modified Files:
src/sys/arch/evbmips/loongson/dev [thorpej-cfargs]: pcib.c
Log Message:
pcibrescan(): config_found_ia() -> config_found(). Add a comment why we
are explicit about the interface attrib
Module Name:src
Committed By: thorpej
Date: Fri Mar 26 02:02:53 UTC 2021
Modified Files:
src/sys/arch/arm/omap [thorpej-cfargs]: tiotg.c
Log Message:
tiotg_rescan(): properly pass the "matching locators" to config_found(),
and use config_stdsubmatch().
To generate a diff
Module Name:src
Committed By: thorpej
Date: Thu Mar 25 15:59:50 UTC 2021
Modified Files:
src/sys/arch/arm/omap [thorpej-cfargs]: files.omap2
Log Message:
Nothing uses / references the "mode" locator on the "tiotg_port"
interface attribute; remove it.
To generate a diff o
Module Name:src
Committed By: thorpej
Date: Tue Mar 23 06:18:23 UTC 2021
Modified Files:
src/sys/arch/hpcmips/dev [thorpej-cfargs]: plumpcmcia.c
Log Message:
plumpcmcia has only a single interface attribute, so no need to
use config_found_ia().
While here, also fix an app
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/
Module Name:src
Committed By: thorpej
Date: Tue Mar 23 01:17:35 UTC 2021
Modified Files:
src/sys/arch/usermode/conf [thorpej-cfargs]: files.usermode
Log Message:
Remove unneeded interface attributes from vatapi.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.
Module Name:src
Committed By: thorpej
Date: Mon Mar 22 23:52:45 UTC 2021
Modified Files:
src/sys/arch/sparc/conf [thorpej-cfargs]: files.sparc
Log Message:
Remove unneeded interface attribute from mspcic; it carries "pcibus"
already, which is all that's required.
To gene
Module Name:src
Committed By: thorpej
Date: Mon Mar 22 23:14:15 UTC 2021
Modified Files:
src/sys/arch/macppc/conf [thorpej-cfargs]: files.macppc
Log Message:
Remove meningless "ki2c" attribute on the ki2c device declaration line.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: thorpej
Date: Mon Mar 22 03:06:01 UTC 2021
Modified Files:
src/sys/arch/evbppc/conf [thorpej-cfargs]: files.pmppc
Log Message:
mainbus does not need to carry the "pcibus" interface attribute; PCI
busses do not attach to mainbus, they attach to
Module Name:src
Committed By: thorpej
Date: Sun Mar 21 16:32:00 UTC 2021
Modified Files:
src/sys/arch/sandpoint/conf [thorpej-cfargs]: files.sandpoint
Log Message:
eumb does not need to carry the "mainbus" interface attribute.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: thorpej
Date: Sat Mar 20 23:50:16 UTC 2021
Modified Files:
src/sys/arch/cobalt/conf [thorpej-cfargs]: files.cobalt
Log Message:
There is no need to have the "pcibus" interface attribute on mainbus;
PCI bus instances to not attach there.
To g
Module Name:src
Committed By: thorpej
Date: Sat Mar 20 20:49:43 UTC 2021
Modified Files:
src/sys/arch/hpcmips/dev [thorpej-cfargs]: plum.c plumiobus.c ucb1200.c
src/sys/arch/hpcmips/tx [thorpej-cfargs]: tx39sib.c tx39spi.c
tx39uart.c txcsbus.c txsim.c
24 matches
Mail list logo