FreeBSD Foundation December 2010 Newsletter

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News FreeBSD Foundation December 2010 Newsletter
# 1  
Old 12-17-2010
FreeBSD Foundation December 2010 Newsletter

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

UNIX/Linux Forums Post Of The Week 51, December, 2009

Which post should win this weeks UNIX/Linux post of the week nomination contest? Choose from the posts listed throughout the forum(s), and vote for your favorite post now. What is Topic Of The Week? Post of the Week is a contest that select posts which we would like the community to... (7 Replies)
Discussion started by: Linux Bot
7 Replies

2. What is on Your Mind?

UNIX/Linux Forums Post Of The Week 50, December, 2009

Which post should win this weeks UNIX/Linux post of the week nomination contest? Choose from the posts listed throughout the forum(s), and vote for your favorite post now. What is Topic Of The Week? Post of the Week is a contest that select posts which we would like the community to... (9 Replies)
Discussion started by: Linux Bot
9 Replies
Login or Register to Ask a Question
SIMPLEBUS(4)						   BSD Kernel Interfaces Manual 					      SIMPLEBUS(4)

NAME
simplebus -- ePAPR simple-bus driver SYNOPSIS
options FDT DESCRIPTION
This bus driver is dedicated for the simple-bus node of a flattened device tree compliant with the ePAPR specification. The simplebus entity does not represent any physical element by itself, it is rather an umbrella node grouping integrated on-chip peripherals like interrupt controller, connectivity controllers, accelerating engines and so on. The driver is generic and common for all flattened device tree nodes claiming simple-bus compatibility. It iterates over direct descendants of the simple-bus node, instantiates newbus children and assigns resources to them, based on the configuration data retrieved from the nodes properties in fdt(4). Note the simplebus does not manage device resources and passes through any requests to the fdtbus(4) layer. SEE ALSO
fdt(4), fdtbus(4), openfirm(4) STANDARDS
Power.org Standard for Embedded Power Architecture Platform Requirements (ePAPR). HISTORY
The simplebus support first appeared in FreeBSD 9.0. AUTHORS
The simplebus support was developed by Semihalf under sponsorship from the FreeBSD Foundation. This manual page was written by Rafal Jaworowski. BSD
July 12, 2010 BSD