The NetBSD Project

CVS log for src/sys/arch/arm/acpi/acpipchb.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / arm / acpi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Sat Oct 15 11:07:38 2022 UTC (18 months ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored) to selected 1.16 (colored)

Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings

Rename the following defines:
 - _ARM_BUS_SPACE_MAP_STRONGLY_ORDERED to BUS_SPACE_MAP_NONPOSTED
 - PMAP_DEV_SO to PMAP_DEV_NP
 - LX_BLKPAG_ATTR_DEVICE_MEM_SO to LX_BLKPAG_ATTR_DEVICE_MEM_NP
Rename the following option:
 - AARCH64_DEVICE_MEM_STRONGLY_ORDERED to AARCH64_DEVICE_MEM_NONPOSTED

Revision 1.31 / (download) - annotate - [select for diffs], Fri Oct 14 22:10:15 2022 UTC (18 months ago) by jmcneill
Branch: MAIN
Changes since 1.30: +6 -26 lines
Diff to previous 1.30 (colored) to selected 1.16 (colored)

Add a PCI resource manager and use it on Arm ACPI platforms.

The Arm ACPI code relied on PCI_NETBSD_CONFIGURE to configure devices that
were not enabled by system firmware. This is not safe to do unless the
firmware explicitly permits it using a device specific method defined in
the PCI firmware spec.

Introduce a new PCI resource manager that discovers what has already been
configured by firmware and allocates from the remaining space. This will
ensure that devices setup by firmware are untouched and only will program
BARs of devices that are not enabled at boot time.

The current implementation assumes that the parent PCI-PCI bridge's
are already configured. A worthwhile improvement in the future would be
to support programming windows for bridges that are not fully configured.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Aug 13 20:08:36 2022 UTC (20 months ago) by jmcneill
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored) to selected 1.16 (colored)

Add "nopcimsi" boot option to force legacy INTx only mode.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Aug 13 16:44:11 2022 UTC (20 months ago) by jmcneill
Branch: MAIN
Changes since 1.28: +8 -3 lines
Diff to previous 1.28 (colored) to selected 1.16 (colored)

acpipchb: Add a kernel cmdline option to skip PCI resource assignment.

Passing "nopciconf" to the kernel will force acpipchb to skip PCI
resource assignment.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Aug 10 15:31:38 2021 UTC (2 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.27: +11 -3 lines
Diff to previous 1.27 (colored) to selected 1.16 (colored)

Disable MSI if the linux,pcie-nomsi flag is present

Revision 1.27 / (download) - annotate - [select for diffs], Sat Aug 7 21:27:53 2021 UTC (2 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2
Changes since 1.26: +41 -9 lines
Diff to previous 1.26 (colored) to selected 1.16 (colored)

arm: acpi: Add support for SMCCC based PCI config access.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Aug 7 16:18:42 2021 UTC (2 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +3 -4 lines
Diff to previous 1.25 (colored) to selected 1.16 (colored)

Merge thorpej-cfargs2.

Revision 1.25.4.1 / (download) - annotate - [select for diffs], Wed Aug 4 16:51:26 2021 UTC (2 years, 8 months ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.25: +3 -4 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.16 (colored)

Adapt to CFARGS().

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Mon May 31 22:15:10 2021 UTC (2 years, 10 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.16 (colored)

sync with head

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Thu May 13 00:47:23 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.16 (colored)

Sync with HEAD.

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 12 21:56:13 2021 UTC (2 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Branch point for: thorpej-cfargs2
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) to selected 1.16 (colored)

Pass along our devhandle to the PCI bus instance we attach.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:25 2021 UTC (2 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.16 (colored)

Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
  actually needed.
- Don't be explicit about what interface attribute is attaching if
  the device only has one.  (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
  situations, making is visibly easier to see when indirect config is
  in play, and allowing for future change in semantics.  (As of now,
  this is just a wrapper around config_match(), but that is an
  implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance.  This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

Revision 1.21.2.2 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:15 2021 UTC (3 years ago) by thorpej
Branch: thorpej-futex
Changes since 1.21.2.1: +4 -2 lines
Diff to previous 1.21.2.1 (colored) next main 1.22 (colored) to selected 1.16 (colored)

Sync with HEAD.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Mar 23 07:14:42 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.16 (colored)

Convert config_found_ia() call sites where the device only carries
a single interface attribute to bare config_found() calls.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 26 00:29:22 2021 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-cfargs-base
Branch point for: thorpej-cfargs
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 (colored) to selected 1.16 (colored)

acpipchb is a bus, so claim all child ACPI device nodes

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Mon Dec 14 14:37:47 2020 UTC (3 years, 4 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.21: +33 -17 lines
Diff to previous 1.21 (colored) to selected 1.16 (colored)

Sync w/ HEAD.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 6 12:40:58 2020 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.21: +33 -17 lines
Diff to previous 1.21 (colored) to selected 1.16 (colored)

Style fixes. NFC.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 24 07:08:22 2020 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.16 (colored)

Trailing whitespace

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 17 06:46:09 2020 UTC (3 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored) to selected 1.16 (colored)

<sys/extent.h> not needed here.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 15 18:57:39 2020 UTC (3 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.18: +3 -4 lines
Diff to previous 1.18 (colored) to selected 1.16 (colored)

Use sys/cpu.h so that curcpu defined in terms of curlwp->l_cpu works too.

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 8 14:44:23 2020 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.17: +13 -4 lines
Diff to previous 1.17 (colored) to selected 1.16 (colored)

Try to get the starting bus number from _CRS before falling back to _BBN.
There are apparently cases where the first bus in _CRS does not match the
value of _BBN, and the consensus is that _CRS should take precedence.

Revision 1.7.4.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:32 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.7.4.2: +102 -61 lines
Diff to previous 1.7.4.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored) to selected 1.16 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:37 2020 UTC (4 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.15.2.1: +4 -8 lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Sync with head.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 21 11:24:47 2020 UTC (4 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2
Changes since 1.16: +4 -8 lines
Diff to previous 1.16 (colored)

Provide a properly constrained 32-bit DMA tag to ACPI.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Fri Jan 17 21:47:23 2020 UTC (4 years, 3 months ago) by ad
Branch: ad-namecache
Changes since 1.15: +15 -135 lines
Diff to previous 1.15 (colored) to selected 1.16 (colored)

Sync with head.

Revision 1.16 / (download) - annotate - [selected], Fri Jan 17 17:06:33 2020 UTC (4 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: ad-namecache-base1
Changes since 1.15: +15 -135 lines
Diff to previous 1.15 (colored)

Add support for Arm N1 SDP PCIe host controller.

The N1 SDP has a few bugs that we need to work around:
 - PCIe root port config space lives in a non-standard location.
 - Access to PCIe config space of devices that do not exist results in
   an sync SError. Firmware creates a "known devices" table at a fixed
   physical address that we use to filter PCI conf access to only known
   devices.

This change splits the Arm ACPI PCI quirks into separate files for each
host controller, and allows per-segment quirks to be applied.

These changes exposed some bugs in the MI ACPI layer related to
multi-segment support. The MI ACPI PCI code was using a shared PCI
chipset tag to access devices, and these accesses can happen before our
PCI host bridge drivers are attached! The global chipset tag is now gone,
and an MD callback can provide a custom tag on a per-segment basis.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 29 23:47:56 2019 UTC (4 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: ad-namecache-base
Branch point for: ad-namecache
Changes since 1.14: +3 -8 lines
Diff to previous 1.14 (colored) to selected 1.16 (colored)

Allow MD code to provide custom bus_dma tags on a per-node basis. On Arm
this is required to return non-coherent bus_dma tags for device nodes with
_CCA=0

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Sun Dec 29 09:27:10 2019 UTC (4 years, 3 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2
Changes since 1.9.2.1: +12 -3 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.16 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #586):

	sys/arch/arm/nvidia/tegra_pcie.c: revision 1.27
	sys/arch/aarch64/aarch64/pmap.c: revision 1.57
	sys/arch/aarch64/aarch64/locore.S: revision 1.48
	sys/arch/aarch64/include/armreg.h: revision 1.29
	sys/arch/aarch64/aarch64/pmap.c: revision 1.58
	sys/arch/aarch64/aarch64/locore.S: revision 1.49
	sys/arch/arm/acpi/acpipchb.c: revision 1.14
	sys/arch/aarch64/aarch64/genassym.cf: revision 1.16
	sys/arch/arm/acpi/acpi_machdep.c: revision 1.13
	sys/arch/aarch64/include/pmap.h: revision 1.27
	sys/arch/aarch64/aarch64/genassym.cf: revision 1.17
	sys/arch/aarch64/include/pmap.h: revision 1.28
	sys/arch/arm/fdt/pcihost_fdtvar.h: revision 1.3
	sys/arch/arm/include/bus_defs.h: revision 1.14
	sys/arch/aarch64/aarch64/bus_space.c: revision 1.9
	sys/arch/arm/fdt/pcihost_fdt.c: revision 1.12
	sys/arch/aarch64/conf/files.aarch64: revision 1.15
	sys/arch/aarch64/conf/files.aarch64: revision 1.16
	sys/arch/arm/rockchip/rk3399_pcie.c: revision 1.9

Enable early write acknowledge for device memory mappings.

Do not use Early Write Acknowledge for PCIe I/O and config space.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 28 17:19:43 2019 UTC (4 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.13: +12 -3 lines
Diff to previous 1.13 (colored) to selected 1.16 (colored)

Do not use Early Write Acknowledge for PCIe I/O and config space.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Tue Oct 15 19:37:58 2019 UTC (4 years, 6 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-0-RC1
Changes since 1.9: +137 -2 lines
Diff to previous 1.9 (colored) to selected 1.16 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #332):

	sys/arch/arm/acpi/acpipchb.c: revision 1.10
	sys/arch/arm/acpi/acpipchb.c: revision 1.11
	sys/arch/arm/acpi/acpipchb.c: revision 1.12
	sys/arch/arm/acpi/acpi_pci_machdep.h: revision 1.3
	sys/arch/arm/acpi/acpi_pci_machdep.h: revision 1.4
	sys/arch/arm/acpi/acpi_pci_machdep.c: revision 1.10
	sys/arch/arm/acpi/acpi_pci_machdep.c: revision 1.11

Add quirks for Amazon Graviton PCIe root ports. Configuration space for the
root port is found in a child AMZN0001 resource, not the MCFG table.

 -

More Amazon Graviton quirks:
 - Ignore devno > 0 on the PCIe root port.
 - Fixup PCIe bridge bus number register on the root port.
 - Move quirk handling to acpipchb so it can be applied before the bus
   is configured.

 -

Fix detection of root port resources for Graviton and remove no longer required bridge fixup

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 15 13:27:50 2019 UTC (4 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.12: +2 -12 lines
Diff to previous 1.12 (colored) to selected 1.16 (colored)

Amazon Graviton maxdevs quirk no longer required as of pci.c r1.155

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 15 00:23:44 2019 UTC (4 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.11: +12 -54 lines
Diff to previous 1.11 (colored) to selected 1.16 (colored)

Fix detection of root port resources for Graviton and remove no longer required bridge fixup

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 14 22:59:15 2019 UTC (4 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.10: +176 -2 lines
Diff to previous 1.10 (colored) to selected 1.16 (colored)

More Amazon Graviton quirks:
 - Ignore devno > 0 on the PCIe root port.
 - Fixup PCIe bridge bus number register on the root port.
 - Move quirk handling to acpipchb so it can be applied before the bus
   is configured.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 14 00:16:29 2019 UTC (4 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9 (colored) to selected 1.16 (colored)

Add quirks for Amazon Graviton PCIe root ports. Configuration space for the
root port is found in a child AMZN0001 resource, not the MCFG table.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 25 22:23:39 2019 UTC (4 years, 9 months ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-9-base
Branch point for: netbsd-9
Changes since 1.8: +79 -32 lines
Diff to previous 1.8 (colored) to selected 1.16 (colored)

Honour _CRS mem ranges and translation offsets instead of assuming 1:1
mappings. Tested on Overdrive 1000.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 19 13:39:18 2019 UTC (4 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.7: +5 -16 lines
Diff to previous 1.7 (colored) to selected 1.16 (colored)

Provide a 64-bit dma tag and use a coherent tag unless CCA=0

Revision 1.7.4.2 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:50 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.7.4.1: +239 -0 lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored) to selected 1.16 (colored)

Sync with HEAD

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:17 2018 UTC (5 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.2.2.2: +93 -6 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.16 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.7.4.1, Mon Nov 19 10:45:47 2018 UTC (5 years, 5 months ago) by christos
Branch: phil-wifi
Changes since 1.7: +0 -239 lines
FILE REMOVED

file acpipchb.c was added on branch phil-wifi on 2019-06-10 22:05:50 +0000

Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 19 10:45:47 2018 UTC (5 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi
Changes since 1.6: +39 -11 lines
Diff to previous 1.6 (colored) to selected 1.16 (colored)

On second thought, get rid of "bs_base" from struct bus_space and use a
custom bs_map for acpipchb instead.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 18 20:22:20 2018 UTC (5 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.5: +61 -3 lines
Diff to previous 1.5 (colored) to selected 1.16 (colored)

Add support for PCI I/O space.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 16 15:41:27 2018 UTC (5 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) to selected 1.16 (colored)

Restore acpi_pci_ignore_boot_config lost in previous commit

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 16 15:06:21 2018 UTC (5 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored) to selected 1.16 (colored)

Add intr_establish_xname support to arm and expose it to intrctl

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 21 11:05:24 2018 UTC (5 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.2: +6 -5 lines
Diff to previous 1.2 (colored) to selected 1.16 (colored)

Only configure PCI bus if _DSM rev 1 func 5 ("Ignore PCI boot configuration") returns 1

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:24 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.2.2.1: +152 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) to selected 1.16 (colored)

Sync with head

Revision 1.2.2.1, Fri Oct 19 11:40:27 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.2: +0 -152 lines
FILE REMOVED

file acpipchb.c was added on branch pgoyette-compat on 2018-10-20 06:58:24 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 19 11:40:27 2018 UTC (5 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Branch point for: pgoyette-compat
Changes since 1.1: +19 -9 lines
Diff to previous 1.1 (colored) to selected 1.16 (colored)

Add support for PCI Segment Groups.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 15 11:35:03 2018 UTC (5 years, 6 months ago) by jmcneill
Branch: MAIN
Diff to selected 1.16 (colored)

Add ARM ACPI PCI support.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>