Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: thorpej
Date: Fri Jan 21 19:12:28 UTC 2022
Modified Files:
src/sys/arch/macppc/pci: bandit.c grackle.c u3.c uninorth.c
src/sys/arch/shark/ofw: ofisascr.c vlpci.c
Log Message:
Don't bother with devhandle_from_of() if we're just forwarding along
our own node; use device_handle(self) instead.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/macppc/pci/bandit.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/macppc/pci/grackle.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/macppc/pci/u3.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/macppc/pci/uninorth.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/shark/ofw/ofisascr.c \
src/sys/arch/shark/ofw/vlpci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index