File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ defining feature (easy message passing between tasks) is now working!
97
97
All hardware devices on the platform will be added to the Platform Bus by * Bus Drivers* , and described using * properties* (as an
98
98
example, a PCI device will have properties such as ` pci.vendor_id ` , and ` pci.class ` ). * Device drivers* will be
99
99
able to apply to manage devices by sending a * Filter* to the Platform Bus, which specifies which devices they are
100
- able to handle, based on a device's properties. In the future, Platform Bus will be reponsible for handling all
100
+ able to handle, based on a device's properties. In the future, Platform Bus will be responsible for handling all
101
101
PCI, USB, and hardwired devices on all platforms.
102
102
* The first * Bus Driver* was added to manage PCI devices. It uses a new system call, ` pci_get_info ` , to get the raw
103
103
information about PCI from the kernel, and then creates a Platform Bus device for each function, with the correct
You can’t perform that action at this time.
0 commit comments