| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Add an OFW SPI compatible bus. Fix the spibus probe to return
BUS_PROBE_GENERIC and not BUS_PROBE_SPECIFIC (0) so the OFW SPI bus can
attach when enabled. Export the spibus devclass_t and driver_t
declarations.
Submitted by: ray
Approved by: adrian (mentor)
Notes:
svn path=/stable/10/; revision=260489
|
| |
|
|
|
|
|
| |
bridges do.
Notes:
svn path=/head/; revision=239626
|
| |
|
|
| |
Notes:
svn path=/head/; revision=238965
|
| |
|
|
|
|
|
|
|
| |
If I interpret the C standard correctly, the storage specifier should be
placed before the inline keyword. While at it, replace __inline by
inline in the files affected.
Notes:
svn path=/head/; revision=228471
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
one. Interestingly, these are actually the default for quite some time
(bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
since r52045) but even recently added device drivers do this unnecessarily.
Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
Discussed with: jhb
- Also while at it, use __FBSDID.
Notes:
svn path=/head/; revision=227843
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This reflects actual type used to store and compare child device orders.
Change is mostly done via a Coccinelle (soon to be devel/coccinelle)
semantic patch.
Verified by LINT+modules kernel builds.
Followup to: r212213
MFC after: 10 days
Notes:
svn path=/head/; revision=212413
|
| |
|
|
|
|
|
|
| |
Reviewed by: imp, current@
Approved by: jhb (mentor)
Notes:
svn path=/head/; revision=194020
|
| |
|
|
|
|
|
|
|
| |
name
Reviewed by: imp
Notes:
svn path=/head/; revision=192059
|
| |
|
|
|
|
|
| |
the food chain. devi == NULL is the error condition. Treat it as such.
Notes:
svn path=/head/; revision=163527
|
| |
|
|
| |
Notes:
svn path=/head/; revision=160452
|
|
|
Initial spibus support. Seems to be OK, but needs some polish.
# someone should write a bit-bang spi parallel port interface :-)
Notes:
svn path=/head/; revision=160370
|