Home
last modified time | relevance | path

Searched hist:ecaecbc7d8bc212d8e854088106b3b21e631bb52 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/fdt/
H A Dsimplebus.hdiff ecaecbc7d8bc212d8e854088106b3b21e631bb52 Sat Mar 28 00:10:15 CET 2015 Ian Lepore <ian@FreeBSD.org> Make simplebus a base class of ofwbus. This allows the elimination of
duplicated code in the two classes, and also allows devices in FDT-based
systems to declare simplebus as their parent and still work correctly
when the FDT data describes the device at the root of the tree rather
than as a child of a simplebus (which is common for interrupt, clock,
and power controllers).

Differential Revision: https://reviews.freebsd.org/D1990
Submitted by: Michal Meloun
H A Dsimplebus.cdiff ecaecbc7d8bc212d8e854088106b3b21e631bb52 Sat Mar 28 00:10:15 CET 2015 Ian Lepore <ian@FreeBSD.org> Make simplebus a base class of ofwbus. This allows the elimination of
duplicated code in the two classes, and also allows devices in FDT-based
systems to declare simplebus as their parent and still work correctly
when the FDT data describes the device at the root of the tree rather
than as a child of a simplebus (which is common for interrupt, clock,
and power controllers).

Differential Revision: https://reviews.freebsd.org/D1990
Submitted by: Michal Meloun
/freebsd/sys/dev/ofw/
H A Dofwbus.cdiff 9105ba047181a5b4a04046557d41849c92d6a787 Thu May 25 22:47:41 CEST 2023 Christos Margiolis <christos@FreeBSD.org> ofw: remove redundant calls in ofwbus_attach()

Since commit ecaecbc7d8bc212d8e854088106b3b21e631bb52, calling
ofw_bus_gen_setup_devinfo() is redundant, as the call to
device_set_ivars() now happens inside simplebus_add_device().

Reviewed by: markj
Approved by: markj (mentor)
Differential Revision: https://reviews.freebsd.org/D40271
diff ecaecbc7d8bc212d8e854088106b3b21e631bb52 Sat Mar 28 00:10:15 CET 2015 Ian Lepore <ian@FreeBSD.org> Make simplebus a base class of ofwbus. This allows the elimination of
duplicated code in the two classes, and also allows devices in FDT-based
systems to declare simplebus as their parent and still work correctly
when the FDT data describes the device at the root of the tree rather
than as a child of a simplebus (which is common for interrupt, clock,
and power controllers).

Differential Revision: https://reviews.freebsd.org/D1990
Submitted by: Michal Meloun
/freebsd/sys/conf/
H A Dfiles.powerpcdiff ecaecbc7d8bc212d8e854088106b3b21e631bb52 Sat Mar 28 00:10:15 CET 2015 Ian Lepore <ian@FreeBSD.org> Make simplebus a base class of ofwbus. This allows the elimination of
duplicated code in the two classes, and also allows devices in FDT-based
systems to declare simplebus as their parent and still work correctly
when the FDT data describes the device at the root of the tree rather
than as a child of a simplebus (which is common for interrupt, clock,
and power controllers).

Differential Revision: https://reviews.freebsd.org/D1990
Submitted by: Michal Meloun